Shades of Heavy Metal #46473D
Tints of Heavy Metal #46473D
RGB
CMYK
RGB Variations
Color information
#46473D (or 0x46473D) is known color: Heavy Metal. HEX triplet: 46, 47 and 3D. RGB value is (70,71,61). Sum of RGB (Red+Green+Blue) = 70+71+61=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 71 - color contains mainly: green. Hex color #46473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46473D is #B9B8C2. Grayscale: #454545. Windows color (decimal): -12171459 or 4015942. OLE color: 4015942.
HSL color Cylindrical-coordinate representation of color #46473D: hue angle of 66º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #46473D is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 71 | 61 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.72 |
| HSL | 66º | 0.08% | 0.26% | - |
| HSV(B) | 66º | 0.14% | 0.28% | - |
| XYZ | 5.62 | 6.15 | 5.3 | - |
| YUV | 69.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 61 | 0.01 | 0 | 0.14 | 0.72 | 66 | 0.08 | 0.26 |
| Hex | 46 | 47 | 3D | 1 | 0 | E | 48 | 42 | 8 | 1A |
| Octal | 106 | 107 | 75 | 1 | 0 | 16 | 110 | 102 | 10 | 32 |
| Binary | 1000110 | 1000111 | 111101 | 1 | 0 | 1110 | 1001000 | 1000010 | 1000 | 11010 |
Color Harmonies of #46473D
Complementary color
Monochromatic Colors of #46473D
Black with #46473D
Text Example
Text Example
White with #46473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46473D; }
p { color: rgb(70,71,61); }
H1.HeaderClassName
{
color: #46473D;
}
.AnyTagClassName
{
color: #46473D;
}
</style>
background-color css
<style>
a { background-color: #46473D; }
a { background-color: rgb(70,71,61); }
div.DivClassName
{
background-color: #46473D;
}
.BgClassName
{
background-color: #46473D;
}
</style>
border-color css
<style>
span { border-color: #46473D; }
span { border-color: rgb(70,71,61); }
td.TdClassName
{
border-color: #46473D;
}
.TagClassName
{
border-color: #46473D;
}
</style>