Shades of Merlin #4C4B45
Tints of Merlin #4C4B45
RGB
CMYK
RGB Variations
Color information
#4C4B45 (or 0x4C4B45) is known color: Merlin. HEX triplet: 4C, 4B and 45. RGB value is (76,75,69). Sum of RGB (Red+Green+Blue) = 76+75+69=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4B45 is #B3B4BA. Grayscale: #4A4A4A. Windows color (decimal): -11777211 or 4541260. OLE color: 4541260.
HSL color Cylindrical-coordinate representation of color #4C4B45: hue angle of 51.43º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4C4B45 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 75 | 69 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.70 |
| HSL | 51.43º | 0.05% | 0.28% | - |
| HSV(B) | 51.43º | 0.09% | 0.3% | - |
| XYZ | 6.57 | 7 | 6.63 | - |
| YUV | 74.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 75 | 69 | 0 | 0.01 | 0.09 | 0.70 | 51.43 | 0.05 | 0.28 |
| Hex | 4C | 4B | 45 | 0 | 1 | 9 | 46 | 33 | 5 | 1C |
| Octal | 114 | 113 | 105 | 0 | 1 | 11 | 106 | 63 | 5 | 34 |
| Binary | 1001100 | 1001011 | 1000101 | 0 | 1 | 1001 | 1000110 | 110011 | 101 | 11100 |
Color Harmonies of #4C4B45
Complementary color
Monochromatic Colors of #4C4B45
Black with #4C4B45
Text Example
Text Example
White with #4C4B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4B45; }
p { color: rgb(76,75,69); }
H1.HeaderClassName
{
color: #4C4B45;
}
.AnyTagClassName
{
color: #4C4B45;
}
</style>
background-color css
<style>
a { background-color: #4C4B45; }
a { background-color: rgb(76,75,69); }
div.DivClassName
{
background-color: #4C4B45;
}
.BgClassName
{
background-color: #4C4B45;
}
</style>
border-color css
<style>
span { border-color: #4C4B45; }
span { border-color: rgb(76,75,69); }
td.TdClassName
{
border-color: #4C4B45;
}
.TagClassName
{
border-color: #4C4B45;
}
</style>