Shades of Heavy Metal #47473B
Tints of Heavy Metal #47473B
RGB
CMYK
RGB Variations
Color information
#47473B (or 0x47473B) is known color: Heavy Metal. HEX triplet: 47, 47 and 3B. RGB value is (71,71,59). Sum of RGB (Red+Green+Blue) = 71+71+59=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 71 - color contains mainly: red, green. Hex color #47473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47473B is #B8B8C4. Grayscale: #454545. Windows color (decimal): -12105925 or 3884871. OLE color: 3884871.
HSL color Cylindrical-coordinate representation of color #47473B: hue angle of 60º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #47473B is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 71 | 59 | - |
| CMYK | 0 | 0 | 0.17 | 0.72 |
| HSL | 60º | 0.09% | 0.25% | - |
| HSV(B) | 60º | 0.17% | 0.28% | - |
| XYZ | 5.64 | 6.16 | 5.03 | - |
| YUV | 69.63 | 122 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 71 | 59 | 0 | 0 | 0.17 | 0.72 | 60 | 0.09 | 0.25 |
| Hex | 47 | 47 | 3B | 0 | 0 | 11 | 48 | 3C | 9 | 19 |
| Octal | 107 | 107 | 73 | 0 | 0 | 21 | 110 | 74 | 11 | 31 |
| Binary | 1000111 | 1000111 | 111011 | 0 | 0 | 10001 | 1001000 | 111100 | 1001 | 11001 |
Color Harmonies of #47473B
Complementary color
Monochromatic Colors of #47473B
Black with #47473B
Text Example
Text Example
White with #47473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47473B; }
p { color: rgb(71,71,59); }
H1.HeaderClassName
{
color: #47473B;
}
.AnyTagClassName
{
color: #47473B;
}
</style>
background-color css
<style>
a { background-color: #47473B; }
a { background-color: rgb(71,71,59); }
div.DivClassName
{
background-color: #47473B;
}
.BgClassName
{
background-color: #47473B;
}
</style>
border-color css
<style>
span { border-color: #47473B; }
span { border-color: rgb(71,71,59); }
td.TdClassName
{
border-color: #47473B;
}
.TagClassName
{
border-color: #47473B;
}
</style>