Shades of Heavy Metal #46483C
Tints of Heavy Metal #46483C
RGB
CMYK
RGB Variations
Color information
#46483C (or 0x46483C) is known color: Heavy Metal. HEX triplet: 46, 48 and 3C. RGB value is (70,72,60). Sum of RGB (Red+Green+Blue) = 70+72+60=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 72 - color contains mainly: green. Hex color #46483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46483C is #B9B7C3. Grayscale: #464646. Windows color (decimal): -12171204 or 3950662. OLE color: 3950662.
HSL color Cylindrical-coordinate representation of color #46483C: hue angle of 70º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #46483C is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 72 | 60 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.72 |
| HSL | 70º | 0.09% | 0.26% | - |
| HSV(B) | 70º | 0.17% | 0.28% | - |
| XYZ | 5.66 | 6.26 | 5.19 | - |
| YUV | 70.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 60 | 0.03 | 0 | 0.17 | 0.72 | 70 | 0.09 | 0.26 |
| Hex | 46 | 48 | 3C | 3 | 0 | 11 | 48 | 46 | 9 | 1A |
| Octal | 106 | 110 | 74 | 3 | 0 | 21 | 110 | 106 | 11 | 32 |
| Binary | 1000110 | 1001000 | 111100 | 11 | 0 | 10001 | 1001000 | 1000110 | 1001 | 11010 |
Color Harmonies of #46483C
Complementary color
Monochromatic Colors of #46483C
Black with #46483C
Text Example
Text Example
White with #46483C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46483C; }
p { color: rgb(70,72,60); }
H1.HeaderClassName
{
color: #46483C;
}
.AnyTagClassName
{
color: #46483C;
}
</style>
background-color css
<style>
a { background-color: #46483C; }
a { background-color: rgb(70,72,60); }
div.DivClassName
{
background-color: #46483C;
}
.BgClassName
{
background-color: #46483C;
}
</style>
border-color css
<style>
span { border-color: #46483C; }
span { border-color: rgb(70,72,60); }
td.TdClassName
{
border-color: #46483C;
}
.TagClassName
{
border-color: #46483C;
}
</style>