#475574

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

Shades of Chambray #475574

Tints of Chambray #475574

Color information

#475574 (or 0x475574) is unknown color: approx Chambray. HEX triplet: 47, 55 and 74. RGB value is (71,85,116). Sum of RGB (Red+Green+Blue) = 71+85+116=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #475574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475574 is #B8AA8B. Grayscale: #545454. Windows color (decimal): -12102284 or 7624007. OLE color: 7624007.

HSL color Cylindrical-coordinate representation of color #475574: hue angle of 221.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #475574 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7185116-
CMYK0.390.2700.55
HSL221.33º24.06%36.67%-
HSV(B)221.33º38.79%45.49%-
XYZ99.117.8-
YUV84.35145.86118.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=26.10%
G=31.25%
B=42.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71851160.390.2700.55221.3324.0636.67
Hex475574271B037dd1825
Octal10712516447330673353045
Binary1000111101010111101001001111101101101111101110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475574; }

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

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

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

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

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

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

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

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