Shades of Heavy Metal #4A4B41
Tints of Heavy Metal #4A4B41
RGB
CMYK
RGB Variations
Color information
#4A4B41 (or 0x4A4B41) is known color: Heavy Metal. HEX triplet: 4A, 4B and 41. RGB value is (74,75,65). Sum of RGB (Red+Green+Blue) = 74+75+65=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 75 - color contains mainly: green. Hex color #4A4B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4B41 is #B5B4BE. Grayscale: #494949. Windows color (decimal): -11908287 or 4279114. OLE color: 4279114.
HSL color Cylindrical-coordinate representation of color #4A4B41: hue angle of 66º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4A4B41 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 75 | 65 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.71 |
| HSL | 66º | 0.07% | 0.27% | - |
| HSV(B) | 66º | 0.13% | 0.29% | - |
| XYZ | 6.29 | 6.87 | 6 | - |
| YUV | 73.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 75 | 65 | 0.01 | 0 | 0.13 | 0.71 | 66 | 0.07 | 0.27 |
| Hex | 4A | 4B | 41 | 1 | 0 | D | 47 | 42 | 7 | 1B |
| Octal | 112 | 113 | 101 | 1 | 0 | 15 | 107 | 102 | 7 | 33 |
| Binary | 1001010 | 1001011 | 1000001 | 1 | 0 | 1101 | 1000111 | 1000010 | 111 | 11011 |
Color Harmonies of #4A4B41
Complementary color
Monochromatic Colors of #4A4B41
Black with #4A4B41
Text Example
Text Example
White with #4A4B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4B41; }
p { color: rgb(74,75,65); }
H1.HeaderClassName
{
color: #4A4B41;
}
.AnyTagClassName
{
color: #4A4B41;
}
</style>
background-color css
<style>
a { background-color: #4A4B41; }
a { background-color: rgb(74,75,65); }
div.DivClassName
{
background-color: #4A4B41;
}
.BgClassName
{
background-color: #4A4B41;
}
</style>
border-color css
<style>
span { border-color: #4A4B41; }
span { border-color: rgb(74,75,65); }
td.TdClassName
{
border-color: #4A4B41;
}
.TagClassName
{
border-color: #4A4B41;
}
</style>