Shades of Merlin #4E4C44
Tints of Merlin #4E4C44
RGB
CMYK
RGB Variations
Color information
#4E4C44 (or 0x4E4C44) is known color: Merlin. HEX triplet: 4E, 4C and 44. RGB value is (78,76,68). Sum of RGB (Red+Green+Blue) = 78+76+68=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4C44 is #B1B3BB. Grayscale: #4B4B4B. Windows color (decimal): -11645884 or 4475982. OLE color: 4475982.
HSL color Cylindrical-coordinate representation of color #4E4C44: hue angle of 48º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4E4C44 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 76 | 68 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.69 |
| HSL | 48º | 0.07% | 0.29% | - |
| HSV(B) | 48º | 0.13% | 0.31% | - |
| XYZ | 6.77 | 7.21 | 6.5 | - |
| YUV | 75.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 68 | 0 | 0.03 | 0.13 | 0.69 | 48 | 0.07 | 0.29 |
| Hex | 4E | 4C | 44 | 0 | 3 | D | 45 | 30 | 7 | 1D |
| Octal | 116 | 114 | 104 | 0 | 3 | 15 | 105 | 60 | 7 | 35 |
| Binary | 1001110 | 1001100 | 1000100 | 0 | 11 | 1101 | 1000101 | 110000 | 111 | 11101 |
Color Harmonies of #4E4C44
Complementary color
Monochromatic Colors of #4E4C44
Black with #4E4C44
Text Example
Text Example
White with #4E4C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4C44; }
p { color: rgb(78,76,68); }
H1.HeaderClassName
{
color: #4E4C44;
}
.AnyTagClassName
{
color: #4E4C44;
}
</style>
background-color css
<style>
a { background-color: #4E4C44; }
a { background-color: rgb(78,76,68); }
div.DivClassName
{
background-color: #4E4C44;
}
.BgClassName
{
background-color: #4E4C44;
}
</style>
border-color css
<style>
span { border-color: #4E4C44; }
span { border-color: rgb(78,76,68); }
td.TdClassName
{
border-color: #4E4C44;
}
.TagClassName
{
border-color: #4E4C44;
}
</style>