Shades of Mulled Wine #4B4752
Tints of Mulled Wine #4B4752
RGB
CMYK
RGB Variations
Color information
#4B4752 (or 0x4B4752) is known color: Mulled Wine. HEX triplet: 4B, 47 and 52. RGB value is (75,71,82). Sum of RGB (Red+Green+Blue) = 75+71+82=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 82 - color contains mainly: blue. Hex color #4B4752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4752 is #B4B8AD. Grayscale: #494949. Windows color (decimal): -11843758 or 5392203. OLE color: 5392203.
HSL color Cylindrical-coordinate representation of color #4B4752: hue angle of 261.82º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B4752 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 71 | 82 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.68 |
| HSL | 261.82º | 0.07% | 0.3% | - |
| HSV(B) | 261.82º | 0.13% | 0.32% | - |
| XYZ | 6.68 | 6.61 | 8.91 | - |
| YUV | 73.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 82 | 0.09 | 0.13 | 0 | 0.68 | 261.82 | 0.07 | 0.3 |
| Hex | 4B | 47 | 52 | 9 | D | 0 | 44 | 106 | 7 | 1E |
| Octal | 113 | 107 | 122 | 11 | 15 | 0 | 104 | 406 | 7 | 36 |
| Binary | 1001011 | 1000111 | 1010010 | 1001 | 1101 | 0 | 1000100 | 100000110 | 111 | 11110 |
Color Harmonies of #4B4752
Complementary color
Monochromatic Colors of #4B4752
Black with #4B4752
Text Example
Text Example
White with #4B4752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4752; }
p { color: rgb(75,71,82); }
H1.HeaderClassName
{
color: #4B4752;
}
.AnyTagClassName
{
color: #4B4752;
}
</style>
background-color css
<style>
a { background-color: #4B4752; }
a { background-color: rgb(75,71,82); }
div.DivClassName
{
background-color: #4B4752;
}
.BgClassName
{
background-color: #4B4752;
}
</style>
border-color css
<style>
span { border-color: #4B4752; }
span { border-color: rgb(75,71,82); }
td.TdClassName
{
border-color: #4B4752;
}
.TagClassName
{
border-color: #4B4752;
}
</style>