Shades of Como #49745E
Tints of Como #49745E
RGB
CMYK
RGB Variations
Color information
#49745E (or 0x49745E) is known color: Como. HEX triplet: 49, 74 and 5E. RGB value is (73,116,94). Sum of RGB (Red+Green+Blue) = 73+116+94=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #49745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49745E is #B68BA1. Grayscale: #646464. Windows color (decimal): -11963298 or 6190153. OLE color: 6190153.
HSL color Cylindrical-coordinate representation of color #49745E: hue angle of 149.3º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49745E is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 116 | 94 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.55 |
| HSL | 149.3º | 0.23% | 0.37% | - |
| HSV(B) | 149.3º | 0.37% | 0.45% | - |
| XYZ | 11.01 | 14.72 | 12.85 | - |
| YUV | 100.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 94 | 0.37 | 0 | 0.19 | 0.55 | 149.3 | 0.23 | 0.37 |
| Hex | 49 | 74 | 5E | 25 | 0 | 13 | 37 | 95 | 17 | 25 |
| Octal | 111 | 164 | 136 | 45 | 0 | 23 | 67 | 225 | 27 | 45 |
| Binary | 1001001 | 1110100 | 1011110 | 100101 | 0 | 10011 | 110111 | 10010101 | 10111 | 100101 |
Color Harmonies of #49745E
Complementary color
Monochromatic Colors of #49745E
Black with #49745E
Text Example
Text Example
White with #49745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49745E; }
p { color: rgb(73,116,94); }
H1.HeaderClassName
{
color: #49745E;
}
.AnyTagClassName
{
color: #49745E;
}
</style>
background-color css
<style>
a { background-color: #49745E; }
a { background-color: rgb(73,116,94); }
div.DivClassName
{
background-color: #49745E;
}
.BgClassName
{
background-color: #49745E;
}
</style>
border-color css
<style>
span { border-color: #49745E; }
span { border-color: rgb(73,116,94); }
td.TdClassName
{
border-color: #49745E;
}
.TagClassName
{
border-color: #49745E;
}
</style>