Shades of Heavy Metal #464836
Tints of Heavy Metal #464836
RGB
CMYK
RGB Variations
Color information
#464836 (or 0x464836) is known color: Heavy Metal. HEX triplet: 46, 48 and 36. RGB value is (70,72,54). Sum of RGB (Red+Green+Blue) = 70+72+54=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 72 - color contains mainly: green. Hex color #464836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464836 is #B9B7C9. Grayscale: #454545. Windows color (decimal): -12171210 or 3557446. OLE color: 3557446.
HSL color Cylindrical-coordinate representation of color #464836: hue angle of 66.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #464836 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 72 | 54 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.72 |
| HSL | 66.67º | 0.14% | 0.25% | - |
| HSV(B) | 66.67º | 0.25% | 0.28% | - |
| XYZ | 5.51 | 6.2 | 4.4 | - |
| YUV | 69.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 54 | 0.03 | 0 | 0.25 | 0.72 | 66.67 | 0.14 | 0.25 |
| Hex | 46 | 48 | 36 | 3 | 0 | 19 | 48 | 43 | E | 19 |
| Octal | 106 | 110 | 66 | 3 | 0 | 31 | 110 | 103 | 16 | 31 |
| Binary | 1000110 | 1001000 | 110110 | 11 | 0 | 11001 | 1001000 | 1000011 | 1110 | 11001 |
Color Harmonies of #464836
Complementary color
Monochromatic Colors of #464836
Black with #464836
Text Example
Text Example
White with #464836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464836; }
p { color: rgb(70,72,54); }
H1.HeaderClassName
{
color: #464836;
}
.AnyTagClassName
{
color: #464836;
}
</style>
background-color css
<style>
a { background-color: #464836; }
a { background-color: rgb(70,72,54); }
div.DivClassName
{
background-color: #464836;
}
.BgClassName
{
background-color: #464836;
}
</style>
border-color css
<style>
span { border-color: #464836; }
span { border-color: rgb(70,72,54); }
td.TdClassName
{
border-color: #464836;
}
.TagClassName
{
border-color: #464836;
}
</style>