#475887

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

Shades of Chambray #475887

Tints of Chambray #475887

Color information

#475887 (or 0x475887) is unknown color: approx Chambray. HEX triplet: 47, 58 and 87. RGB value is (71,88,135). Sum of RGB (Red+Green+Blue) = 71+88+135=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #475887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475887 is #B8A778. Grayscale: #585858. Windows color (decimal): -12101497 or 8869959. OLE color: 8869959.

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

Color convert

RGB7188135-
CMYK0.470.3500.47
HSL224.06º31.07%40.39%-
HSV(B)224.06º47.41%52.94%-
XYZ10.4610.0724.31-
YUV88.28154.37115.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=24.15%
G=29.93%
B=45.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71881350.470.3500.47224.0631.0740.39
Hex4758872F2302Fe01f28
Octal10713020757430573403750
Binary100011110110001000011110111110001101011111110000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475887; }

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

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

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

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

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

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

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

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