Shades of Mulled Wine #4C435D
Tints of Mulled Wine #4C435D
RGB
CMYK
RGB Variations
Color information
#4C435D (or 0x4C435D) is known color: Mulled Wine. HEX triplet: 4C, 43 and 5D. RGB value is (76,67,93). Sum of RGB (Red+Green+Blue) = 76+67+93=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C435D is #B3BCA2. Grayscale: #484848. Windows color (decimal): -11779235 or 6112076. OLE color: 6112076.
HSL color Cylindrical-coordinate representation of color #4C435D: hue angle of 260.77º 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 #4C435D is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 67 | 93 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.64 |
| HSL | 260.77º | 0.16% | 0.31% | - |
| HSV(B) | 260.77º | 0.28% | 0.36% | - |
| XYZ | 6.96 | 6.34 | 11.21 | - |
| YUV | 72.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 93 | 0.18 | 0.28 | 0 | 0.64 | 260.77 | 0.16 | 0.31 |
| Hex | 4C | 43 | 5D | 12 | 1C | 0 | 40 | 105 | 10 | 1F |
| Octal | 114 | 103 | 135 | 22 | 34 | 0 | 100 | 405 | 20 | 37 |
| Binary | 1001100 | 1000011 | 1011101 | 10010 | 11100 | 0 | 1000000 | 100000101 | 10000 | 11111 |
Color Harmonies of #4C435D
Complementary color
Monochromatic Colors of #4C435D
Black with #4C435D
Text Example
Text Example
White with #4C435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C435D; }
p { color: rgb(76,67,93); }
H1.HeaderClassName
{
color: #4C435D;
}
.AnyTagClassName
{
color: #4C435D;
}
</style>
background-color css
<style>
a { background-color: #4C435D; }
a { background-color: rgb(76,67,93); }
div.DivClassName
{
background-color: #4C435D;
}
.BgClassName
{
background-color: #4C435D;
}
</style>
border-color css
<style>
span { border-color: #4C435D; }
span { border-color: rgb(76,67,93); }
td.TdClassName
{
border-color: #4C435D;
}
.TagClassName
{
border-color: #4C435D;
}
</style>