Shades of Mulled Wine #4B425C
Tints of Mulled Wine #4B425C
RGB
CMYK
RGB Variations
Color information
#4B425C (or 0x4B425C) is known color: Mulled Wine. HEX triplet: 4B, 42 and 5C. RGB value is (75,66,92). Sum of RGB (Red+Green+Blue) = 75+66+92=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B425C is #B4BDA3. Grayscale: #474747. Windows color (decimal): -11845028 or 6046283. OLE color: 6046283.
HSL color Cylindrical-coordinate representation of color #4B425C: hue angle of 260.77º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B425C is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 66 | 92 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.64 |
| HSL | 260.77º | 0.16% | 0.31% | - |
| HSV(B) | 260.77º | 0.28% | 0.36% | - |
| XYZ | 6.78 | 6.16 | 10.96 | - |
| YUV | 71.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 92 | 0.18 | 0.28 | 0 | 0.64 | 260.77 | 0.16 | 0.31 |
| Hex | 4B | 42 | 5C | 12 | 1C | 0 | 40 | 105 | 10 | 1F |
| Octal | 113 | 102 | 134 | 22 | 34 | 0 | 100 | 405 | 20 | 37 |
| Binary | 1001011 | 1000010 | 1011100 | 10010 | 11100 | 0 | 1000000 | 100000101 | 10000 | 11111 |
Color Harmonies of #4B425C
Complementary color
Monochromatic Colors of #4B425C
Black with #4B425C
Text Example
Text Example
White with #4B425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B425C; }
p { color: rgb(75,66,92); }
H1.HeaderClassName
{
color: #4B425C;
}
.AnyTagClassName
{
color: #4B425C;
}
</style>
background-color css
<style>
a { background-color: #4B425C; }
a { background-color: rgb(75,66,92); }
div.DivClassName
{
background-color: #4B425C;
}
.BgClassName
{
background-color: #4B425C;
}
</style>
border-color css
<style>
span { border-color: #4B425C; }
span { border-color: rgb(75,66,92); }
td.TdClassName
{
border-color: #4B425C;
}
.TagClassName
{
border-color: #4B425C;
}
</style>