Shades of Mulled Wine #4D4453
Tints of Mulled Wine #4D4453
RGB
CMYK
RGB Variations
Color information
#4D4453 (or 0x4D4453) is known color: Mulled Wine. HEX triplet: 4D, 44 and 53. RGB value is (77,68,83). Sum of RGB (Red+Green+Blue) = 77+68+83=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 83 - color contains mainly: blue. Hex color #4D4453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4453 is #B2BBAC. Grayscale: #484848. Windows color (decimal): -11713453 or 5456973. OLE color: 5456973.
HSL color Cylindrical-coordinate representation of color #4D4453: hue angle of 276º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D4453 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 68 | 83 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.67 |
| HSL | 276º | 0.1% | 0.3% | - |
| HSV(B) | 276º | 0.18% | 0.33% | - |
| XYZ | 6.69 | 6.34 | 9.05 | - |
| YUV | 72.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 68 | 83 | 0.07 | 0.18 | 0 | 0.67 | 276 | 0.1 | 0.3 |
| Hex | 4D | 44 | 53 | 7 | 12 | 0 | 43 | 114 | A | 1E |
| Octal | 115 | 104 | 123 | 7 | 22 | 0 | 103 | 424 | 12 | 36 |
| Binary | 1001101 | 1000100 | 1010011 | 111 | 10010 | 0 | 1000011 | 100010100 | 1010 | 11110 |
Color Harmonies of #4D4453
Complementary color
Monochromatic Colors of #4D4453
Black with #4D4453
Text Example
Text Example
White with #4D4453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4453; }
p { color: rgb(77,68,83); }
H1.HeaderClassName
{
color: #4D4453;
}
.AnyTagClassName
{
color: #4D4453;
}
</style>
background-color css
<style>
a { background-color: #4D4453; }
a { background-color: rgb(77,68,83); }
div.DivClassName
{
background-color: #4D4453;
}
.BgClassName
{
background-color: #4D4453;
}
</style>
border-color css
<style>
span { border-color: #4D4453; }
span { border-color: rgb(77,68,83); }
td.TdClassName
{
border-color: #4D4453;
}
.TagClassName
{
border-color: #4D4453;
}
</style>