#475F79

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

Shades of Chambray #475F79

Tints of Chambray #475F79

Color information

#475F79 (or 0x475F79) is unknown color: approx Chambray. HEX triplet: 47, 5F and 79. RGB value is (71,95,121). Sum of RGB (Red+Green+Blue) = 71+95+121=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #475F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F79 is #B8A086. Grayscale: #5A5A5A. Windows color (decimal): -12099719 or 7954247. OLE color: 7954247.

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

Color convert

RGB7195121-
CMYK0.410.2100.53
HSL211.2º26.04%37.65%-
HSV(B)211.2º41.32%47.45%-
XYZ10.1410.919.66-
YUV90.79145.05113.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 121 (47.66% from 255) = 42.16%
R=24.74%
G=33.10%
B=42.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71951210.410.2100.53211.226.0437.65
Hex475F792915035d31a26
Octal10713717151250653233246
Binary1000111101111111110011010011010101101011101001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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