Shades of Merlin #504F46
Tints of Merlin #504F46
RGB
CMYK
RGB Variations
Color information
#504F46 (or 0x504F46) is known color: Merlin. HEX triplet: 50, 4F and 46. RGB value is (80,79,70). Sum of RGB (Red+Green+Blue) = 80+79+70=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 80 - color contains mainly: red. Hex color #504F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504F46 is #AFB0B9. Grayscale: #4E4E4E. Windows color (decimal): -11514042 or 4607824. OLE color: 4607824.
HSL color Cylindrical-coordinate representation of color #504F46: hue angle of 54º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #504F46 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 70 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.69 |
| HSL | 54º | 0.07% | 0.29% | - |
| HSV(B) | 54º | 0.13% | 0.31% | - |
| XYZ | 7.21 | 7.74 | 6.91 | - |
| YUV | 78.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 70 | 0 | 0.01 | 0.12 | 0.69 | 54 | 0.07 | 0.29 |
| Hex | 50 | 4F | 46 | 0 | 1 | C | 45 | 36 | 7 | 1D |
| Octal | 120 | 117 | 106 | 0 | 1 | 14 | 105 | 66 | 7 | 35 |
| Binary | 1010000 | 1001111 | 1000110 | 0 | 1 | 1100 | 1000101 | 110110 | 111 | 11101 |
Color Harmonies of #504F46
Complementary color
Monochromatic Colors of #504F46
Black with #504F46
Text Example
Text Example
White with #504F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F46; }
p { color: rgb(80,79,70); }
H1.HeaderClassName
{
color: #504F46;
}
.AnyTagClassName
{
color: #504F46;
}
</style>
background-color css
<style>
a { background-color: #504F46; }
a { background-color: rgb(80,79,70); }
div.DivClassName
{
background-color: #504F46;
}
.BgClassName
{
background-color: #504F46;
}
</style>
border-color css
<style>
span { border-color: #504F46; }
span { border-color: rgb(80,79,70); }
td.TdClassName
{
border-color: #504F46;
}
.TagClassName
{
border-color: #504F46;
}
</style>