Shades of Mulled Wine #4D445A
Tints of Mulled Wine #4D445A
RGB
CMYK
RGB Variations
Color information
#4D445A (or 0x4D445A) is known color: Mulled Wine. HEX triplet: 4D, 44 and 5A. RGB value is (77,68,90). Sum of RGB (Red+Green+Blue) = 77+68+90=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D445A is #B2BBA5. Grayscale: #494949. Windows color (decimal): -11713446 or 5915725. OLE color: 5915725.
HSL color Cylindrical-coordinate representation of color #4D445A: hue angle of 264.55º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D445A is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 68 | 90 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.65 |
| HSL | 264.55º | 0.14% | 0.31% | - |
| HSV(B) | 264.55º | 0.24% | 0.35% | - |
| XYZ | 6.97 | 6.45 | 10.55 | - |
| YUV | 73.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 90 | 0.14 | 0.24 | 0 | 0.65 | 264.55 | 0.14 | 0.31 |
| Hex | 4D | 44 | 5A | E | 18 | 0 | 41 | 109 | E | 1F |
| Octal | 115 | 104 | 132 | 16 | 30 | 0 | 101 | 411 | 16 | 37 |
| Binary | 1001101 | 1000100 | 1011010 | 1110 | 11000 | 0 | 1000001 | 100001001 | 1110 | 11111 |
Color Harmonies of #4D445A
Complementary color
Monochromatic Colors of #4D445A
Black with #4D445A
Text Example
Text Example
White with #4D445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D445A; }
p { color: rgb(77,68,90); }
H1.HeaderClassName
{
color: #4D445A;
}
.AnyTagClassName
{
color: #4D445A;
}
</style>
background-color css
<style>
a { background-color: #4D445A; }
a { background-color: rgb(77,68,90); }
div.DivClassName
{
background-color: #4D445A;
}
.BgClassName
{
background-color: #4D445A;
}
</style>
border-color css
<style>
span { border-color: #4D445A; }
span { border-color: rgb(77,68,90); }
td.TdClassName
{
border-color: #4D445A;
}
.TagClassName
{
border-color: #4D445A;
}
</style>