#475E78

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

Shades of Chambray #475E78

Tints of Chambray #475E78

Color information

#475E78 (or 0x475E78) is unknown color: approx Chambray. HEX triplet: 47, 5E and 78. RGB value is (71,94,120). Sum of RGB (Red+Green+Blue) = 71+94+120=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #475E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E78 is #B8A187. Grayscale: #595959. Windows color (decimal): -12099976 or 7888455. OLE color: 7888455.

HSL color Cylindrical-coordinate representation of color #475E78: hue angle of 211.84º 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 #475E78 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7194120-
CMYK0.410.2200.53
HSL211.84º25.65%37.45%-
HSV(B)211.84º40.83%47.06%-
XYZ9.9910.719.31-
YUV90.09144.88114.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=24.91%
G=32.98%
B=42.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71941200.410.2200.53211.8425.6537.45
Hex475E782916035d41a25
Octal10713617051260653243245
Binary1000111101111011110001010011011001101011101010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475E78; }

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

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

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

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

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

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

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

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