Shades of Mulled Wine #4D485C
Tints of Mulled Wine #4D485C
RGB
CMYK
RGB Variations
Color information
#4D485C (or 0x4D485C) is known color: Mulled Wine. HEX triplet: 4D, 48 and 5C. RGB value is (77,72,92). Sum of RGB (Red+Green+Blue) = 77+72+92=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D485C is #B2B7A3. Grayscale: #4B4B4B. Windows color (decimal): -11712420 or 6047821. OLE color: 6047821.
HSL color Cylindrical-coordinate representation of color #4D485C: hue angle of 255º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D485C is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 72 | 92 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.64 |
| HSL | 255º | 0.12% | 0.32% | - |
| HSV(B) | 255º | 0.22% | 0.36% | - |
| XYZ | 7.31 | 6.99 | 11.09 | - |
| YUV | 75.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 92 | 0.16 | 0.22 | 0 | 0.64 | 255 | 0.12 | 0.32 |
| Hex | 4D | 48 | 5C | 10 | 16 | 0 | 40 | FF | C | 20 |
| Octal | 115 | 110 | 134 | 20 | 26 | 0 | 100 | 377 | 14 | 40 |
| Binary | 1001101 | 1001000 | 1011100 | 10000 | 10110 | 0 | 1000000 | 11111111 | 1100 | 100000 |
Color Harmonies of #4D485C
Complementary color
Monochromatic Colors of #4D485C
Black with #4D485C
Text Example
Text Example
White with #4D485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D485C; }
p { color: rgb(77,72,92); }
H1.HeaderClassName
{
color: #4D485C;
}
.AnyTagClassName
{
color: #4D485C;
}
</style>
background-color css
<style>
a { background-color: #4D485C; }
a { background-color: rgb(77,72,92); }
div.DivClassName
{
background-color: #4D485C;
}
.BgClassName
{
background-color: #4D485C;
}
</style>
border-color css
<style>
span { border-color: #4D485C; }
span { border-color: rgb(77,72,92); }
td.TdClassName
{
border-color: #4D485C;
}
.TagClassName
{
border-color: #4D485C;
}
</style>