Shades of Mulled Wine #4B4755
Tints of Mulled Wine #4B4755
RGB
CMYK
RGB Variations
Color information
#4B4755 (or 0x4B4755) is known color: Mulled Wine. HEX triplet: 4B, 47 and 55. RGB value is (75,71,85). Sum of RGB (Red+Green+Blue) = 75+71+85=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 85 - color contains mainly: blue. Hex color #4B4755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4755 is #B4B8AA. Grayscale: #494949. Windows color (decimal): -11843755 or 5588811. OLE color: 5588811.
HSL color Cylindrical-coordinate representation of color #4B4755: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B4755 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 71 | 85 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.67 |
| HSL | 257.14º | 0.09% | 0.31% | - |
| HSV(B) | 257.14º | 0.16% | 0.33% | - |
| XYZ | 6.79 | 6.66 | 9.52 | - |
| YUV | 73.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 85 | 0.12 | 0.16 | 0 | 0.67 | 257.14 | 0.09 | 0.31 |
| Hex | 4B | 47 | 55 | C | 10 | 0 | 43 | 101 | 9 | 1F |
| Octal | 113 | 107 | 125 | 14 | 20 | 0 | 103 | 401 | 11 | 37 |
| Binary | 1001011 | 1000111 | 1010101 | 1100 | 10000 | 0 | 1000011 | 100000001 | 1001 | 11111 |
Color Harmonies of #4B4755
Complementary color
Monochromatic Colors of #4B4755
Black with #4B4755
Text Example
Text Example
White with #4B4755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4755; }
p { color: rgb(75,71,85); }
H1.HeaderClassName
{
color: #4B4755;
}
.AnyTagClassName
{
color: #4B4755;
}
</style>
background-color css
<style>
a { background-color: #4B4755; }
a { background-color: rgb(75,71,85); }
div.DivClassName
{
background-color: #4B4755;
}
.BgClassName
{
background-color: #4B4755;
}
</style>
border-color css
<style>
span { border-color: #4B4755; }
span { border-color: rgb(75,71,85); }
td.TdClassName
{
border-color: #4B4755;
}
.TagClassName
{
border-color: #4B4755;
}
</style>