Shades of Merlin #4C4A41
Tints of Merlin #4C4A41
RGB
CMYK
RGB Variations
Color information
#4C4A41 (or 0x4C4A41) is known color: Merlin. HEX triplet: 4C, 4A and 41. RGB value is (76,74,65). Sum of RGB (Red+Green+Blue) = 76+74+65=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A41 is #B3B5BE. Grayscale: #494949. Windows color (decimal): -11777471 or 4278860. OLE color: 4278860.
HSL color Cylindrical-coordinate representation of color #4C4A41: hue angle of 49.09º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4C4A41 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 74 | 65 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.70 |
| HSL | 49.09º | 0.08% | 0.28% | - |
| HSV(B) | 49.09º | 0.14% | 0.3% | - |
| XYZ | 6.38 | 6.82 | 5.98 | - |
| YUV | 73.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 74 | 65 | 0 | 0.03 | 0.14 | 0.70 | 49.09 | 0.08 | 0.28 |
| Hex | 4C | 4A | 41 | 0 | 3 | E | 46 | 31 | 8 | 1C |
| Octal | 114 | 112 | 101 | 0 | 3 | 16 | 106 | 61 | 10 | 34 |
| Binary | 1001100 | 1001010 | 1000001 | 0 | 11 | 1110 | 1000110 | 110001 | 1000 | 11100 |
Color Harmonies of #4C4A41
Complementary color
Monochromatic Colors of #4C4A41
Black with #4C4A41
Text Example
Text Example
White with #4C4A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4A41; }
p { color: rgb(76,74,65); }
H1.HeaderClassName
{
color: #4C4A41;
}
.AnyTagClassName
{
color: #4C4A41;
}
</style>
background-color css
<style>
a { background-color: #4C4A41; }
a { background-color: rgb(76,74,65); }
div.DivClassName
{
background-color: #4C4A41;
}
.BgClassName
{
background-color: #4C4A41;
}
</style>
border-color css
<style>
span { border-color: #4C4A41; }
span { border-color: rgb(76,74,65); }
td.TdClassName
{
border-color: #4C4A41;
}
.TagClassName
{
border-color: #4C4A41;
}
</style>