#475487

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

Shades of Tory Blue #475487

Tints of Tory Blue #475487

Color information

#475487 (or 0x475487) is unknown color: approx Tory Blue. HEX triplet: 47, 54 and 87. RGB value is (71,84,135). Sum of RGB (Red+Green+Blue) = 71+84+135=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #475487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475487 is #B8AB78. Grayscale: #555555. Windows color (decimal): -12102521 or 8868935. OLE color: 8868935.

HSL color Cylindrical-coordinate representation of color #475487: hue angle of 227.81º 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 #475487 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7184135-
CMYK0.470.3800.47
HSL227.81º31.07%40.39%-
HSV(B)227.81º47.41%52.94%-
XYZ10.149.4324.21-
YUV85.93155.69117.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.48%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 135 (53.12% from 255) = 46.55%
R=24.48%
G=28.97%
B=46.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71841350.470.3800.47227.8131.0740.39
Hex4754872F2602Fe41f28
Octal10712420757460573443750
Binary100011110101001000011110111110011001011111110010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475487; }

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

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

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

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

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

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

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

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