Shades of Merlin #4D4B3F
Tints of Merlin #4D4B3F
RGB
CMYK
RGB Variations
Color information
#4D4B3F (or 0x4D4B3F) is known color: Merlin. HEX triplet: 4D, 4B and 3F. RGB value is (77,75,63). Sum of RGB (Red+Green+Blue) = 77+75+63=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B3F is #B2B4C0. Grayscale: #4A4A4A. Windows color (decimal): -11711681 or 4148045. OLE color: 4148045.
HSL color Cylindrical-coordinate representation of color #4D4B3F: hue angle of 51.43º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D4B3F is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 75 | 63 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.70 |
| HSL | 51.43º | 0.1% | 0.27% | - |
| HSV(B) | 51.43º | 0.18% | 0.3% | - |
| XYZ | 6.47 | 6.97 | 5.71 | - |
| YUV | 74.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 63 | 0 | 0.03 | 0.18 | 0.70 | 51.43 | 0.1 | 0.27 |
| Hex | 4D | 4B | 3F | 0 | 3 | 12 | 46 | 33 | A | 1B |
| Octal | 115 | 113 | 77 | 0 | 3 | 22 | 106 | 63 | 12 | 33 |
| Binary | 1001101 | 1001011 | 111111 | 0 | 11 | 10010 | 1000110 | 110011 | 1010 | 11011 |
Color Harmonies of #4D4B3F
Complementary color
Monochromatic Colors of #4D4B3F
Black with #4D4B3F
Text Example
Text Example
White with #4D4B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B3F; }
p { color: rgb(77,75,63); }
H1.HeaderClassName
{
color: #4D4B3F;
}
.AnyTagClassName
{
color: #4D4B3F;
}
</style>
background-color css
<style>
a { background-color: #4D4B3F; }
a { background-color: rgb(77,75,63); }
div.DivClassName
{
background-color: #4D4B3F;
}
.BgClassName
{
background-color: #4D4B3F;
}
</style>
border-color css
<style>
span { border-color: #4D4B3F; }
span { border-color: rgb(77,75,63); }
td.TdClassName
{
border-color: #4D4B3F;
}
.TagClassName
{
border-color: #4D4B3F;
}
</style>