Shades of Mulled Wine #4B435D
Tints of Mulled Wine #4B435D
RGB
CMYK
RGB Variations
Color information
#4B435D (or 0x4B435D) is known color: Mulled Wine. HEX triplet: 4B, 43 and 5D. RGB value is (75,67,93). Sum of RGB (Red+Green+Blue) = 75+67+93=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B435D is #B4BCA2. Grayscale: #484848. Windows color (decimal): -11844771 or 6112075. OLE color: 6112075.
HSL color Cylindrical-coordinate representation of color #4B435D: hue angle of 258.46º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B435D is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 67 | 93 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.64 |
| HSL | 258.46º | 0.16% | 0.31% | - |
| HSV(B) | 258.46º | 0.28% | 0.36% | - |
| XYZ | 6.88 | 6.3 | 11.21 | - |
| YUV | 72.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 93 | 0.19 | 0.28 | 0 | 0.64 | 258.46 | 0.16 | 0.31 |
| Hex | 4B | 43 | 5D | 13 | 1C | 0 | 40 | 102 | 10 | 1F |
| Octal | 113 | 103 | 135 | 23 | 34 | 0 | 100 | 402 | 20 | 37 |
| Binary | 1001011 | 1000011 | 1011101 | 10011 | 11100 | 0 | 1000000 | 100000010 | 10000 | 11111 |
Color Harmonies of #4B435D
Complementary color
Monochromatic Colors of #4B435D
Black with #4B435D
Text Example
Text Example
White with #4B435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B435D; }
p { color: rgb(75,67,93); }
H1.HeaderClassName
{
color: #4B435D;
}
.AnyTagClassName
{
color: #4B435D;
}
</style>
background-color css
<style>
a { background-color: #4B435D; }
a { background-color: rgb(75,67,93); }
div.DivClassName
{
background-color: #4B435D;
}
.BgClassName
{
background-color: #4B435D;
}
</style>
border-color css
<style>
span { border-color: #4B435D; }
span { border-color: rgb(75,67,93); }
td.TdClassName
{
border-color: #4B435D;
}
.TagClassName
{
border-color: #4B435D;
}
</style>