Shades of Heavy Metal #494B3D
Tints of Heavy Metal #494B3D
RGB
CMYK
RGB Variations
Color information
#494B3D (or 0x494B3D) is known color: Heavy Metal. HEX triplet: 49, 4B and 3D. RGB value is (73,75,61). Sum of RGB (Red+Green+Blue) = 73+75+61=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 75 - color contains mainly: green. Hex color #494B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B3D is #B6B4C2. Grayscale: #484848. Windows color (decimal): -11973827 or 4016969. OLE color: 4016969.
HSL color Cylindrical-coordinate representation of color #494B3D: hue angle of 68.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #494B3D is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 75 | 61 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.71 |
| HSL | 68.57º | 0.1% | 0.27% | - |
| HSV(B) | 68.57º | 0.19% | 0.29% | - |
| XYZ | 6.11 | 6.79 | 5.4 | - |
| YUV | 72.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 61 | 0.03 | 0 | 0.19 | 0.71 | 68.57 | 0.1 | 0.27 |
| Hex | 49 | 4B | 3D | 3 | 0 | 13 | 47 | 45 | A | 1B |
| Octal | 111 | 113 | 75 | 3 | 0 | 23 | 107 | 105 | 12 | 33 |
| Binary | 1001001 | 1001011 | 111101 | 11 | 0 | 10011 | 1000111 | 1000101 | 1010 | 11011 |
Color Harmonies of #494B3D
Complementary color
Monochromatic Colors of #494B3D
Black with #494B3D
Text Example
Text Example
White with #494B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494B3D; }
p { color: rgb(73,75,61); }
H1.HeaderClassName
{
color: #494B3D;
}
.AnyTagClassName
{
color: #494B3D;
}
</style>
background-color css
<style>
a { background-color: #494B3D; }
a { background-color: rgb(73,75,61); }
div.DivClassName
{
background-color: #494B3D;
}
.BgClassName
{
background-color: #494B3D;
}
</style>
border-color css
<style>
span { border-color: #494B3D; }
span { border-color: rgb(73,75,61); }
td.TdClassName
{
border-color: #494B3D;
}
.TagClassName
{
border-color: #494B3D;
}
</style>