Shades of Merlin #474641
Tints of Merlin #474641
RGB
CMYK
RGB Variations
Color information
#474641 (or 0x474641) is known color: Merlin. HEX triplet: 47, 46 and 41. RGB value is (71,70,65). Sum of RGB (Red+Green+Blue) = 71+70+65=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 71 - color contains mainly: red. Hex color #474641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474641 is #B8B9BE. Grayscale: #454545. Windows color (decimal): -12106175 or 4277831. OLE color: 4277831.
HSL color Cylindrical-coordinate representation of color #474641: hue angle of 50º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474641 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 65 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.72 |
| HSL | 50º | 0.04% | 0.27% | - |
| HSV(B) | 50º | 0.08% | 0.28% | - |
| XYZ | 5.74 | 6.1 | 5.88 | - |
| YUV | 69.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 65 | 0 | 0.01 | 0.08 | 0.72 | 50 | 0.04 | 0.27 |
| Hex | 47 | 46 | 41 | 0 | 1 | 8 | 48 | 32 | 4 | 1B |
| Octal | 107 | 106 | 101 | 0 | 1 | 10 | 110 | 62 | 4 | 33 |
| Binary | 1000111 | 1000110 | 1000001 | 0 | 1 | 1000 | 1001000 | 110010 | 100 | 11011 |
Color Harmonies of #474641
Complementary color
Monochromatic Colors of #474641
Black with #474641
Text Example
Text Example
White with #474641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474641; }
p { color: rgb(71,70,65); }
H1.HeaderClassName
{
color: #474641;
}
.AnyTagClassName
{
color: #474641;
}
</style>
background-color css
<style>
a { background-color: #474641; }
a { background-color: rgb(71,70,65); }
div.DivClassName
{
background-color: #474641;
}
.BgClassName
{
background-color: #474641;
}
</style>
border-color css
<style>
span { border-color: #474641; }
span { border-color: rgb(71,70,65); }
td.TdClassName
{
border-color: #474641;
}
.TagClassName
{
border-color: #474641;
}
</style>