Shades of Chambray #49596B
Tints of Chambray #49596B
RGB
CMYK
RGB Variations
Color information
#49596B (or 0x49596B) is known color: 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
| RGB | 73 | 89 | 107 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.58 |
| HSL | 211.76º | 0.19% | 0.35% | - |
| HSV(B) | 211.76º | 0.32% | 0.42% | - |
| XYZ | 8.97 | 9.62 | 15.29 | - |
| YUV | 86.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 107 | 0.32 | 0.17 | 0 | 0.58 | 211.76 | 0.19 | 0.35 |
| Hex | 49 | 59 | 6B | 20 | 11 | 0 | 3A | D4 | 13 | 23 |
| Octal | 111 | 131 | 153 | 40 | 21 | 0 | 72 | 324 | 23 | 43 |
| Binary | 1001001 | 1011001 | 1101011 | 100000 | 10001 | 0 | 111010 | 11010100 | 10011 | 100011 |
Color Harmonies of #49596B
Complementary color
Monochromatic Colors of #49596B
Black with #49596B
Text Example
Text Example
White with #49596B
Text Example
Text Example
HTML Codes & Css Web 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>