#475770

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

Shades of Chambray #475770

Tints of Chambray #475770

Color information

#475770 (or 0x475770) is unknown color: approx Chambray. HEX triplet: 47, 57 and 70. RGB value is (71,87,112). Sum of RGB (Red+Green+Blue) = 71+87+112=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #475770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475770 is #B8A88F. Grayscale: #545454. Windows color (decimal): -12101776 or 7362375. OLE color: 7362375.

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

Color convert

RGB7187112-
CMYK0.370.2200.56
HSL216.59º22.4%35.88%-
HSV(B)216.59º36.61%43.92%-
XYZ8.939.3316.66-
YUV85.07143.2117.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=26.30%
G=32.22%
B=41.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71871120.370.2200.56216.5922.435.88
Hex4757702516038d91624
Octal10712716045260703312644
Binary1000111101011111100001001011011001110001101100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475770; }

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

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

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

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

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

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

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

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