Shades of Heavy Metal #464737
Tints of Heavy Metal #464737
RGB
CMYK
RGB Variations
Color information
#464737 (or 0x464737) is known color: Heavy Metal. HEX triplet: 46, 47 and 37. RGB value is (70,71,55). Sum of RGB (Red+Green+Blue) = 70+71+55=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 71 - color contains mainly: green. Hex color #464737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464737 is #B9B8C8. Grayscale: #444444. Windows color (decimal): -12171465 or 3622726. OLE color: 3622726.
HSL color Cylindrical-coordinate representation of color #464737: hue angle of 63.75º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #464737 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 71 | 55 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.72 |
| HSL | 63.75º | 0.13% | 0.25% | - |
| HSV(B) | 63.75º | 0.23% | 0.28% | - |
| XYZ | 5.47 | 6.08 | 4.5 | - |
| YUV | 68.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 55 | 0.01 | 0 | 0.23 | 0.72 | 63.75 | 0.13 | 0.25 |
| Hex | 46 | 47 | 37 | 1 | 0 | 17 | 48 | 40 | D | 19 |
| Octal | 106 | 107 | 67 | 1 | 0 | 27 | 110 | 100 | 15 | 31 |
| Binary | 1000110 | 1000111 | 110111 | 1 | 0 | 10111 | 1001000 | 1000000 | 1101 | 11001 |
Color Harmonies of #464737
Complementary color
Monochromatic Colors of #464737
Black with #464737
Text Example
Text Example
White with #464737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464737; }
p { color: rgb(70,71,55); }
H1.HeaderClassName
{
color: #464737;
}
.AnyTagClassName
{
color: #464737;
}
</style>
background-color css
<style>
a { background-color: #464737; }
a { background-color: rgb(70,71,55); }
div.DivClassName
{
background-color: #464737;
}
.BgClassName
{
background-color: #464737;
}
</style>
border-color css
<style>
span { border-color: #464737; }
span { border-color: rgb(70,71,55); }
td.TdClassName
{
border-color: #464737;
}
.TagClassName
{
border-color: #464737;
}
</style>