Shades of Merlin #474642
Tints of Merlin #474642
RGB
CMYK
RGB Variations
Color information
#474642 (or 0x474642) is known color: Merlin. HEX triplet: 47, 46 and 42. RGB value is (71,70,66). Sum of RGB (Red+Green+Blue) = 71+70+66=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 71 - color contains mainly: red. Hex color #474642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474642 is #B8B9BD. Grayscale: #454545. Windows color (decimal): -12106174 or 4343367. OLE color: 4343367.
HSL color Cylindrical-coordinate representation of color #474642: hue angle of 48º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #474642 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 66 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.72 |
| HSL | 48º | 0.04% | 0.27% | - |
| HSV(B) | 48º | 0.07% | 0.28% | - |
| XYZ | 5.77 | 6.11 | 6.03 | - |
| YUV | 69.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 66 | 0 | 0.01 | 0.07 | 0.72 | 48 | 0.04 | 0.27 |
| Hex | 47 | 46 | 42 | 0 | 1 | 7 | 48 | 30 | 4 | 1B |
| Octal | 107 | 106 | 102 | 0 | 1 | 7 | 110 | 60 | 4 | 33 |
| Binary | 1000111 | 1000110 | 1000010 | 0 | 1 | 111 | 1001000 | 110000 | 100 | 11011 |
Color Harmonies of #474642
Complementary color
Monochromatic Colors of #474642
Black with #474642
Text Example
Text Example
White with #474642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474642; }
p { color: rgb(71,70,66); }
H1.HeaderClassName
{
color: #474642;
}
.AnyTagClassName
{
color: #474642;
}
</style>
background-color css
<style>
a { background-color: #474642; }
a { background-color: rgb(71,70,66); }
div.DivClassName
{
background-color: #474642;
}
.BgClassName
{
background-color: #474642;
}
</style>
border-color css
<style>
span { border-color: #474642; }
span { border-color: rgb(71,70,66); }
td.TdClassName
{
border-color: #474642;
}
.TagClassName
{
border-color: #474642;
}
</style>