#485087

Color #485087 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #485087

Tints of Tory Blue #485087

Color information

#485087 (or 0x485087) is unknown color: approx Tory Blue. HEX triplet: 48, 50 and 87. RGB value is (72,80,135). Sum of RGB (Red+Green+Blue) = 72+80+135=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #485087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485087 is #B7AF78. Grayscale: #535353. Windows color (decimal): -12038009 or 8867912. OLE color: 8867912.

HSL color Cylindrical-coordinate representation of color #485087: hue angle of 232.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #485087 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7280135-
CMYK0.470.4100.47
HSL232.38º30.43%40.59%-
HSV(B)232.38º46.67%52.94%-
XYZ9.918.8624.11-
YUV83.88156.85119.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 135 (53.12% from 255) = 47.04%
R=25.09%
G=27.87%
B=47.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72801350.470.4100.47232.3830.4340.59
Hex4850872F2902Fe81e29
Octal11012020757510573503651
Binary100100010100001000011110111110100101011111110100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485087; }

 p { color: rgb(72,80,135); }

 H1.HeaderClassName
 {
   color: #485087;
 }
 .AnyTagClassName
 {
   color: #485087;
 }
</style>
background-color css

<style>
 a { background-color: #485087; }

 a { background-color: rgb(72,80,135); }

 div.DivClassName
 {
   background-color: #485087;
 }
 .BgClassName
 {
   background-color: #485087;
 }
</style>
border-color css

<style>
 span { border-color: #485087; }

 span { border-color: rgb(72,80,135); }

 td.TdClassName
 {
   border-color: #485087;
 }
 .TagClassName
 {
   border-color: #485087;
 }
</style>