#49596B

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

Shades of Chambray #49596B

Tints of Chambray #49596B

Color information

#49596B (or 0x49596B) is unknown color: approx Chambray. HEX triplet: 49, 59 and 6B. RGB value is (73,89,107). Sum of RGB (Red+Green+Blue) = 73+89+107=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #49596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49596B is #B6A694. Grayscale: #565656. Windows color (decimal): -11970197 or 7035209. OLE color: 7035209.

HSL color Cylindrical-coordinate representation of color #49596B: hue angle of 211.76º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49596B is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7389107-
CMYK0.320.1700.58
HSL211.76º18.89%35.29%-
HSV(B)211.76º31.78%41.96%-
XYZ8.979.6215.29-
YUV86.27139.7118.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=27.14%
G=33.09%
B=39.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73891070.320.1700.58211.7618.8935.29
Hex49596B201103Ad41323
Octal11113115340210723242343
Binary1001001101100111010111000001000101110101101010010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49596B; }

 p { color: rgb(73,89,107); }

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

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

 a { background-color: rgb(73,89,107); }

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

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

 span { border-color: rgb(73,89,107); }

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