#475287

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

Shades of Tory Blue #475287

Tints of Tory Blue #475287

Color information

#475287 (or 0x475287) is unknown color: approx Tory Blue. HEX triplet: 47, 52 and 87. RGB value is (71,82,135). Sum of RGB (Red+Green+Blue) = 71+82+135=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #475287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475287 is #B8AD78. Grayscale: #545454. Windows color (decimal): -12103033 or 8868423. OLE color: 8868423.

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

Color convert

RGB7182135-
CMYK0.470.3900.47
HSL229.69º31.07%40.39%-
HSV(B)229.69º47.41%52.94%-
XYZ9.999.1224.16-
YUV84.75156.36118.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.65%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 135 (53.12% from 255) = 46.88%
R=24.65%
G=28.47%
B=46.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71821350.470.3900.47229.6931.0740.39
Hex4752872F2702Fe61f28
Octal10712220757470573463750
Binary100011110100101000011110111110011101011111110011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475287; }

 p { color: rgb(71,82,135); }

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

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

 a { background-color: rgb(71,82,135); }

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

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

 span { border-color: rgb(71,82,135); }

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