Shades of Heavy Metal #494A3C
Tints of Heavy Metal #494A3C
RGB
CMYK
RGB Variations
Color information
#494A3C (or 0x494A3C) is known color: Heavy Metal. HEX triplet: 49, 4A and 3C. RGB value is (73,74,60). Sum of RGB (Red+Green+Blue) = 73+74+60=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 74 - color contains mainly: green. Hex color #494A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A3C is #B6B5C3. Grayscale: #484848. Windows color (decimal): -11974084 or 3951177. OLE color: 3951177.
HSL color Cylindrical-coordinate representation of color #494A3C: hue angle of 64.29º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #494A3C is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 74 | 60 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.71 |
| HSL | 64.29º | 0.1% | 0.26% | - |
| HSV(B) | 64.29º | 0.19% | 0.29% | - |
| XYZ | 6.01 | 6.64 | 5.24 | - |
| YUV | 72.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 60 | 0.01 | 0 | 0.19 | 0.71 | 64.29 | 0.1 | 0.26 |
| Hex | 49 | 4A | 3C | 1 | 0 | 13 | 47 | 40 | A | 1A |
| Octal | 111 | 112 | 74 | 1 | 0 | 23 | 107 | 100 | 12 | 32 |
| Binary | 1001001 | 1001010 | 111100 | 1 | 0 | 10011 | 1000111 | 1000000 | 1010 | 11010 |
Color Harmonies of #494A3C
Complementary color
Monochromatic Colors of #494A3C
Black with #494A3C
Text Example
Text Example
White with #494A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A3C; }
p { color: rgb(73,74,60); }
H1.HeaderClassName
{
color: #494A3C;
}
.AnyTagClassName
{
color: #494A3C;
}
</style>
background-color css
<style>
a { background-color: #494A3C; }
a { background-color: rgb(73,74,60); }
div.DivClassName
{
background-color: #494A3C;
}
.BgClassName
{
background-color: #494A3C;
}
</style>
border-color css
<style>
span { border-color: #494A3C; }
span { border-color: rgb(73,74,60); }
td.TdClassName
{
border-color: #494A3C;
}
.TagClassName
{
border-color: #494A3C;
}
</style>