Shades of Heavy Metal #464736
Tints of Heavy Metal #464736
RGB
CMYK
RGB Variations
Color information
#464736 (or 0x464736) is known color: Heavy Metal. HEX triplet: 46, 47 and 36. RGB value is (70,71,54). Sum of RGB (Red+Green+Blue) = 70+71+54=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 71 - color contains mainly: green. Hex color #464736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464736 is #B9B8C9. Grayscale: #444444. Windows color (decimal): -12171466 or 3557190. OLE color: 3557190.
HSL color Cylindrical-coordinate representation of color #464736: hue angle of 63.53º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #464736 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 71 | 54 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.72 |
| HSL | 63.53º | 0.14% | 0.25% | - |
| HSV(B) | 63.53º | 0.24% | 0.28% | - |
| XYZ | 5.44 | 6.07 | 4.38 | - |
| YUV | 68.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 54 | 0.01 | 0 | 0.24 | 0.72 | 63.53 | 0.14 | 0.25 |
| Hex | 46 | 47 | 36 | 1 | 0 | 18 | 48 | 40 | E | 19 |
| Octal | 106 | 107 | 66 | 1 | 0 | 30 | 110 | 100 | 16 | 31 |
| Binary | 1000110 | 1000111 | 110110 | 1 | 0 | 11000 | 1001000 | 1000000 | 1110 | 11001 |
Color Harmonies of #464736
Complementary color
Monochromatic Colors of #464736
Black with #464736
Text Example
Text Example
White with #464736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464736; }
p { color: rgb(70,71,54); }
H1.HeaderClassName
{
color: #464736;
}
.AnyTagClassName
{
color: #464736;
}
</style>
background-color css
<style>
a { background-color: #464736; }
a { background-color: rgb(70,71,54); }
div.DivClassName
{
background-color: #464736;
}
.BgClassName
{
background-color: #464736;
}
</style>
border-color css
<style>
span { border-color: #464736; }
span { border-color: rgb(70,71,54); }
td.TdClassName
{
border-color: #464736;
}
.TagClassName
{
border-color: #464736;
}
</style>