Shades of Merlin #49483F
Tints of Merlin #49483F
RGB
CMYK
RGB Variations
Color information
#49483F (or 0x49483F) is known color: Merlin. HEX triplet: 49, 48 and 3F. RGB value is (73,72,63). Sum of RGB (Red+Green+Blue) = 73+72+63=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 73 - color contains mainly: red. Hex color #49483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49483F is #B6B7C0. Grayscale: #474747. Windows color (decimal): -11974593 or 4147273. OLE color: 4147273.
HSL color Cylindrical-coordinate representation of color #49483F: hue angle of 54º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #49483F is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 72 | 63 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.71 |
| HSL | 54º | 0.07% | 0.27% | - |
| HSV(B) | 54º | 0.14% | 0.29% | - |
| XYZ | 5.96 | 6.41 | 5.63 | - |
| YUV | 71.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 63 | 0 | 0.01 | 0.14 | 0.71 | 54 | 0.07 | 0.27 |
| Hex | 49 | 48 | 3F | 0 | 1 | E | 47 | 36 | 7 | 1B |
| Octal | 111 | 110 | 77 | 0 | 1 | 16 | 107 | 66 | 7 | 33 |
| Binary | 1001001 | 1001000 | 111111 | 0 | 1 | 1110 | 1000111 | 110110 | 111 | 11011 |
Color Harmonies of #49483F
Complementary color
Monochromatic Colors of #49483F
Black with #49483F
Text Example
Text Example
White with #49483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49483F; }
p { color: rgb(73,72,63); }
H1.HeaderClassName
{
color: #49483F;
}
.AnyTagClassName
{
color: #49483F;
}
</style>
background-color css
<style>
a { background-color: #49483F; }
a { background-color: rgb(73,72,63); }
div.DivClassName
{
background-color: #49483F;
}
.BgClassName
{
background-color: #49483F;
}
</style>
border-color css
<style>
span { border-color: #49483F; }
span { border-color: rgb(73,72,63); }
td.TdClassName
{
border-color: #49483F;
}
.TagClassName
{
border-color: #49483F;
}
</style>