Shades of Mulled Wine #4B425B
Tints of Mulled Wine #4B425B
RGB
CMYK
RGB Variations
Color information
#4B425B (or 0x4B425B) is known color: Mulled Wine. HEX triplet: 4B, 42 and 5B. RGB value is (75,66,91). Sum of RGB (Red+Green+Blue) = 75+66+91=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B425B is #B4BDA4. Grayscale: #474747. Windows color (decimal): -11845029 or 5980747. OLE color: 5980747.
HSL color Cylindrical-coordinate representation of color #4B425B: hue angle of 261.6º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B425B is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 66 | 91 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.64 |
| HSL | 261.6º | 0.16% | 0.31% | - |
| HSV(B) | 261.6º | 0.27% | 0.36% | - |
| XYZ | 6.74 | 6.15 | 10.73 | - |
| YUV | 71.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 91 | 0.18 | 0.27 | 0 | 0.64 | 261.6 | 0.16 | 0.31 |
| Hex | 4B | 42 | 5B | 12 | 1B | 0 | 40 | 106 | 10 | 1F |
| Octal | 113 | 102 | 133 | 22 | 33 | 0 | 100 | 406 | 20 | 37 |
| Binary | 1001011 | 1000010 | 1011011 | 10010 | 11011 | 0 | 1000000 | 100000110 | 10000 | 11111 |
Color Harmonies of #4B425B
Complementary color
Monochromatic Colors of #4B425B
Black with #4B425B
Text Example
Text Example
White with #4B425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B425B; }
p { color: rgb(75,66,91); }
H1.HeaderClassName
{
color: #4B425B;
}
.AnyTagClassName
{
color: #4B425B;
}
</style>
background-color css
<style>
a { background-color: #4B425B; }
a { background-color: rgb(75,66,91); }
div.DivClassName
{
background-color: #4B425B;
}
.BgClassName
{
background-color: #4B425B;
}
</style>
border-color css
<style>
span { border-color: #4B425B; }
span { border-color: rgb(75,66,91); }
td.TdClassName
{
border-color: #4B425B;
}
.TagClassName
{
border-color: #4B425B;
}
</style>