Shades of Mulled Wine #4D4852
Tints of Mulled Wine #4D4852
RGB
CMYK
RGB Variations
Color information
#4D4852 (or 0x4D4852) is known color: Mulled Wine. HEX triplet: 4D, 48 and 52. RGB value is (77,72,82). Sum of RGB (Red+Green+Blue) = 77+72+82=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 82 - color contains mainly: blue. Hex color #4D4852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4852 is #B2B7AD. Grayscale: #4A4A4A. Windows color (decimal): -11712430 or 5392461. OLE color: 5392461.
HSL color Cylindrical-coordinate representation of color #4D4852: hue angle of 270º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D4852 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
RGB | 77 | 72 | 82 | - |
CMYK | 0.06 | 0.12 | 0 | 0.68 |
HSL | 270º | 0.06% | 0.3% | - |
HSV(B) | 270º | 0.12% | 0.32% | - |
XYZ | 6.9 | 6.82 | 8.94 | - |
YUV | 74.64 | 132.16 | 129.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 72 | 82 | 0.06 | 0.12 | 0 | 0.68 | 270 | 0.06 | 0.3 |
Hex | 4D | 48 | 52 | 6 | C | 0 | 44 | 10E | 6 | 1E |
Octal | 115 | 110 | 122 | 6 | 14 | 0 | 104 | 416 | 6 | 36 |
Binary | 1001101 | 1001000 | 1010010 | 110 | 1100 | 0 | 1000100 | 100001110 | 110 | 11110 |
Color Harmonies of #4D4852
Complementary color
Monochromatic Colors of #4D4852
Black with #4D4852
Text Example
Text Example
White with #4D4852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4852; }
p { color: rgb(77,72,82); }
H1.HeaderClassName
{
color: #4D4852;
}
.AnyTagClassName
{
color: #4D4852;
}
</style>
background-color css
<style>
a { background-color: #4D4852; }
a { background-color: rgb(77,72,82); }
div.DivClassName
{
background-color: #4D4852;
}
.BgClassName
{
background-color: #4D4852;
}
</style>
border-color css
<style>
span { border-color: #4D4852; }
span { border-color: rgb(77,72,82); }
td.TdClassName
{
border-color: #4D4852;
}
.TagClassName
{
border-color: #4D4852;
}
</style>