#475B70

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

Shades of Chambray #475B70

Tints of Chambray #475B70

Color information

#475B70 (or 0x475B70) is unknown color: approx Chambray. HEX triplet: 47, 5B and 70. RGB value is (71,91,112). Sum of RGB (Red+Green+Blue) = 71+91+112=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #475B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B70 is #B8A48F. Grayscale: #575757. Windows color (decimal): -12100752 or 7363399. OLE color: 7363399.

HSL color Cylindrical-coordinate representation of color #475B70: hue angle of 210.73º 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 #475B70 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7191112-
CMYK0.370.1900.56
HSL210.73º22.4%35.88%-
HSV(B)210.73º36.61%43.92%-
XYZ9.269.9916.77-
YUV87.41141.87116.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 91 (35.94% from 255) = 33.21%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=25.91%
G=33.21%
B=40.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71911120.370.1900.56210.7322.435.88
Hex475B702513038d31624
Octal10713316045230703232644
Binary1000111101101111100001001011001101110001101001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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