Shades of Mulled Wine #4B3D59
Tints of Mulled Wine #4B3D59
RGB
CMYK
RGB Variations
Color information
#4B3D59 (or 0x4B3D59) is known color: Mulled Wine. HEX triplet: 4B, 3D and 59. RGB value is (75,61,89). Sum of RGB (Red+Green+Blue) = 75+61+89=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B3D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3D59 is #B4C2A6. Grayscale: #444444. Windows color (decimal): -11846311 or 5848395. OLE color: 5848395.
HSL color Cylindrical-coordinate representation of color #4B3D59: hue angle of 270º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B3D59 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 61 | 89 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.65 |
| HSL | 270º | 0.19% | 0.29% | - |
| HSV(B) | 270º | 0.31% | 0.35% | - |
| XYZ | 6.37 | 5.55 | 10.19 | - |
| YUV | 68.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 61 | 89 | 0.16 | 0.31 | 0 | 0.65 | 270 | 0.19 | 0.29 |
| Hex | 4B | 3D | 59 | 10 | 1F | 0 | 41 | 10E | 13 | 1D |
| Octal | 113 | 75 | 131 | 20 | 37 | 0 | 101 | 416 | 23 | 35 |
| Binary | 1001011 | 111101 | 1011001 | 10000 | 11111 | 0 | 1000001 | 100001110 | 10011 | 11101 |
Color Harmonies of #4B3D59
Complementary color
Monochromatic Colors of #4B3D59
Black with #4B3D59
Text Example
Text Example
White with #4B3D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3D59; }
p { color: rgb(75,61,89); }
H1.HeaderClassName
{
color: #4B3D59;
}
.AnyTagClassName
{
color: #4B3D59;
}
</style>
background-color css
<style>
a { background-color: #4B3D59; }
a { background-color: rgb(75,61,89); }
div.DivClassName
{
background-color: #4B3D59;
}
.BgClassName
{
background-color: #4B3D59;
}
</style>
border-color css
<style>
span { border-color: #4B3D59; }
span { border-color: rgb(75,61,89); }
td.TdClassName
{
border-color: #4B3D59;
}
.TagClassName
{
border-color: #4B3D59;
}
</style>