Shades of Merlin #4B4A42
Tints of Merlin #4B4A42
RGB
CMYK
RGB Variations
Color information
#4B4A42 (or 0x4B4A42) is known color: Merlin. HEX triplet: 4B, 4A and 42. RGB value is (75,74,66). Sum of RGB (Red+Green+Blue) = 75+74+66=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4A42 is #B4B5BD. Grayscale: #494949. Windows color (decimal): -11843006 or 4344395. OLE color: 4344395.
HSL color Cylindrical-coordinate representation of color #4B4A42: hue angle of 53.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B4A42 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 74 | 66 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.71 |
| HSL | 53.33º | 0.06% | 0.28% | - |
| HSV(B) | 53.33º | 0.12% | 0.29% | - |
| XYZ | 6.33 | 6.79 | 6.13 | - |
| YUV | 73.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 74 | 66 | 0 | 0.01 | 0.12 | 0.71 | 53.33 | 0.06 | 0.28 |
| Hex | 4B | 4A | 42 | 0 | 1 | C | 47 | 35 | 6 | 1C |
| Octal | 113 | 112 | 102 | 0 | 1 | 14 | 107 | 65 | 6 | 34 |
| Binary | 1001011 | 1001010 | 1000010 | 0 | 1 | 1100 | 1000111 | 110101 | 110 | 11100 |
Color Harmonies of #4B4A42
Complementary color
Monochromatic Colors of #4B4A42
Black with #4B4A42
Text Example
Text Example
White with #4B4A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4A42; }
p { color: rgb(75,74,66); }
H1.HeaderClassName
{
color: #4B4A42;
}
.AnyTagClassName
{
color: #4B4A42;
}
</style>
background-color css
<style>
a { background-color: #4B4A42; }
a { background-color: rgb(75,74,66); }
div.DivClassName
{
background-color: #4B4A42;
}
.BgClassName
{
background-color: #4B4A42;
}
</style>
border-color css
<style>
span { border-color: #4B4A42; }
span { border-color: rgb(75,74,66); }
td.TdClassName
{
border-color: #4B4A42;
}
.TagClassName
{
border-color: #4B4A42;
}
</style>