#47576F

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

Shades of Chambray #47576F

Tints of Chambray #47576F

Color information

#47576F (or 0x47576F) is unknown color: approx Chambray. HEX triplet: 47, 57 and 6F. RGB value is (71,87,111). Sum of RGB (Red+Green+Blue) = 71+87+111=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #47576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47576F is #B8A890. Grayscale: #545454. Windows color (decimal): -12101777 or 7296839. OLE color: 7296839.

HSL color Cylindrical-coordinate representation of color #47576F: hue angle of 216º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #47576F is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7187111-
CMYK0.360.2200.56
HSL216º21.98%35.69%-
HSV(B)216º36.04%43.53%-
XYZ8.889.316.37-
YUV84.95142.7118.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=26.39%
G=32.34%
B=41.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71871110.360.2200.5621621.9835.69
Hex47576F2416038d81624
Octal10712715744260703302644
Binary1000111101011111011111001001011001110001101100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47576F; }

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

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

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

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

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

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

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

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