Shades of Mulled Wine #4B445A
Tints of Mulled Wine #4B445A
RGB
CMYK
RGB Variations
Color information
#4B445A (or 0x4B445A) is known color: Mulled Wine. HEX triplet: 4B, 44 and 5A. RGB value is (75,68,90). Sum of RGB (Red+Green+Blue) = 75+68+90=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B445A is #B4BBA5. Grayscale: #484848. Windows color (decimal): -11844518 or 5915723. OLE color: 5915723.
HSL color Cylindrical-coordinate representation of color #4B445A: hue angle of 259.09º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B445A is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 68 | 90 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.65 |
| HSL | 259.09º | 0.14% | 0.31% | - |
| HSV(B) | 259.09º | 0.24% | 0.35% | - |
| XYZ | 6.81 | 6.37 | 10.54 | - |
| YUV | 72.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 90 | 0.17 | 0.24 | 0 | 0.65 | 259.09 | 0.14 | 0.31 |
| Hex | 4B | 44 | 5A | 11 | 18 | 0 | 41 | 103 | E | 1F |
| Octal | 113 | 104 | 132 | 21 | 30 | 0 | 101 | 403 | 16 | 37 |
| Binary | 1001011 | 1000100 | 1011010 | 10001 | 11000 | 0 | 1000001 | 100000011 | 1110 | 11111 |
Color Harmonies of #4B445A
Complementary color
Monochromatic Colors of #4B445A
Black with #4B445A
Text Example
Text Example
White with #4B445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B445A; }
p { color: rgb(75,68,90); }
H1.HeaderClassName
{
color: #4B445A;
}
.AnyTagClassName
{
color: #4B445A;
}
</style>
background-color css
<style>
a { background-color: #4B445A; }
a { background-color: rgb(75,68,90); }
div.DivClassName
{
background-color: #4B445A;
}
.BgClassName
{
background-color: #4B445A;
}
</style>
border-color css
<style>
span { border-color: #4B445A; }
span { border-color: rgb(75,68,90); }
td.TdClassName
{
border-color: #4B445A;
}
.TagClassName
{
border-color: #4B445A;
}
</style>