Shades of Heavy Metal #46463E
Tints of Heavy Metal #46463E
RGB
CMYK
RGB Variations
Color information
#46463E (or 0x46463E) is known color: Heavy Metal. HEX triplet: 46, 46 and 3E. RGB value is (70,70,62). Sum of RGB (Red+Green+Blue) = 70+70+62=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 70 - color contains mainly: red, green. Hex color #46463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46463E is #B9B9C1. Grayscale: #454545. Windows color (decimal): -12171714 or 4081222. OLE color: 4081222.
HSL color Cylindrical-coordinate representation of color #46463E: hue angle of 60º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #46463E is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
RGB | 70 | 70 | 62 | - |
CMYK | 0 | 0 | 0.11 | 0.73 |
HSL | 60º | 0.06% | 0.26% | - |
HSV(B) | 60º | 0.11% | 0.27% | - |
XYZ | 5.59 | 6.03 | 5.43 | - |
YUV | 69.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 70 | 70 | 62 | 0 | 0 | 0.11 | 0.73 | 60 | 0.06 | 0.26 |
Hex | 46 | 46 | 3E | 0 | 0 | B | 49 | 3C | 6 | 1A |
Octal | 106 | 106 | 76 | 0 | 0 | 13 | 111 | 74 | 6 | 32 |
Binary | 1000110 | 1000110 | 111110 | 0 | 0 | 1011 | 1001001 | 111100 | 110 | 11010 |
Color Harmonies of #46463E
Complementary color
Monochromatic Colors of #46463E
Black with #46463E
Text Example
Text Example
White with #46463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46463E; }
p { color: rgb(70,70,62); }
H1.HeaderClassName
{
color: #46463E;
}
.AnyTagClassName
{
color: #46463E;
}
</style>
background-color css
<style>
a { background-color: #46463E; }
a { background-color: rgb(70,70,62); }
div.DivClassName
{
background-color: #46463E;
}
.BgClassName
{
background-color: #46463E;
}
</style>
border-color css
<style>
span { border-color: #46463E; }
span { border-color: rgb(70,70,62); }
td.TdClassName
{
border-color: #46463E;
}
.TagClassName
{
border-color: #46463E;
}
</style>