Shades of Merlin #47463F
Tints of Merlin #47463F
RGB
CMYK
RGB Variations
Color information
#47463F (or 0x47463F) is known color: Merlin. HEX triplet: 47, 46 and 3F. RGB value is (71,70,63). Sum of RGB (Red+Green+Blue) = 71+70+63=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 71 - color contains mainly: red. Hex color #47463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47463F is #B8B9C0. Grayscale: #454545. Windows color (decimal): -12106177 or 4146759. OLE color: 4146759.
HSL color Cylindrical-coordinate representation of color #47463F: hue angle of 52.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #47463F is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 63 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.72 |
| HSL | 52.5º | 0.06% | 0.26% | - |
| HSV(B) | 52.5º | 0.11% | 0.28% | - |
| XYZ | 5.69 | 6.08 | 5.58 | - |
| YUV | 69.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 63 | 0 | 0.01 | 0.11 | 0.72 | 52.5 | 0.06 | 0.26 |
| Hex | 47 | 46 | 3F | 0 | 1 | B | 48 | 34 | 6 | 1A |
| Octal | 107 | 106 | 77 | 0 | 1 | 13 | 110 | 64 | 6 | 32 |
| Binary | 1000111 | 1000110 | 111111 | 0 | 1 | 1011 | 1001000 | 110100 | 110 | 11010 |
Color Harmonies of #47463F
Complementary color
Monochromatic Colors of #47463F
Black with #47463F
Text Example
Text Example
White with #47463F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47463F; }
p { color: rgb(71,70,63); }
H1.HeaderClassName
{
color: #47463F;
}
.AnyTagClassName
{
color: #47463F;
}
</style>
background-color css
<style>
a { background-color: #47463F; }
a { background-color: rgb(71,70,63); }
div.DivClassName
{
background-color: #47463F;
}
.BgClassName
{
background-color: #47463F;
}
</style>
border-color css
<style>
span { border-color: #47463F; }
span { border-color: rgb(71,70,63); }
td.TdClassName
{
border-color: #47463F;
}
.TagClassName
{
border-color: #47463F;
}
</style>