Shades of Mulled Wine #4B445C
Tints of Mulled Wine #4B445C
RGB
CMYK
RGB Variations
Color information
#4B445C (or 0x4B445C) is known color: Mulled Wine. HEX triplet: 4B, 44 and 5C. RGB value is (75,68,92). Sum of RGB (Red+Green+Blue) = 75+68+92=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B445C is #B4BBA3. Grayscale: #484848. Windows color (decimal): -11844516 or 6046795. OLE color: 6046795.
HSL color Cylindrical-coordinate representation of color #4B445C: hue angle of 257.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B445C is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 68 | 92 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.64 |
| HSL | 257.5º | 0.15% | 0.31% | - |
| HSV(B) | 257.5º | 0.26% | 0.36% | - |
| XYZ | 6.9 | 6.4 | 11 | - |
| YUV | 72.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 92 | 0.18 | 0.26 | 0 | 0.64 | 257.5 | 0.15 | 0.31 |
| Hex | 4B | 44 | 5C | 12 | 1A | 0 | 40 | 102 | F | 1F |
| Octal | 113 | 104 | 134 | 22 | 32 | 0 | 100 | 402 | 17 | 37 |
| Binary | 1001011 | 1000100 | 1011100 | 10010 | 11010 | 0 | 1000000 | 100000010 | 1111 | 11111 |
Color Harmonies of #4B445C
Complementary color
Monochromatic Colors of #4B445C
Black with #4B445C
Text Example
Text Example
White with #4B445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B445C; }
p { color: rgb(75,68,92); }
H1.HeaderClassName
{
color: #4B445C;
}
.AnyTagClassName
{
color: #4B445C;
}
</style>
background-color css
<style>
a { background-color: #4B445C; }
a { background-color: rgb(75,68,92); }
div.DivClassName
{
background-color: #4B445C;
}
.BgClassName
{
background-color: #4B445C;
}
</style>
border-color css
<style>
span { border-color: #4B445C; }
span { border-color: rgb(75,68,92); }
td.TdClassName
{
border-color: #4B445C;
}
.TagClassName
{
border-color: #4B445C;
}
</style>