Shades of Merlin #4E4D3F
Tints of Merlin #4E4D3F
RGB
CMYK
RGB Variations
Color information
#4E4D3F (or 0x4E4D3F) is known color: Merlin. HEX triplet: 4E, 4D and 3F. RGB value is (78,77,63). Sum of RGB (Red+Green+Blue) = 78+77+63=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4D3F is #B1B2C0. Grayscale: #4B4B4B. Windows color (decimal): -11645633 or 4148558. OLE color: 4148558.
HSL color Cylindrical-coordinate representation of color #4E4D3F: hue angle of 56º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E4D3F is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 77 | 63 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.69 |
| HSL | 56º | 0.11% | 0.28% | - |
| HSV(B) | 56º | 0.19% | 0.31% | - |
| XYZ | 6.69 | 7.29 | 5.76 | - |
| YUV | 75.7 | 120.83 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 63 | 0 | 0.01 | 0.19 | 0.69 | 56 | 0.11 | 0.28 |
| Hex | 4E | 4D | 3F | 0 | 1 | 13 | 45 | 38 | B | 1C |
| Octal | 116 | 115 | 77 | 0 | 1 | 23 | 105 | 70 | 13 | 34 |
| Binary | 1001110 | 1001101 | 111111 | 0 | 1 | 10011 | 1000101 | 111000 | 1011 | 11100 |
Color Harmonies of #4E4D3F
Complementary color
Monochromatic Colors of #4E4D3F
Black with #4E4D3F
Text Example
Text Example
White with #4E4D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4D3F; }
p { color: rgb(78,77,63); }
H1.HeaderClassName
{
color: #4E4D3F;
}
.AnyTagClassName
{
color: #4E4D3F;
}
</style>
background-color css
<style>
a { background-color: #4E4D3F; }
a { background-color: rgb(78,77,63); }
div.DivClassName
{
background-color: #4E4D3F;
}
.BgClassName
{
background-color: #4E4D3F;
}
</style>
border-color css
<style>
span { border-color: #4E4D3F; }
span { border-color: rgb(78,77,63); }
td.TdClassName
{
border-color: #4E4D3F;
}
.TagClassName
{
border-color: #4E4D3F;
}
</style>