Shades of Merlin #48463E
Tints of Merlin #48463E
RGB
CMYK
RGB Variations
Color information
#48463E (or 0x48463E) is known color: Merlin. HEX triplet: 48, 46 and 3E. RGB value is (72,70,62). Sum of RGB (Red+Green+Blue) = 72+70+62=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 72 - color contains mainly: red. Hex color #48463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48463E is #B7B9C1. Grayscale: #454545. Windows color (decimal): -12040642 or 4081224. OLE color: 4081224.
HSL color Cylindrical-coordinate representation of color #48463E: hue angle of 48º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #48463E is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 70 | 62 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.72 |
| HSL | 48º | 0.07% | 0.26% | - |
| HSV(B) | 48º | 0.14% | 0.28% | - |
| XYZ | 5.73 | 6.11 | 5.43 | - |
| YUV | 69.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 62 | 0 | 0.03 | 0.14 | 0.72 | 48 | 0.07 | 0.26 |
| Hex | 48 | 46 | 3E | 0 | 3 | E | 48 | 30 | 7 | 1A |
| Octal | 110 | 106 | 76 | 0 | 3 | 16 | 110 | 60 | 7 | 32 |
| Binary | 1001000 | 1000110 | 111110 | 0 | 11 | 1110 | 1001000 | 110000 | 111 | 11010 |
Color Harmonies of #48463E
Complementary color
Monochromatic Colors of #48463E
Black with #48463E
Text Example
Text Example
White with #48463E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48463E; }
p { color: rgb(72,70,62); }
H1.HeaderClassName
{
color: #48463E;
}
.AnyTagClassName
{
color: #48463E;
}
</style>
background-color css
<style>
a { background-color: #48463E; }
a { background-color: rgb(72,70,62); }
div.DivClassName
{
background-color: #48463E;
}
.BgClassName
{
background-color: #48463E;
}
</style>
border-color css
<style>
span { border-color: #48463E; }
span { border-color: rgb(72,70,62); }
td.TdClassName
{
border-color: #48463E;
}
.TagClassName
{
border-color: #48463E;
}
</style>