Shades of Heavy Metal #47483F
Tints of Heavy Metal #47483F
RGB
CMYK
RGB Variations
Color information
#47483F (or 0x47483F) is known color: Heavy Metal. HEX triplet: 47, 48 and 3F. RGB value is (71,72,63). Sum of RGB (Red+Green+Blue) = 71+72+63=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 72 - color contains mainly: green. Hex color #47483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47483F is #B8B7C0. Grayscale: #464646. Windows color (decimal): -12105665 or 4147271. OLE color: 4147271.
HSL color Cylindrical-coordinate representation of color #47483F: hue angle of 66.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #47483F is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 72 | 63 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.72 |
| HSL | 66.67º | 0.07% | 0.26% | - |
| HSV(B) | 66.67º | 0.13% | 0.28% | - |
| XYZ | 5.81 | 6.33 | 5.62 | - |
| YUV | 70.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 63 | 0.01 | 0 | 0.12 | 0.72 | 66.67 | 0.07 | 0.26 |
| Hex | 47 | 48 | 3F | 1 | 0 | C | 48 | 43 | 7 | 1A |
| Octal | 107 | 110 | 77 | 1 | 0 | 14 | 110 | 103 | 7 | 32 |
| Binary | 1000111 | 1001000 | 111111 | 1 | 0 | 1100 | 1001000 | 1000011 | 111 | 11010 |
Color Harmonies of #47483F
Complementary color
Monochromatic Colors of #47483F
Black with #47483F
Text Example
Text Example
White with #47483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47483F; }
p { color: rgb(71,72,63); }
H1.HeaderClassName
{
color: #47483F;
}
.AnyTagClassName
{
color: #47483F;
}
</style>
background-color css
<style>
a { background-color: #47483F; }
a { background-color: rgb(71,72,63); }
div.DivClassName
{
background-color: #47483F;
}
.BgClassName
{
background-color: #47483F;
}
</style>
border-color css
<style>
span { border-color: #47483F; }
span { border-color: rgb(71,72,63); }
td.TdClassName
{
border-color: #47483F;
}
.TagClassName
{
border-color: #47483F;
}
</style>