Shades of Heavy Metal #47483B
Tints of Heavy Metal #47483B
RGB
CMYK
RGB Variations
Color information
#47483B (or 0x47483B) is known color: Heavy Metal. HEX triplet: 47, 48 and 3B. RGB value is (71,72,59). Sum of RGB (Red+Green+Blue) = 71+72+59=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 72 - color contains mainly: green. Hex color #47483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47483B is #B8B7C4. Grayscale: #464646. Windows color (decimal): -12105669 or 3885127. OLE color: 3885127.
HSL color Cylindrical-coordinate representation of color #47483B: hue angle of 64.62º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #47483B is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 72 | 59 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.72 |
| HSL | 64.62º | 0.1% | 0.26% | - |
| HSV(B) | 64.62º | 0.18% | 0.28% | - |
| XYZ | 5.71 | 6.29 | 5.05 | - |
| YUV | 70.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 59 | 0.01 | 0 | 0.18 | 0.72 | 64.62 | 0.1 | 0.26 |
| Hex | 47 | 48 | 3B | 1 | 0 | 12 | 48 | 41 | A | 1A |
| Octal | 107 | 110 | 73 | 1 | 0 | 22 | 110 | 101 | 12 | 32 |
| Binary | 1000111 | 1001000 | 111011 | 1 | 0 | 10010 | 1001000 | 1000001 | 1010 | 11010 |
Color Harmonies of #47483B
Complementary color
Monochromatic Colors of #47483B
Black with #47483B
Text Example
Text Example
White with #47483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47483B; }
p { color: rgb(71,72,59); }
H1.HeaderClassName
{
color: #47483B;
}
.AnyTagClassName
{
color: #47483B;
}
</style>
background-color css
<style>
a { background-color: #47483B; }
a { background-color: rgb(71,72,59); }
div.DivClassName
{
background-color: #47483B;
}
.BgClassName
{
background-color: #47483B;
}
</style>
border-color css
<style>
span { border-color: #47483B; }
span { border-color: rgb(71,72,59); }
td.TdClassName
{
border-color: #47483B;
}
.TagClassName
{
border-color: #47483B;
}
</style>