#475576

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

Shades of Chambray #475576

Tints of Chambray #475576

Color information

#475576 (or 0x475576) is unknown color: approx Chambray. HEX triplet: 47, 55 and 76. RGB value is (71,85,118). Sum of RGB (Red+Green+Blue) = 71+85+118=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #475576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475576 is #B8AA89. Grayscale: #545454. Windows color (decimal): -12102282 or 7755079. OLE color: 7755079.

HSL color Cylindrical-coordinate representation of color #475576: hue angle of 222.13º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #475576 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7185118-
CMYK0.400.2800.54
HSL222.13º24.87%37.06%-
HSV(B)222.13º39.83%46.27%-
XYZ9.129.1418.42-
YUV84.58146.86118.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=25.91%
G=31.02%
B=43.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71851180.400.2800.54222.1324.8737.06
Hex475576281C036de1925
Octal10712516650340663363145
Binary1000111101010111101101010001110001101101101111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475576; }

 p { color: rgb(71,85,118); }

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

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

 a { background-color: rgb(71,85,118); }

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

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

 span { border-color: rgb(71,85,118); }

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