Shades of Heavy Metal #494A40
Tints of Heavy Metal #494A40
RGB
CMYK
RGB Variations
Color information
#494A40 (or 0x494A40) is known color: Heavy Metal. HEX triplet: 49, 4A and 40. RGB value is (73,74,64). Sum of RGB (Red+Green+Blue) = 73+74+64=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 74 - color contains mainly: green. Hex color #494A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A40 is #B6B5BF. Grayscale: #484848. Windows color (decimal): -11974080 or 4213321. OLE color: 4213321.
HSL color Cylindrical-coordinate representation of color #494A40: hue angle of 66º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #494A40 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 74 | 64 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.71 |
| HSL | 66º | 0.07% | 0.27% | - |
| HSV(B) | 66º | 0.14% | 0.29% | - |
| XYZ | 6.12 | 6.68 | 5.82 | - |
| YUV | 72.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 64 | 0.01 | 0 | 0.14 | 0.71 | 66 | 0.07 | 0.27 |
| Hex | 49 | 4A | 40 | 1 | 0 | E | 47 | 42 | 7 | 1B |
| Octal | 111 | 112 | 100 | 1 | 0 | 16 | 107 | 102 | 7 | 33 |
| Binary | 1001001 | 1001010 | 1000000 | 1 | 0 | 1110 | 1000111 | 1000010 | 111 | 11011 |
Color Harmonies of #494A40
Complementary color
Monochromatic Colors of #494A40
Black with #494A40
Text Example
Text Example
White with #494A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A40; }
p { color: rgb(73,74,64); }
H1.HeaderClassName
{
color: #494A40;
}
.AnyTagClassName
{
color: #494A40;
}
</style>
background-color css
<style>
a { background-color: #494A40; }
a { background-color: rgb(73,74,64); }
div.DivClassName
{
background-color: #494A40;
}
.BgClassName
{
background-color: #494A40;
}
</style>
border-color css
<style>
span { border-color: #494A40; }
span { border-color: rgb(73,74,64); }
td.TdClassName
{
border-color: #494A40;
}
.TagClassName
{
border-color: #494A40;
}
</style>