#47596F

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

Shades of Chambray #47596F

Tints of Chambray #47596F

Color information

#47596F (or 0x47596F) is unknown color: approx Chambray. HEX triplet: 47, 59 and 6F. RGB value is (71,89,111). Sum of RGB (Red+Green+Blue) = 71+89+111=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 111 - color contains mainly: blue. Hex color #47596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47596F is #B8A690. Grayscale: #565656. Windows color (decimal): -12101265 or 7297351. OLE color: 7297351.

HSL color Cylindrical-coordinate representation of color #47596F: hue angle of 213º 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 #47596F is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7189111-
CMYK0.360.2000.56
HSL213º21.98%35.69%-
HSV(B)213º36.04%43.53%-
XYZ9.049.6316.42-
YUV86.13142.04117.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 111 (43.75% from 255) = 40.96%
R=26.20%
G=32.84%
B=40.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71891110.360.2000.5621321.9835.69
Hex47596F2414038d51624
Octal10713115744240703252644
Binary1000111101100111011111001001010001110001101010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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