Shades of Heavy Metal #4A4B3F
Tints of Heavy Metal #4A4B3F
RGB
CMYK
RGB Variations
Color information
#4A4B3F (or 0x4A4B3F) is known color: Heavy Metal. HEX triplet: 4A, 4B and 3F. RGB value is (74,75,63). Sum of RGB (Red+Green+Blue) = 74+75+63=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 75 - color contains mainly: green. Hex color #4A4B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4B3F is #B5B4C0. Grayscale: #494949. Windows color (decimal): -11908289 or 4148042. OLE color: 4148042.
HSL color Cylindrical-coordinate representation of color #4A4B3F: hue angle of 65º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4A4B3F is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 75 | 63 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.71 |
| HSL | 65º | 0.09% | 0.27% | - |
| HSV(B) | 65º | 0.16% | 0.29% | - |
| XYZ | 6.24 | 6.85 | 5.7 | - |
| YUV | 73.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 75 | 63 | 0.01 | 0 | 0.16 | 0.71 | 65 | 0.09 | 0.27 |
| Hex | 4A | 4B | 3F | 1 | 0 | 10 | 47 | 41 | 9 | 1B |
| Octal | 112 | 113 | 77 | 1 | 0 | 20 | 107 | 101 | 11 | 33 |
| Binary | 1001010 | 1001011 | 111111 | 1 | 0 | 10000 | 1000111 | 1000001 | 1001 | 11011 |
Color Harmonies of #4A4B3F
Complementary color
Monochromatic Colors of #4A4B3F
Black with #4A4B3F
Text Example
Text Example
White with #4A4B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4B3F; }
p { color: rgb(74,75,63); }
H1.HeaderClassName
{
color: #4A4B3F;
}
.AnyTagClassName
{
color: #4A4B3F;
}
</style>
background-color css
<style>
a { background-color: #4A4B3F; }
a { background-color: rgb(74,75,63); }
div.DivClassName
{
background-color: #4A4B3F;
}
.BgClassName
{
background-color: #4A4B3F;
}
</style>
border-color css
<style>
span { border-color: #4A4B3F; }
span { border-color: rgb(74,75,63); }
td.TdClassName
{
border-color: #4A4B3F;
}
.TagClassName
{
border-color: #4A4B3F;
}
</style>