Shades of Mulled Wine #4B425E
Tints of Mulled Wine #4B425E
RGB
CMYK
RGB Variations
Color information
#4B425E (or 0x4B425E) is known color: Mulled Wine. HEX triplet: 4B, 42 and 5E. RGB value is (75,66,94). Sum of RGB (Red+Green+Blue) = 75+66+94=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #4B425E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B425E is #B4BDA1. Grayscale: #474747. Windows color (decimal): -11845026 or 6177355. OLE color: 6177355.
HSL color Cylindrical-coordinate representation of color #4B425E: hue angle of 259.29º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B425E is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 75 | 66 | 94 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.63 |
| HSL | 259.29º | 0.18% | 0.31% | - |
| HSV(B) | 259.29º | 0.3% | 0.37% | - |
| XYZ | 6.87 | 6.2 | 11.42 | - |
| YUV | 71.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 94 | 0.20 | 0.30 | 0 | 0.63 | 259.29 | 0.18 | 0.31 |
| Hex | 4B | 42 | 5E | 14 | 1E | 0 | 3F | 103 | 12 | 1F |
| Octal | 113 | 102 | 136 | 24 | 36 | 0 | 77 | 403 | 22 | 37 |
| Binary | 1001011 | 1000010 | 1011110 | 10100 | 11110 | 0 | 111111 | 100000011 | 10010 | 11111 |
Color Harmonies of #4B425E
Complementary color
Monochromatic Colors of #4B425E
Black with #4B425E
Text Example
Text Example
White with #4B425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B425E; }
p { color: rgb(75,66,94); }
H1.HeaderClassName
{
color: #4B425E;
}
.AnyTagClassName
{
color: #4B425E;
}
</style>
background-color css
<style>
a { background-color: #4B425E; }
a { background-color: rgb(75,66,94); }
div.DivClassName
{
background-color: #4B425E;
}
.BgClassName
{
background-color: #4B425E;
}
</style>
border-color css
<style>
span { border-color: #4B425E; }
span { border-color: rgb(75,66,94); }
td.TdClassName
{
border-color: #4B425E;
}
.TagClassName
{
border-color: #4B425E;
}
</style>