Shades of Mulled Wine #4B4853
Tints of Mulled Wine #4B4853
RGB
CMYK
RGB Variations
Color information
#4B4853 (or 0x4B4853) is known color: Mulled Wine. HEX triplet: 4B, 48 and 53. RGB value is (75,72,83). Sum of RGB (Red+Green+Blue) = 75+72+83=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B4853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4853 is #B4B7AC. Grayscale: #4A4A4A. Windows color (decimal): -11843501 or 5457995. OLE color: 5457995.
HSL color Cylindrical-coordinate representation of color #4B4853: hue angle of 256.36º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B4853 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 72 | 83 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.67 |
| HSL | 256.36º | 0.07% | 0.3% | - |
| HSV(B) | 256.36º | 0.13% | 0.33% | - |
| XYZ | 6.78 | 6.76 | 9.13 | - |
| YUV | 74.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 72 | 83 | 0.10 | 0.13 | 0 | 0.67 | 256.36 | 0.07 | 0.3 |
| Hex | 4B | 48 | 53 | A | D | 0 | 43 | 100 | 7 | 1E |
| Octal | 113 | 110 | 123 | 12 | 15 | 0 | 103 | 400 | 7 | 36 |
| Binary | 1001011 | 1001000 | 1010011 | 1010 | 1101 | 0 | 1000011 | 100000000 | 111 | 11110 |
Color Harmonies of #4B4853
Complementary color
Monochromatic Colors of #4B4853
Black with #4B4853
Text Example
Text Example
White with #4B4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4853; }
p { color: rgb(75,72,83); }
H1.HeaderClassName
{
color: #4B4853;
}
.AnyTagClassName
{
color: #4B4853;
}
</style>
background-color css
<style>
a { background-color: #4B4853; }
a { background-color: rgb(75,72,83); }
div.DivClassName
{
background-color: #4B4853;
}
.BgClassName
{
background-color: #4B4853;
}
</style>
border-color css
<style>
span { border-color: #4B4853; }
span { border-color: rgb(75,72,83); }
td.TdClassName
{
border-color: #4B4853;
}
.TagClassName
{
border-color: #4B4853;
}
</style>