Shades of Merlin #494841
Tints of Merlin #494841
RGB
CMYK
RGB Variations
Color information
#494841 (or 0x494841) is known color: Merlin. HEX triplet: 49, 48 and 41. RGB value is (73,72,65). Sum of RGB (Red+Green+Blue) = 73+72+65=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 73 - color contains mainly: red. Hex color #494841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494841 is #B6B7BE. Grayscale: #474747. Windows color (decimal): -11974591 or 4278345. OLE color: 4278345.
HSL color Cylindrical-coordinate representation of color #494841: hue angle of 52.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494841 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 65 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.71 |
| HSL | 52.5º | 0.06% | 0.27% | - |
| HSV(B) | 52.5º | 0.11% | 0.29% | - |
| XYZ | 6.02 | 6.43 | 5.93 | - |
| YUV | 71.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 65 | 0 | 0.01 | 0.11 | 0.71 | 52.5 | 0.06 | 0.27 |
| Hex | 49 | 48 | 41 | 0 | 1 | B | 47 | 34 | 6 | 1B |
| Octal | 111 | 110 | 101 | 0 | 1 | 13 | 107 | 64 | 6 | 33 |
| Binary | 1001001 | 1001000 | 1000001 | 0 | 1 | 1011 | 1000111 | 110100 | 110 | 11011 |
Color Harmonies of #494841
Complementary color
Monochromatic Colors of #494841
Black with #494841
Text Example
Text Example
White with #494841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494841; }
p { color: rgb(73,72,65); }
H1.HeaderClassName
{
color: #494841;
}
.AnyTagClassName
{
color: #494841;
}
</style>
background-color css
<style>
a { background-color: #494841; }
a { background-color: rgb(73,72,65); }
div.DivClassName
{
background-color: #494841;
}
.BgClassName
{
background-color: #494841;
}
</style>
border-color css
<style>
span { border-color: #494841; }
span { border-color: rgb(73,72,65); }
td.TdClassName
{
border-color: #494841;
}
.TagClassName
{
border-color: #494841;
}
</style>