#475E79

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

Shades of Chambray #475E79

Tints of Chambray #475E79

Color information

#475E79 (or 0x475E79) is unknown color: approx Chambray. HEX triplet: 47, 5E and 79. RGB value is (71,94,121). Sum of RGB (Red+Green+Blue) = 71+94+121=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #475E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E79 is #B8A186. Grayscale: #5A5A5A. Windows color (decimal): -12099975 or 7953991. OLE color: 7953991.

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

Color convert

RGB7194121-
CMYK0.410.2200.53
HSL212.4º26.04%37.65%-
HSV(B)212.4º41.32%47.45%-
XYZ10.0510.7319.63-
YUV90.2145.38114.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 121 (47.66% from 255) = 42.31%
R=24.83%
G=32.87%
B=42.31%

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
Decimal71941210.410.2200.53212.426.0437.65
Hex475E792916035d41a26
Octal10713617151260653243246
Binary1000111101111011110011010011011001101011101010011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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