Shades of Como #49755D
Tints of Como #49755D
RGB
CMYK
RGB Variations
Color information
#49755D (or 0x49755D) is known color: Como. HEX triplet: 49, 75 and 5D. RGB value is (73,117,93). Sum of RGB (Red+Green+Blue) = 73+117+93=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #49755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49755D is #B68AA2. Grayscale: #656565. Windows color (decimal): -11963043 or 6124873. OLE color: 6124873.
HSL color Cylindrical-coordinate representation of color #49755D: hue angle of 147.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49755D is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 117 | 93 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.54 |
| HSL | 147.27º | 0.23% | 0.37% | - |
| HSV(B) | 147.27º | 0.38% | 0.46% | - |
| XYZ | 11.08 | 14.93 | 12.65 | - |
| YUV | 101.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 93 | 0.38 | 0 | 0.21 | 0.54 | 147.27 | 0.23 | 0.37 |
| Hex | 49 | 75 | 5D | 26 | 0 | 15 | 36 | 93 | 17 | 25 |
| Octal | 111 | 165 | 135 | 46 | 0 | 25 | 66 | 223 | 27 | 45 |
| Binary | 1001001 | 1110101 | 1011101 | 100110 | 0 | 10101 | 110110 | 10010011 | 10111 | 100101 |
Color Harmonies of #49755D
Complementary color
Monochromatic Colors of #49755D
Black with #49755D
Text Example
Text Example
White with #49755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49755D; }
p { color: rgb(73,117,93); }
H1.HeaderClassName
{
color: #49755D;
}
.AnyTagClassName
{
color: #49755D;
}
</style>
background-color css
<style>
a { background-color: #49755D; }
a { background-color: rgb(73,117,93); }
div.DivClassName
{
background-color: #49755D;
}
.BgClassName
{
background-color: #49755D;
}
</style>
border-color css
<style>
span { border-color: #49755D; }
span { border-color: rgb(73,117,93); }
td.TdClassName
{
border-color: #49755D;
}
.TagClassName
{
border-color: #49755D;
}
</style>