Shades of Heavy Metal #474839
Tints of Heavy Metal #474839
RGB
CMYK
RGB Variations
Color information
#474839 (or 0x474839) is known color: Heavy Metal. HEX triplet: 47, 48 and 39. RGB value is (71,72,57). Sum of RGB (Red+Green+Blue) = 71+72+57=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 72 - color contains mainly: green. Hex color #474839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474839 is #B8B7C6. Grayscale: #464646. Windows color (decimal): -12105671 or 3754055. OLE color: 3754055.
HSL color Cylindrical-coordinate representation of color #474839: hue angle of 64º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #474839 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 72 | 57 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.72 |
| HSL | 64º | 0.12% | 0.25% | - |
| HSV(B) | 64º | 0.21% | 0.28% | - |
| XYZ | 5.65 | 6.27 | 4.78 | - |
| YUV | 69.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 57 | 0.01 | 0 | 0.21 | 0.72 | 64 | 0.12 | 0.25 |
| Hex | 47 | 48 | 39 | 1 | 0 | 15 | 48 | 40 | C | 19 |
| Octal | 107 | 110 | 71 | 1 | 0 | 25 | 110 | 100 | 14 | 31 |
| Binary | 1000111 | 1001000 | 111001 | 1 | 0 | 10101 | 1001000 | 1000000 | 1100 | 11001 |
Color Harmonies of #474839
Complementary color
Monochromatic Colors of #474839
Black with #474839
Text Example
Text Example
White with #474839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474839; }
p { color: rgb(71,72,57); }
H1.HeaderClassName
{
color: #474839;
}
.AnyTagClassName
{
color: #474839;
}
</style>
background-color css
<style>
a { background-color: #474839; }
a { background-color: rgb(71,72,57); }
div.DivClassName
{
background-color: #474839;
}
.BgClassName
{
background-color: #474839;
}
</style>
border-color css
<style>
span { border-color: #474839; }
span { border-color: rgb(71,72,57); }
td.TdClassName
{
border-color: #474839;
}
.TagClassName
{
border-color: #474839;
}
</style>