To keep your color *ratios*, you'll need to divide, not subtract.
Divide your R, G, and B values by the highest value you have so it will scale that to 1.
Your highest value is 1.385, so divide R, G, and B with that.
New values, kept to scale:
R = 1
G = 0.722
B = 0.469