Shades of Mulled Wine #4B4452
Tints of Mulled Wine #4B4452
RGB
CMYK
RGB Variations
Color information
#4B4452 (or 0x4B4452) is known color: Mulled Wine. HEX triplet: 4B, 44 and 52. RGB value is (75,68,82). Sum of RGB (Red+Green+Blue) = 75+68+82=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #4B4452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4452 is #B4BBAD. Grayscale: #474747. Windows color (decimal): -11844526 or 5391435. OLE color: 5391435.
HSL color Cylindrical-coordinate representation of color #4B4452: hue angle of 270º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4B4452 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 68 | 82 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.68 |
| HSL | 270º | 0.09% | 0.29% | - |
| HSV(B) | 270º | 0.17% | 0.32% | - |
| XYZ | 6.49 | 6.24 | 8.84 | - |
| YUV | 71.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 82 | 0.09 | 0.17 | 0 | 0.68 | 270 | 0.09 | 0.29 |
| Hex | 4B | 44 | 52 | 9 | 11 | 0 | 44 | 10E | 9 | 1D |
| Octal | 113 | 104 | 122 | 11 | 21 | 0 | 104 | 416 | 11 | 35 |
| Binary | 1001011 | 1000100 | 1010010 | 1001 | 10001 | 0 | 1000100 | 100001110 | 1001 | 11101 |
Color Harmonies of #4B4452
Complementary color
Monochromatic Colors of #4B4452
Black with #4B4452
Text Example
Text Example
White with #4B4452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4452; }
p { color: rgb(75,68,82); }
H1.HeaderClassName
{
color: #4B4452;
}
.AnyTagClassName
{
color: #4B4452;
}
</style>
background-color css
<style>
a { background-color: #4B4452; }
a { background-color: rgb(75,68,82); }
div.DivClassName
{
background-color: #4B4452;
}
.BgClassName
{
background-color: #4B4452;
}
</style>
border-color css
<style>
span { border-color: #4B4452; }
span { border-color: rgb(75,68,82); }
td.TdClassName
{
border-color: #4B4452;
}
.TagClassName
{
border-color: #4B4452;
}
</style>