#475987

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

Shades of Chambray #475987

Tints of Chambray #475987

Color information

#475987 (or 0x475987) is unknown color: approx Chambray. HEX triplet: 47, 59 and 87. RGB value is (71,89,135). Sum of RGB (Red+Green+Blue) = 71+89+135=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #475987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475987 is #B8A678. Grayscale: #585858. Windows color (decimal): -12101241 or 8870215. OLE color: 8870215.

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

Color convert

RGB7189135-
CMYK0.470.3400.47
HSL223.12º31.07%40.39%-
HSV(B)223.12º47.41%52.94%-
XYZ10.5410.2324.34-
YUV88.86154.04115.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 135 (53.12% from 255) = 45.76%
R=24.07%
G=30.17%
B=45.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71891350.470.3400.47223.1231.0740.39
Hex4759872F2202Fdf1f28
Octal10713120757420573373750
Binary100011110110011000011110111110001001011111101111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475987; }

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

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

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

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

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

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

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

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