Shades of Heavy Metal #49493E
Tints of Heavy Metal #49493E
RGB
CMYK
RGB Variations
Color information
#49493E (or 0x49493E) is known color: Heavy Metal. HEX triplet: 49, 49 and 3E. RGB value is (73,73,62). Sum of RGB (Red+Green+Blue) = 73+73+62=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 73 - color contains mainly: red, green. Hex color #49493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49493E is #B6B6C1. Grayscale: #474747. Windows color (decimal): -11974338 or 4081993. OLE color: 4081993.
HSL color Cylindrical-coordinate representation of color #49493E: hue angle of 60º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #49493E is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 73 | 62 | - |
| CMYK | 0 | 0 | 0.15 | 0.71 |
| HSL | 60º | 0.08% | 0.26% | - |
| HSV(B) | 60º | 0.15% | 0.29% | - |
| XYZ | 6 | 6.53 | 5.5 | - |
| YUV | 71.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 62 | 0 | 0 | 0.15 | 0.71 | 60 | 0.08 | 0.26 |
| Hex | 49 | 49 | 3E | 0 | 0 | F | 47 | 3C | 8 | 1A |
| Octal | 111 | 111 | 76 | 0 | 0 | 17 | 107 | 74 | 10 | 32 |
| Binary | 1001001 | 1001001 | 111110 | 0 | 0 | 1111 | 1000111 | 111100 | 1000 | 11010 |
Color Harmonies of #49493E
Complementary color
Monochromatic Colors of #49493E
Black with #49493E
Text Example
Text Example
White with #49493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49493E; }
p { color: rgb(73,73,62); }
H1.HeaderClassName
{
color: #49493E;
}
.AnyTagClassName
{
color: #49493E;
}
</style>
background-color css
<style>
a { background-color: #49493E; }
a { background-color: rgb(73,73,62); }
div.DivClassName
{
background-color: #49493E;
}
.BgClassName
{
background-color: #49493E;
}
</style>
border-color css
<style>
span { border-color: #49493E; }
span { border-color: rgb(73,73,62); }
td.TdClassName
{
border-color: #49493E;
}
.TagClassName
{
border-color: #49493E;
}
</style>