Shades of Merlin #4D4B44
Tints of Merlin #4D4B44
RGB
CMYK
RGB Variations
Color information
#4D4B44 (or 0x4D4B44) is known color: Merlin. HEX triplet: 4D, 4B and 44. RGB value is (77,75,68). Sum of RGB (Red+Green+Blue) = 77+75+68=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B44 is #B2B4BB. Grayscale: #4A4A4A. Windows color (decimal): -11711676 or 4475725. OLE color: 4475725.
HSL color Cylindrical-coordinate representation of color #4D4B44: hue angle of 46.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D4B44 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 68 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.70 |
| HSL | 46.67º | 0.06% | 0.28% | - |
| HSV(B) | 46.67º | 0.12% | 0.3% | - |
| XYZ | 6.62 | 7.03 | 6.48 | - |
| YUV | 74.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 68 | 0 | 0.03 | 0.12 | 0.70 | 46.67 | 0.06 | 0.28 |
| Hex | 4D | 4B | 44 | 0 | 3 | C | 46 | 2F | 6 | 1C |
| Octal | 115 | 113 | 104 | 0 | 3 | 14 | 106 | 57 | 6 | 34 |
| Binary | 1001101 | 1001011 | 1000100 | 0 | 11 | 1100 | 1000110 | 101111 | 110 | 11100 |
Color Harmonies of #4D4B44
Complementary color
Monochromatic Colors of #4D4B44
Black with #4D4B44
Text Example
Text Example
White with #4D4B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B44; }
p { color: rgb(77,75,68); }
H1.HeaderClassName
{
color: #4D4B44;
}
.AnyTagClassName
{
color: #4D4B44;
}
</style>
background-color css
<style>
a { background-color: #4D4B44; }
a { background-color: rgb(77,75,68); }
div.DivClassName
{
background-color: #4D4B44;
}
.BgClassName
{
background-color: #4D4B44;
}
</style>
border-color css
<style>
span { border-color: #4D4B44; }
span { border-color: rgb(77,75,68); }
td.TdClassName
{
border-color: #4D4B44;
}
.TagClassName
{
border-color: #4D4B44;
}
</style>