Shades of Merlin #484742
Tints of Merlin #484742
RGB
CMYK
RGB Variations
Color information
#484742 (or 0x484742) is known color: Merlin. HEX triplet: 48, 47 and 42. RGB value is (72,71,66). Sum of RGB (Red+Green+Blue) = 72+71+66=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 72 - color contains mainly: red. Hex color #484742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484742 is #B7B8BD. Grayscale: #464646. Windows color (decimal): -12040382 or 4343624. OLE color: 4343624.
HSL color Cylindrical-coordinate representation of color #484742: 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 #484742 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 71 | 66 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.72 |
| HSL | 50º | 0.04% | 0.27% | - |
| HSV(B) | 50º | 0.08% | 0.28% | - |
| XYZ | 5.91 | 6.28 | 6.05 | - |
| YUV | 70.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 66 | 0 | 0.01 | 0.08 | 0.72 | 50 | 0.04 | 0.27 |
| Hex | 48 | 47 | 42 | 0 | 1 | 8 | 48 | 32 | 4 | 1B |
| Octal | 110 | 107 | 102 | 0 | 1 | 10 | 110 | 62 | 4 | 33 |
| Binary | 1001000 | 1000111 | 1000010 | 0 | 1 | 1000 | 1001000 | 110010 | 100 | 11011 |
Color Harmonies of #484742
Complementary color
Monochromatic Colors of #484742
Black with #484742
Text Example
Text Example
White with #484742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484742; }
p { color: rgb(72,71,66); }
H1.HeaderClassName
{
color: #484742;
}
.AnyTagClassName
{
color: #484742;
}
</style>
background-color css
<style>
a { background-color: #484742; }
a { background-color: rgb(72,71,66); }
div.DivClassName
{
background-color: #484742;
}
.BgClassName
{
background-color: #484742;
}
</style>
border-color css
<style>
span { border-color: #484742; }
span { border-color: rgb(72,71,66); }
td.TdClassName
{
border-color: #484742;
}
.TagClassName
{
border-color: #484742;
}
</style>