#475C70

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

Shades of Chambray #475C70

Tints of Chambray #475C70

Color information

#475C70 (or 0x475C70) is unknown color: approx Chambray. HEX triplet: 47, 5C and 70. RGB value is (71,92,112). Sum of RGB (Red+Green+Blue) = 71+92+112=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #475C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475C70 is #B8A38F. Grayscale: #575757. Windows color (decimal): -12100496 or 7363655. OLE color: 7363655.

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

Color convert

RGB7192112-
CMYK0.370.1800.56
HSL209.27º22.4%35.88%-
HSV(B)209.27º36.61%43.92%-
XYZ9.3510.1616.8-
YUV88141.54115.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 112 (44.14% from 255) = 40.73%
R=25.82%
G=33.45%
B=40.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71921120.370.1800.56209.2722.435.88
Hex475C702512038d11624
Octal10713416045220703212644
Binary1000111101110011100001001011001001110001101000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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