#475A6D

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

Shades of Chambray #475A6D

Tints of Chambray #475A6D

Color information

#475A6D (or 0x475A6D) is unknown color: approx Chambray. HEX triplet: 47, 5A and 6D. RGB value is (71,90,109). Sum of RGB (Red+Green+Blue) = 71+90+109=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #475A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A6D is #B8A592. Grayscale: #565656. Windows color (decimal): -12101011 or 7166535. OLE color: 7166535.

HSL color Cylindrical-coordinate representation of color #475A6D: hue angle of 210º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #475A6D is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7190109-
CMYK0.350.1700.57
HSL210º21.11%35.29%-
HSV(B)210º34.86%42.75%-
XYZ9.029.7615.88-
YUV86.48140.71116.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 40.37%
R=26.30%
G=33.33%
B=40.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71901090.350.1700.5721021.1135.29
Hex475A6D2311039d21523
Octal10713215543210713222543
Binary1000111101101011011011000111000101110011101001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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