#475970

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

Shades of Chambray #475970

Tints of Chambray #475970

Color information

#475970 (or 0x475970) is unknown color: approx Chambray. HEX triplet: 47, 59 and 70. RGB value is (71,89,112). Sum of RGB (Red+Green+Blue) = 71+89+112=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #475970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475970 is #B8A68F. Grayscale: #565656. Windows color (decimal): -12101264 or 7362887. OLE color: 7362887.

HSL color Cylindrical-coordinate representation of color #475970: hue angle of 213.66º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #475970 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7189112-
CMYK0.370.2100.56
HSL213.66º22.4%35.88%-
HSV(B)213.66º36.61%43.92%-
XYZ9.19.6516.71-
YUV86.24142.54117.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 112 (44.14% from 255) = 41.18%
R=26.10%
G=32.72%
B=41.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71891120.370.2100.56213.6622.435.88
Hex4759702515038d61624
Octal10713116045250703262644
Binary1000111101100111100001001011010101110001101011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475970; }

 p { color: rgb(71,89,112); }

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

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

 a { background-color: rgb(71,89,112); }

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

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

 span { border-color: rgb(71,89,112); }

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