Shades of Mulled Wine #4D4460
Tints of Mulled Wine #4D4460
RGB
CMYK
RGB Variations
Color information
#4D4460 (or 0x4D4460) is known color: Mulled Wine. HEX triplet: 4D, 44 and 60. RGB value is (77,68,96). Sum of RGB (Red+Green+Blue) = 77+68+96=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D4460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4460 is #B2BB9F. Grayscale: #494949. Windows color (decimal): -11713440 or 6308941. OLE color: 6308941.
HSL color Cylindrical-coordinate representation of color #4D4460: hue angle of 259.29º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D4460 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 68 | 96 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.62 |
| HSL | 259.29º | 0.17% | 0.32% | - |
| HSV(B) | 259.29º | 0.29% | 0.38% | - |
| XYZ | 7.24 | 6.56 | 11.95 | - |
| YUV | 73.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 96 | 0.20 | 0.29 | 0 | 0.62 | 259.29 | 0.17 | 0.32 |
| Hex | 4D | 44 | 60 | 14 | 1D | 0 | 3E | 103 | 11 | 20 |
| Octal | 115 | 104 | 140 | 24 | 35 | 0 | 76 | 403 | 21 | 40 |
| Binary | 1001101 | 1000100 | 1100000 | 10100 | 11101 | 0 | 111110 | 100000011 | 10001 | 100000 |
Color Harmonies of #4D4460
Complementary color
Monochromatic Colors of #4D4460
Black with #4D4460
Text Example
Text Example
White with #4D4460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4460; }
p { color: rgb(77,68,96); }
H1.HeaderClassName
{
color: #4D4460;
}
.AnyTagClassName
{
color: #4D4460;
}
</style>
background-color css
<style>
a { background-color: #4D4460; }
a { background-color: rgb(77,68,96); }
div.DivClassName
{
background-color: #4D4460;
}
.BgClassName
{
background-color: #4D4460;
}
</style>
border-color css
<style>
span { border-color: #4D4460; }
span { border-color: rgb(77,68,96); }
td.TdClassName
{
border-color: #4D4460;
}
.TagClassName
{
border-color: #4D4460;
}
</style>