#475871

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

Shades of Chambray #475871

Tints of Chambray #475871

Color information

#475871 (or 0x475871) is unknown color: approx Chambray. HEX triplet: 47, 58 and 71. RGB value is (71,88,113). Sum of RGB (Red+Green+Blue) = 71+88+113=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #475871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475871 is #B8A78E. Grayscale: #555555. Windows color (decimal): -12101519 or 7428167. OLE color: 7428167.

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

Color convert

RGB7188113-
CMYK0.370.2200.56
HSL215.71º22.83%36.08%-
HSV(B)215.71º37.17%44.31%-
XYZ9.079.5116.98-
YUV85.77143.37117.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=26.10%
G=32.35%
B=41.54%

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
Decimal71881130.370.2200.56215.7122.8336.08
Hex4758712516038d81724
Octal10713016145260703302744
Binary1000111101100011100011001011011001110001101100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475871; }

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

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

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

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

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

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

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

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