Shades of Heavy Metal #47483E
Tints of Heavy Metal #47483E
RGB
CMYK
RGB Variations
Color information
#47483E (or 0x47483E) is known color: Heavy Metal. HEX triplet: 47, 48 and 3E. RGB value is (71,72,62). Sum of RGB (Red+Green+Blue) = 71+72+62=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 72 - color contains mainly: green. Hex color #47483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47483E is #B8B7C1. Grayscale: #464646. Windows color (decimal): -12105666 or 4081735. OLE color: 4081735.
HSL color Cylindrical-coordinate representation of color #47483E: hue angle of 66º degrees, saturation: 0.07, 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 #47483E is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 72 | 62 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.72 |
| HSL | 66º | 0.07% | 0.26% | - |
| HSV(B) | 66º | 0.14% | 0.28% | - |
| XYZ | 5.79 | 6.32 | 5.47 | - |
| YUV | 70.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 62 | 0.01 | 0 | 0.14 | 0.72 | 66 | 0.07 | 0.26 |
| Hex | 47 | 48 | 3E | 1 | 0 | E | 48 | 42 | 7 | 1A |
| Octal | 107 | 110 | 76 | 1 | 0 | 16 | 110 | 102 | 7 | 32 |
| Binary | 1000111 | 1001000 | 111110 | 1 | 0 | 1110 | 1001000 | 1000010 | 111 | 11010 |
Color Harmonies of #47483E
Complementary color
Monochromatic Colors of #47483E
Black with #47483E
Text Example
Text Example
White with #47483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47483E; }
p { color: rgb(71,72,62); }
H1.HeaderClassName
{
color: #47483E;
}
.AnyTagClassName
{
color: #47483E;
}
</style>
background-color css
<style>
a { background-color: #47483E; }
a { background-color: rgb(71,72,62); }
div.DivClassName
{
background-color: #47483E;
}
.BgClassName
{
background-color: #47483E;
}
</style>
border-color css
<style>
span { border-color: #47483E; }
span { border-color: rgb(71,72,62); }
td.TdClassName
{
border-color: #47483E;
}
.TagClassName
{
border-color: #47483E;
}
</style>