#475A6F

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

Shades of Chambray #475A6F

Tints of Chambray #475A6F

Color information

#475A6F (or 0x475A6F) is unknown color: approx Chambray. HEX triplet: 47, 5A and 6F. RGB value is (71,90,111). Sum of RGB (Red+Green+Blue) = 71+90+111=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #475A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A6F is #B8A590. Grayscale: #565656. Windows color (decimal): -12101009 or 7297607. OLE color: 7297607.

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

Color convert

RGB7190111-
CMYK0.360.1900.56
HSL211.5º21.98%35.69%-
HSV(B)211.5º36.04%43.53%-
XYZ9.129.816.45-
YUV86.71141.71116.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=26.10%
G=33.09%
B=40.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71901110.360.1900.56211.521.9835.69
Hex475A6F2413038d41624
Octal10713215744230703242644
Binary1000111101101011011111001001001101110001101010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,90,111); }

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

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

 a { background-color: rgb(71,90,111); }

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

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

 span { border-color: rgb(71,90,111); }

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