#475578

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

Shades of Chambray #475578

Tints of Chambray #475578

Color information

#475578 (or 0x475578) is unknown color: approx Chambray. HEX triplet: 47, 55 and 78. RGB value is (71,85,120). Sum of RGB (Red+Green+Blue) = 71+85+120=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #475578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475578 is #B8AA87. Grayscale: #545454. Windows color (decimal): -12102280 or 7886151. OLE color: 7886151.

HSL color Cylindrical-coordinate representation of color #475578: hue angle of 222.86º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #475578 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7185120-
CMYK0.410.2900.53
HSL222.86º25.65%37.45%-
HSV(B)222.86º40.83%47.06%-
XYZ9.249.1919.06-
YUV84.8147.86118.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=25.72%
G=30.80%
B=43.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71851200.410.2900.53222.8625.6537.45
Hex475578291D035df1a25
Octal10712517051350653373245
Binary1000111101010111110001010011110101101011101111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475578; }

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

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

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

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

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

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

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

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