Shades of Heavy Metal #46483A
Tints of Heavy Metal #46483A
RGB
CMYK
RGB Variations
Color information
#46483A (or 0x46483A) is known color: Heavy Metal. HEX triplet: 46, 48 and 3A. RGB value is (70,72,58). Sum of RGB (Red+Green+Blue) = 70+72+58=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 72 - color contains mainly: green. Hex color #46483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46483A is #B9B7C5. Grayscale: #454545. Windows color (decimal): -12171206 or 3819590. OLE color: 3819590.
HSL color Cylindrical-coordinate representation of color #46483A: hue angle of 68.57º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #46483A is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 72 | 58 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.72 |
| HSL | 68.57º | 0.11% | 0.25% | - |
| HSV(B) | 68.57º | 0.19% | 0.28% | - |
| XYZ | 5.61 | 6.24 | 4.91 | - |
| YUV | 69.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 58 | 0.03 | 0 | 0.19 | 0.72 | 68.57 | 0.11 | 0.25 |
| Hex | 46 | 48 | 3A | 3 | 0 | 13 | 48 | 45 | B | 19 |
| Octal | 106 | 110 | 72 | 3 | 0 | 23 | 110 | 105 | 13 | 31 |
| Binary | 1000110 | 1001000 | 111010 | 11 | 0 | 10011 | 1001000 | 1000101 | 1011 | 11001 |
Color Harmonies of #46483A
Complementary color
Monochromatic Colors of #46483A
Black with #46483A
Text Example
Text Example
White with #46483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46483A; }
p { color: rgb(70,72,58); }
H1.HeaderClassName
{
color: #46483A;
}
.AnyTagClassName
{
color: #46483A;
}
</style>
background-color css
<style>
a { background-color: #46483A; }
a { background-color: rgb(70,72,58); }
div.DivClassName
{
background-color: #46483A;
}
.BgClassName
{
background-color: #46483A;
}
</style>
border-color css
<style>
span { border-color: #46483A; }
span { border-color: rgb(70,72,58); }
td.TdClassName
{
border-color: #46483A;
}
.TagClassName
{
border-color: #46483A;
}
</style>