Shades of Heavy Metal #464935
Tints of Heavy Metal #464935
RGB
CMYK
RGB Variations
Color information
#464935 (or 0x464935) is known color: Heavy Metal. HEX triplet: 46, 49 and 35. RGB value is (70,73,53). Sum of RGB (Red+Green+Blue) = 70+73+53=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 73 - color contains mainly: green. Hex color #464935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464935 is #B9B6CA. Grayscale: #454545. Windows color (decimal): -12170955 or 3492166. OLE color: 3492166.
HSL color Cylindrical-coordinate representation of color #464935: hue angle of 69º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #464935 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 53 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.71 |
| HSL | 69º | 0.16% | 0.25% | - |
| HSV(B) | 69º | 0.27% | 0.29% | - |
| XYZ | 5.55 | 6.32 | 4.3 | - |
| YUV | 69.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 53 | 0.04 | 0 | 0.27 | 0.71 | 69 | 0.16 | 0.25 |
| Hex | 46 | 49 | 35 | 4 | 0 | 1B | 47 | 45 | 10 | 19 |
| Octal | 106 | 111 | 65 | 4 | 0 | 33 | 107 | 105 | 20 | 31 |
| Binary | 1000110 | 1001001 | 110101 | 100 | 0 | 11011 | 1000111 | 1000101 | 10000 | 11001 |
Color Harmonies of #464935
Complementary color
Monochromatic Colors of #464935
Black with #464935
Text Example
Text Example
White with #464935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464935; }
p { color: rgb(70,73,53); }
H1.HeaderClassName
{
color: #464935;
}
.AnyTagClassName
{
color: #464935;
}
</style>
background-color css
<style>
a { background-color: #464935; }
a { background-color: rgb(70,73,53); }
div.DivClassName
{
background-color: #464935;
}
.BgClassName
{
background-color: #464935;
}
</style>
border-color css
<style>
span { border-color: #464935; }
span { border-color: rgb(70,73,53); }
td.TdClassName
{
border-color: #464935;
}
.TagClassName
{
border-color: #464935;
}
</style>