Shades of Como #49705D
Tints of Como #49705D
RGB
CMYK
RGB Variations
Color information
#49705D (or 0x49705D) is known color: Como. HEX triplet: 49, 70 and 5D. RGB value is (73,112,93). Sum of RGB (Red+Green+Blue) = 73+112+93=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #49705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49705D is #B68FA2. Grayscale: #626262. Windows color (decimal): -11964323 or 6123593. OLE color: 6123593.
HSL color Cylindrical-coordinate representation of color #49705D: hue angle of 150.77º 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 #49705D is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 112 | 93 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.56 |
| HSL | 150.77º | 0.21% | 0.36% | - |
| HSV(B) | 150.77º | 0.35% | 0.44% | - |
| XYZ | 10.52 | 13.8 | 12.46 | - |
| YUV | 98.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 93 | 0.35 | 0 | 0.17 | 0.56 | 150.77 | 0.21 | 0.36 |
| Hex | 49 | 70 | 5D | 23 | 0 | 11 | 38 | 97 | 15 | 24 |
| Octal | 111 | 160 | 135 | 43 | 0 | 21 | 70 | 227 | 25 | 44 |
| Binary | 1001001 | 1110000 | 1011101 | 100011 | 0 | 10001 | 111000 | 10010111 | 10101 | 100100 |
Color Harmonies of #49705D
Complementary color
Monochromatic Colors of #49705D
Black with #49705D
Text Example
Text Example
White with #49705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49705D; }
p { color: rgb(73,112,93); }
H1.HeaderClassName
{
color: #49705D;
}
.AnyTagClassName
{
color: #49705D;
}
</style>
background-color css
<style>
a { background-color: #49705D; }
a { background-color: rgb(73,112,93); }
div.DivClassName
{
background-color: #49705D;
}
.BgClassName
{
background-color: #49705D;
}
</style>
border-color css
<style>
span { border-color: #49705D; }
span { border-color: rgb(73,112,93); }
td.TdClassName
{
border-color: #49705D;
}
.TagClassName
{
border-color: #49705D;
}
</style>