#475C79

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

Shades of Chambray #475C79

Tints of Chambray #475C79

Color information

#475C79 (or 0x475C79) is unknown color: approx Chambray. HEX triplet: 47, 5C and 79. RGB value is (71,92,121). Sum of RGB (Red+Green+Blue) = 71+92+121=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 121 - color contains mainly: blue. Hex color #475C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C79 is #B8A386. Grayscale: #585858. Windows color (decimal): -12100487 or 7953479. OLE color: 7953479.

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

Color convert

RGB7192121-
CMYK0.410.2400.53
HSL214.8º26.04%37.65%-
HSV(B)214.8º41.32%47.45%-
XYZ9.8810.3719.57-
YUV89.03146.04115.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 92 (36.33% from 255) = 32.39%
BLUE value IS 121 (47.66% from 255) = 42.61%
R=25%
G=32.39%
B=42.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71921210.410.2400.53214.826.0437.65
Hex475C792918035d71a26
Octal10713417151300653273246
Binary1000111101110011110011010011100001101011101011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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