Shades of Como #49745F
Tints of Como #49745F
RGB
CMYK
RGB Variations
Color information
#49745F (or 0x49745F) is known color: Como. HEX triplet: 49, 74 and 5F. RGB value is (73,116,95). Sum of RGB (Red+Green+Blue) = 73+116+95=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #49745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49745F is #B68BA0. Grayscale: #646464. Windows color (decimal): -11963297 or 6255689. OLE color: 6255689.
HSL color Cylindrical-coordinate representation of color #49745F: hue angle of 150.7º 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 #49745F is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 116 | 95 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.55 |
| HSL | 150.7º | 0.23% | 0.37% | - |
| HSV(B) | 150.7º | 0.37% | 0.45% | - |
| XYZ | 11.06 | 14.73 | 13.09 | - |
| YUV | 100.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 95 | 0.37 | 0 | 0.18 | 0.55 | 150.7 | 0.23 | 0.37 |
| Hex | 49 | 74 | 5F | 25 | 0 | 12 | 37 | 97 | 17 | 25 |
| Octal | 111 | 164 | 137 | 45 | 0 | 22 | 67 | 227 | 27 | 45 |
| Binary | 1001001 | 1110100 | 1011111 | 100101 | 0 | 10010 | 110111 | 10010111 | 10111 | 100101 |
Color Harmonies of #49745F
Complementary color
Monochromatic Colors of #49745F
Black with #49745F
Text Example
Text Example
White with #49745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49745F; }
p { color: rgb(73,116,95); }
H1.HeaderClassName
{
color: #49745F;
}
.AnyTagClassName
{
color: #49745F;
}
</style>
background-color css
<style>
a { background-color: #49745F; }
a { background-color: rgb(73,116,95); }
div.DivClassName
{
background-color: #49745F;
}
.BgClassName
{
background-color: #49745F;
}
</style>
border-color css
<style>
span { border-color: #49745F; }
span { border-color: rgb(73,116,95); }
td.TdClassName
{
border-color: #49745F;
}
.TagClassName
{
border-color: #49745F;
}
</style>