Shades of Como #49705A
Tints of Como #49705A
RGB
CMYK
RGB Variations
Color information
#49705A (or 0x49705A) is known color: Como. HEX triplet: 49, 70 and 5A. RGB value is (73,112,90). Sum of RGB (Red+Green+Blue) = 73+112+90=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #49705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49705A is #B68FA5. Grayscale: #616161. Windows color (decimal): -11964326 or 5926985. OLE color: 5926985.
HSL color Cylindrical-coordinate representation of color #49705A: hue angle of 146.15º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49705A is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 112 | 90 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.56 |
| HSL | 146.15º | 0.21% | 0.36% | - |
| HSV(B) | 146.15º | 0.35% | 0.44% | - |
| XYZ | 10.39 | 13.74 | 11.78 | - |
| YUV | 97.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 90 | 0.35 | 0 | 0.20 | 0.56 | 146.15 | 0.21 | 0.36 |
| Hex | 49 | 70 | 5A | 23 | 0 | 14 | 38 | 92 | 15 | 24 |
| Octal | 111 | 160 | 132 | 43 | 0 | 24 | 70 | 222 | 25 | 44 |
| Binary | 1001001 | 1110000 | 1011010 | 100011 | 0 | 10100 | 111000 | 10010010 | 10101 | 100100 |
Color Harmonies of #49705A
Complementary color
Monochromatic Colors of #49705A
Black with #49705A
Text Example
Text Example
White with #49705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49705A; }
p { color: rgb(73,112,90); }
H1.HeaderClassName
{
color: #49705A;
}
.AnyTagClassName
{
color: #49705A;
}
</style>
background-color css
<style>
a { background-color: #49705A; }
a { background-color: rgb(73,112,90); }
div.DivClassName
{
background-color: #49705A;
}
.BgClassName
{
background-color: #49705A;
}
</style>
border-color css
<style>
span { border-color: #49705A; }
span { border-color: rgb(73,112,90); }
td.TdClassName
{
border-color: #49705A;
}
.TagClassName
{
border-color: #49705A;
}
</style>