Shades of Como #49725E
Tints of Como #49725E
RGB
CMYK
RGB Variations
Color information
#49725E (or 0x49725E) is known color: Como. HEX triplet: 49, 72 and 5E. RGB value is (73,114,94). Sum of RGB (Red+Green+Blue) = 73+114+94=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #49725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49725E is #B68DA1. Grayscale: #636363. Windows color (decimal): -11963810 or 6189641. OLE color: 6189641.
HSL color Cylindrical-coordinate representation of color #49725E: hue angle of 150.73º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49725E is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 114 | 94 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.55 |
| HSL | 150.73º | 0.22% | 0.37% | - |
| HSV(B) | 150.73º | 0.36% | 0.45% | - |
| XYZ | 10.79 | 14.26 | 12.77 | - |
| YUV | 99.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 94 | 0.36 | 0 | 0.18 | 0.55 | 150.73 | 0.22 | 0.37 |
| Hex | 49 | 72 | 5E | 24 | 0 | 12 | 37 | 97 | 16 | 25 |
| Octal | 111 | 162 | 136 | 44 | 0 | 22 | 67 | 227 | 26 | 45 |
| Binary | 1001001 | 1110010 | 1011110 | 100100 | 0 | 10010 | 110111 | 10010111 | 10110 | 100101 |
Color Harmonies of #49725E
Complementary color
Monochromatic Colors of #49725E
Black with #49725E
Text Example
Text Example
White with #49725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49725E; }
p { color: rgb(73,114,94); }
H1.HeaderClassName
{
color: #49725E;
}
.AnyTagClassName
{
color: #49725E;
}
</style>
background-color css
<style>
a { background-color: #49725E; }
a { background-color: rgb(73,114,94); }
div.DivClassName
{
background-color: #49725E;
}
.BgClassName
{
background-color: #49725E;
}
</style>
border-color css
<style>
span { border-color: #49725E; }
span { border-color: rgb(73,114,94); }
td.TdClassName
{
border-color: #49725E;
}
.TagClassName
{
border-color: #49725E;
}
</style>