Shades of Heavy Metal #46483B
Tints of Heavy Metal #46483B
RGB
CMYK
RGB Variations
Color information
#46483B (or 0x46483B) is known color: Heavy Metal. HEX triplet: 46, 48 and 3B. RGB value is (70,72,59). Sum of RGB (Red+Green+Blue) = 70+72+59=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 72 - color contains mainly: green. Hex color #46483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46483B is #B9B7C4. Grayscale: #454545. Windows color (decimal): -12171205 or 3885126. OLE color: 3885126.
HSL color Cylindrical-coordinate representation of color #46483B: hue angle of 69.23º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #46483B is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 72 | 59 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.72 |
| HSL | 69.23º | 0.1% | 0.26% | - |
| HSV(B) | 69.23º | 0.18% | 0.28% | - |
| XYZ | 5.63 | 6.25 | 5.05 | - |
| YUV | 69.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 59 | 0.03 | 0 | 0.18 | 0.72 | 69.23 | 0.1 | 0.26 |
| Hex | 46 | 48 | 3B | 3 | 0 | 12 | 48 | 45 | A | 1A |
| Octal | 106 | 110 | 73 | 3 | 0 | 22 | 110 | 105 | 12 | 32 |
| Binary | 1000110 | 1001000 | 111011 | 11 | 0 | 10010 | 1001000 | 1000101 | 1010 | 11010 |
Color Harmonies of #46483B
Complementary color
Monochromatic Colors of #46483B
Black with #46483B
Text Example
Text Example
White with #46483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46483B; }
p { color: rgb(70,72,59); }
H1.HeaderClassName
{
color: #46483B;
}
.AnyTagClassName
{
color: #46483B;
}
</style>
background-color css
<style>
a { background-color: #46483B; }
a { background-color: rgb(70,72,59); }
div.DivClassName
{
background-color: #46483B;
}
.BgClassName
{
background-color: #46483B;
}
</style>
border-color css
<style>
span { border-color: #46483B; }
span { border-color: rgb(70,72,59); }
td.TdClassName
{
border-color: #46483B;
}
.TagClassName
{
border-color: #46483B;
}
</style>