Shades of Mulled Wine #4B4555
Tints of Mulled Wine #4B4555
RGB
CMYK
RGB Variations
Color information
#4B4555 (or 0x4B4555) is known color: Mulled Wine. HEX triplet: 4B, 45 and 55. RGB value is (75,69,85). Sum of RGB (Red+Green+Blue) = 75+69+85=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 85 - color contains mainly: blue. Hex color #4B4555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4555 is #B4BAAA. Grayscale: #484848. Windows color (decimal): -11844267 or 5588299. OLE color: 5588299.
HSL color Cylindrical-coordinate representation of color #4B4555: hue angle of 262.5º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B4555 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 69 | 85 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.67 |
| HSL | 262.5º | 0.1% | 0.3% | - |
| HSV(B) | 262.5º | 0.19% | 0.33% | - |
| XYZ | 6.67 | 6.41 | 9.48 | - |
| YUV | 72.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 85 | 0.12 | 0.19 | 0 | 0.67 | 262.5 | 0.1 | 0.3 |
| Hex | 4B | 45 | 55 | C | 13 | 0 | 43 | 106 | A | 1E |
| Octal | 113 | 105 | 125 | 14 | 23 | 0 | 103 | 406 | 12 | 36 |
| Binary | 1001011 | 1000101 | 1010101 | 1100 | 10011 | 0 | 1000011 | 100000110 | 1010 | 11110 |
Color Harmonies of #4B4555
Complementary color
Monochromatic Colors of #4B4555
Black with #4B4555
Text Example
Text Example
White with #4B4555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4555; }
p { color: rgb(75,69,85); }
H1.HeaderClassName
{
color: #4B4555;
}
.AnyTagClassName
{
color: #4B4555;
}
</style>
background-color css
<style>
a { background-color: #4B4555; }
a { background-color: rgb(75,69,85); }
div.DivClassName
{
background-color: #4B4555;
}
.BgClassName
{
background-color: #4B4555;
}
</style>
border-color css
<style>
span { border-color: #4B4555; }
span { border-color: rgb(75,69,85); }
td.TdClassName
{
border-color: #4B4555;
}
.TagClassName
{
border-color: #4B4555;
}
</style>