Shades of Mulled Wine #4D445B
Tints of Mulled Wine #4D445B
RGB
CMYK
RGB Variations
Color information
#4D445B (or 0x4D445B) is known color: Mulled Wine. HEX triplet: 4D, 44 and 5B. RGB value is (77,68,91). Sum of RGB (Red+Green+Blue) = 77+68+91=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D445B is #B2BBA4. Grayscale: #494949. Windows color (decimal): -11713445 or 5981261. OLE color: 5981261.
HSL color Cylindrical-coordinate representation of color #4D445B: hue angle of 263.48º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D445B is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 68 | 91 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.64 |
| HSL | 263.48º | 0.14% | 0.31% | - |
| HSV(B) | 263.48º | 0.25% | 0.36% | - |
| XYZ | 7.02 | 6.47 | 10.78 | - |
| YUV | 73.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 91 | 0.15 | 0.25 | 0 | 0.64 | 263.48 | 0.14 | 0.31 |
| Hex | 4D | 44 | 5B | F | 19 | 0 | 40 | 107 | E | 1F |
| Octal | 115 | 104 | 133 | 17 | 31 | 0 | 100 | 407 | 16 | 37 |
| Binary | 1001101 | 1000100 | 1011011 | 1111 | 11001 | 0 | 1000000 | 100000111 | 1110 | 11111 |
Color Harmonies of #4D445B
Complementary color
Monochromatic Colors of #4D445B
Black with #4D445B
Text Example
Text Example
White with #4D445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D445B; }
p { color: rgb(77,68,91); }
H1.HeaderClassName
{
color: #4D445B;
}
.AnyTagClassName
{
color: #4D445B;
}
</style>
background-color css
<style>
a { background-color: #4D445B; }
a { background-color: rgb(77,68,91); }
div.DivClassName
{
background-color: #4D445B;
}
.BgClassName
{
background-color: #4D445B;
}
</style>
border-color css
<style>
span { border-color: #4D445B; }
span { border-color: rgb(77,68,91); }
td.TdClassName
{
border-color: #4D445B;
}
.TagClassName
{
border-color: #4D445B;
}
</style>