#49596D

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

Shades of Chambray #49596D

Tints of Chambray #49596D

Color information

#49596D (or 0x49596D) is unknown color: approx Chambray. HEX triplet: 49, 59 and 6D. RGB value is (73,89,109). Sum of RGB (Red+Green+Blue) = 73+89+109=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #49596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49596D is #B6A692. Grayscale: #565656. Windows color (decimal): -11970195 or 7166281. OLE color: 7166281.

HSL color Cylindrical-coordinate representation of color #49596D: hue angle of 213.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49596D is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7389109-
CMYK0.330.1800.57
HSL213.33º19.78%35.69%-
HSV(B)213.33º33.03%42.75%-
XYZ9.089.6715.86-
YUV86.5140.7118.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=26.94%
G=32.84%
B=40.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73891090.330.1800.57213.3319.7835.69
Hex49596D2112039d51424
Octal11113115541220713252444
Binary1001001101100111011011000011001001110011101010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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