Shades of Mulled Wine #4D465A
Tints of Mulled Wine #4D465A
RGB
CMYK
RGB Variations
Color information
#4D465A (or 0x4D465A) is known color: Mulled Wine. HEX triplet: 4D, 46 and 5A. RGB value is (77,70,90). Sum of RGB (Red+Green+Blue) = 77+70+90=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D465A is #B2B9A5. Grayscale: #4A4A4A. Windows color (decimal): -11712934 or 5916237. OLE color: 5916237.
HSL color Cylindrical-coordinate representation of color #4D465A: hue angle of 261º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D465A is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 70 | 90 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.65 |
| HSL | 261º | 0.13% | 0.31% | - |
| HSV(B) | 261º | 0.22% | 0.35% | - |
| XYZ | 7.1 | 6.7 | 10.59 | - |
| YUV | 74.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 90 | 0.14 | 0.22 | 0 | 0.65 | 261 | 0.13 | 0.31 |
| Hex | 4D | 46 | 5A | E | 16 | 0 | 41 | 105 | C | 1F |
| Octal | 115 | 106 | 132 | 16 | 26 | 0 | 101 | 405 | 14 | 37 |
| Binary | 1001101 | 1000110 | 1011010 | 1110 | 10110 | 0 | 1000001 | 100000101 | 1100 | 11111 |
Color Harmonies of #4D465A
Complementary color
Monochromatic Colors of #4D465A
Black with #4D465A
Text Example
Text Example
White with #4D465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D465A; }
p { color: rgb(77,70,90); }
H1.HeaderClassName
{
color: #4D465A;
}
.AnyTagClassName
{
color: #4D465A;
}
</style>
background-color css
<style>
a { background-color: #4D465A; }
a { background-color: rgb(77,70,90); }
div.DivClassName
{
background-color: #4D465A;
}
.BgClassName
{
background-color: #4D465A;
}
</style>
border-color css
<style>
span { border-color: #4D465A; }
span { border-color: rgb(77,70,90); }
td.TdClassName
{
border-color: #4D465A;
}
.TagClassName
{
border-color: #4D465A;
}
</style>