#47596E

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

Shades of Chambray #47596E

Tints of Chambray #47596E

Color information

#47596E (or 0x47596E) is unknown color: approx Chambray. HEX triplet: 47, 59 and 6E. RGB value is (71,89,110). Sum of RGB (Red+Green+Blue) = 71+89+110=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 110 - color contains mainly: blue. Hex color #47596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47596E is #B8A691. Grayscale: #555555. Windows color (decimal): -12101266 or 7231815. OLE color: 7231815.

HSL color Cylindrical-coordinate representation of color #47596E: hue angle of 212.31º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47596E is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7189110-
CMYK0.350.1900.57
HSL212.31º21.55%35.49%-
HSV(B)212.31º35.45%43.14%-
XYZ8.999.6116.13-
YUV86.01141.54117.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 110 (43.36% from 255) = 40.74%
R=26.30%
G=32.96%
B=40.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71891100.350.1900.57212.3121.5535.49
Hex47596E2313039d41623
Octal10713115643230713242643
Binary1000111101100111011101000111001101110011101010010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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