#475870

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

Shades of Chambray #475870

Tints of Chambray #475870

Color information

#475870 (or 0x475870) is unknown color: approx Chambray. HEX triplet: 47, 58 and 70. RGB value is (71,88,112). Sum of RGB (Red+Green+Blue) = 71+88+112=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #475870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475870 is #B8A78F. Grayscale: #555555. Windows color (decimal): -12101520 or 7362631. OLE color: 7362631.

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

Color convert

RGB7188112-
CMYK0.370.2100.56
HSL215.12º22.4%35.88%-
HSV(B)215.12º36.61%43.92%-
XYZ9.019.4916.69-
YUV85.65142.87117.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=26.20%
G=32.47%
B=41.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71881120.370.2100.56215.1222.435.88
Hex4758702515038d71624
Octal10713016045250703272644
Binary1000111101100011100001001011010101110001101011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475870; }

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

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

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

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

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

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

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

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