Shades of Chambray #49596E
Tints of Chambray #49596E
RGB
CMYK
RGB Variations
Color information
#49596E (or 0x49596E) is known color: Chambray. HEX triplet: 49, 59 and 6E. RGB value is (73,89,110). Sum of RGB (Red+Green+Blue) = 73+89+110=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 110 - color contains mainly: blue. Hex color #49596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49596E is #B6A691. Grayscale: #565656. Windows color (decimal): -11970194 or 7231817. OLE color: 7231817.
HSL color Cylindrical-coordinate representation of color #49596E: hue angle of 214.05º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49596E is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 89 | 110 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.57 |
| HSL | 214.05º | 0.2% | 0.36% | - |
| HSV(B) | 214.05º | 0.34% | 0.43% | - |
| XYZ | 9.13 | 9.69 | 16.14 | - |
| YUV | 86.61 | 141.2 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 110 | 0.34 | 0.19 | 0 | 0.57 | 214.05 | 0.2 | 0.36 |
| Hex | 49 | 59 | 6E | 22 | 13 | 0 | 39 | D6 | 14 | 24 |
| Octal | 111 | 131 | 156 | 42 | 23 | 0 | 71 | 326 | 24 | 44 |
| Binary | 1001001 | 1011001 | 1101110 | 100010 | 10011 | 0 | 111001 | 11010110 | 10100 | 100100 |
Color Harmonies of #49596E
Complementary color
Monochromatic Colors of #49596E
Black with #49596E
Text Example
Text Example
White with #49596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49596E; }
p { color: rgb(73,89,110); }
H1.HeaderClassName
{
color: #49596E;
}
.AnyTagClassName
{
color: #49596E;
}
</style>
background-color css
<style>
a { background-color: #49596E; }
a { background-color: rgb(73,89,110); }
div.DivClassName
{
background-color: #49596E;
}
.BgClassName
{
background-color: #49596E;
}
</style>
border-color css
<style>
span { border-color: #49596E; }
span { border-color: rgb(73,89,110); }
td.TdClassName
{
border-color: #49596E;
}
.TagClassName
{
border-color: #49596E;
}
</style>