Shades of Heavy Metal #474A38
Tints of Heavy Metal #474A38
RGB
CMYK
RGB Variations
Color information
#474A38 (or 0x474A38) is known color: Heavy Metal. HEX triplet: 47, 4A and 38. RGB value is (71,74,56). Sum of RGB (Red+Green+Blue) = 71+74+56=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 74 - color contains mainly: green. Hex color #474A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A38 is #B8B5C7. Grayscale: #474747. Windows color (decimal): -12105160 or 3689031. OLE color: 3689031.
HSL color Cylindrical-coordinate representation of color #474A38: hue angle of 70º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #474A38 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 74 | 56 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.71 |
| HSL | 70º | 0.14% | 0.25% | - |
| HSV(B) | 70º | 0.24% | 0.29% | - |
| XYZ | 5.76 | 6.52 | 4.7 | - |
| YUV | 71.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 56 | 0.04 | 0 | 0.24 | 0.71 | 70 | 0.14 | 0.25 |
| Hex | 47 | 4A | 38 | 4 | 0 | 18 | 47 | 46 | E | 19 |
| Octal | 107 | 112 | 70 | 4 | 0 | 30 | 107 | 106 | 16 | 31 |
| Binary | 1000111 | 1001010 | 111000 | 100 | 0 | 11000 | 1000111 | 1000110 | 1110 | 11001 |
Color Harmonies of #474A38
Complementary color
Monochromatic Colors of #474A38
Black with #474A38
Text Example
Text Example
White with #474A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A38; }
p { color: rgb(71,74,56); }
H1.HeaderClassName
{
color: #474A38;
}
.AnyTagClassName
{
color: #474A38;
}
</style>
background-color css
<style>
a { background-color: #474A38; }
a { background-color: rgb(71,74,56); }
div.DivClassName
{
background-color: #474A38;
}
.BgClassName
{
background-color: #474A38;
}
</style>
border-color css
<style>
span { border-color: #474A38; }
span { border-color: rgb(71,74,56); }
td.TdClassName
{
border-color: #474A38;
}
.TagClassName
{
border-color: #474A38;
}
</style>