Shades of Merlin #494740
Tints of Merlin #494740
RGB
CMYK
RGB Variations
Color information
#494740 (or 0x494740) is known color: Merlin. HEX triplet: 49, 47 and 40. RGB value is (73,71,64). Sum of RGB (Red+Green+Blue) = 73+71+64=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 73 - color contains mainly: red. Hex color #494740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494740 is #B6B8BF. Grayscale: #464646. Windows color (decimal): -11974848 or 4212553. OLE color: 4212553.
HSL color Cylindrical-coordinate representation of color #494740: hue angle of 46.67º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #494740 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 71 | 64 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.71 |
| HSL | 46.67º | 0.07% | 0.27% | - |
| HSV(B) | 46.67º | 0.12% | 0.29% | - |
| XYZ | 5.93 | 6.29 | 5.75 | - |
| YUV | 70.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 64 | 0 | 0.03 | 0.12 | 0.71 | 46.67 | 0.07 | 0.27 |
| Hex | 49 | 47 | 40 | 0 | 3 | C | 47 | 2F | 7 | 1B |
| Octal | 111 | 107 | 100 | 0 | 3 | 14 | 107 | 57 | 7 | 33 |
| Binary | 1001001 | 1000111 | 1000000 | 0 | 11 | 1100 | 1000111 | 101111 | 111 | 11011 |
Color Harmonies of #494740
Complementary color
Monochromatic Colors of #494740
Black with #494740
Text Example
Text Example
White with #494740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494740; }
p { color: rgb(73,71,64); }
H1.HeaderClassName
{
color: #494740;
}
.AnyTagClassName
{
color: #494740;
}
</style>
background-color css
<style>
a { background-color: #494740; }
a { background-color: rgb(73,71,64); }
div.DivClassName
{
background-color: #494740;
}
.BgClassName
{
background-color: #494740;
}
</style>
border-color css
<style>
span { border-color: #494740; }
span { border-color: rgb(73,71,64); }
td.TdClassName
{
border-color: #494740;
}
.TagClassName
{
border-color: #494740;
}
</style>