Shades of Mulled Wine #4D455A
Tints of Mulled Wine #4D455A
RGB
CMYK
RGB Variations
Color information
#4D455A (or 0x4D455A) is known color: Mulled Wine. HEX triplet: 4D, 45 and 5A. RGB value is (77,69,90). Sum of RGB (Red+Green+Blue) = 77+69+90=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D455A is #B2BAA5. Grayscale: #494949. Windows color (decimal): -11713190 or 5915981. OLE color: 5915981.
HSL color Cylindrical-coordinate representation of color #4D455A: hue angle of 262.86º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D455A is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 69 | 90 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.65 |
| HSL | 262.86º | 0.13% | 0.31% | - |
| HSV(B) | 262.86º | 0.23% | 0.35% | - |
| XYZ | 7.03 | 6.57 | 10.57 | - |
| YUV | 73.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 90 | 0.14 | 0.23 | 0 | 0.65 | 262.86 | 0.13 | 0.31 |
| Hex | 4D | 45 | 5A | E | 17 | 0 | 41 | 107 | D | 1F |
| Octal | 115 | 105 | 132 | 16 | 27 | 0 | 101 | 407 | 15 | 37 |
| Binary | 1001101 | 1000101 | 1011010 | 1110 | 10111 | 0 | 1000001 | 100000111 | 1101 | 11111 |
Color Harmonies of #4D455A
Complementary color
Monochromatic Colors of #4D455A
Black with #4D455A
Text Example
Text Example
White with #4D455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D455A; }
p { color: rgb(77,69,90); }
H1.HeaderClassName
{
color: #4D455A;
}
.AnyTagClassName
{
color: #4D455A;
}
</style>
background-color css
<style>
a { background-color: #4D455A; }
a { background-color: rgb(77,69,90); }
div.DivClassName
{
background-color: #4D455A;
}
.BgClassName
{
background-color: #4D455A;
}
</style>
border-color css
<style>
span { border-color: #4D455A; }
span { border-color: rgb(77,69,90); }
td.TdClassName
{
border-color: #4D455A;
}
.TagClassName
{
border-color: #4D455A;
}
</style>