Shades of Merlin #4A4940
Tints of Merlin #4A4940
RGB
CMYK
RGB Variations
Color information
#4A4940 (or 0x4A4940) is known color: Merlin. HEX triplet: 4A, 49 and 40. RGB value is (74,73,64). Sum of RGB (Red+Green+Blue) = 74+73+64=211 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.07% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4940 is #B5B6BF. Grayscale: #484848. Windows color (decimal): -11908800 or 4213066. OLE color: 4213066.
HSL color Cylindrical-coordinate representation of color #4A4940: hue angle of 54º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A4940 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 73 | 64 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.71 |
| HSL | 54º | 0.07% | 0.27% | - |
| HSV(B) | 54º | 0.14% | 0.29% | - |
| XYZ | 6.13 | 6.59 | 5.8 | - |
| YUV | 72.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 73 | 64 | 0 | 0.01 | 0.14 | 0.71 | 54 | 0.07 | 0.27 |
| Hex | 4A | 49 | 40 | 0 | 1 | E | 47 | 36 | 7 | 1B |
| Octal | 112 | 111 | 100 | 0 | 1 | 16 | 107 | 66 | 7 | 33 |
| Binary | 1001010 | 1001001 | 1000000 | 0 | 1 | 1110 | 1000111 | 110110 | 111 | 11011 |
Color Harmonies of #4A4940
Complementary color
Monochromatic Colors of #4A4940
Black with #4A4940
Text Example
Text Example
White with #4A4940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4940; }
p { color: rgb(74,73,64); }
H1.HeaderClassName
{
color: #4A4940;
}
.AnyTagClassName
{
color: #4A4940;
}
</style>
background-color css
<style>
a { background-color: #4A4940; }
a { background-color: rgb(74,73,64); }
div.DivClassName
{
background-color: #4A4940;
}
.BgClassName
{
background-color: #4A4940;
}
</style>
border-color css
<style>
span { border-color: #4A4940; }
span { border-color: rgb(74,73,64); }
td.TdClassName
{
border-color: #4A4940;
}
.TagClassName
{
border-color: #4A4940;
}
</style>