Shades of Mulled Wine #4C4258
Tints of Mulled Wine #4C4258
RGB
CMYK
RGB Variations
Color information
#4C4258 (or 0x4C4258) is known color: Mulled Wine. HEX triplet: 4C, 42 and 58. RGB value is (76,66,88). Sum of RGB (Red+Green+Blue) = 76+66+88=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C4258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4258 is #B3BDA7. Grayscale: #474747. Windows color (decimal): -11779496 or 5784140. OLE color: 5784140.
HSL color Cylindrical-coordinate representation of color #4C4258: hue angle of 267.27º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C4258 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 66 | 88 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.65 |
| HSL | 267.27º | 0.14% | 0.3% | - |
| HSV(B) | 267.27º | 0.25% | 0.35% | - |
| XYZ | 6.69 | 6.14 | 10.06 | - |
| YUV | 71.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 88 | 0.14 | 0.25 | 0 | 0.65 | 267.27 | 0.14 | 0.3 |
| Hex | 4C | 42 | 58 | E | 19 | 0 | 41 | 10B | E | 1E |
| Octal | 114 | 102 | 130 | 16 | 31 | 0 | 101 | 413 | 16 | 36 |
| Binary | 1001100 | 1000010 | 1011000 | 1110 | 11001 | 0 | 1000001 | 100001011 | 1110 | 11110 |
Color Harmonies of #4C4258
Complementary color
Monochromatic Colors of #4C4258
Black with #4C4258
Text Example
Text Example
White with #4C4258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4258; }
p { color: rgb(76,66,88); }
H1.HeaderClassName
{
color: #4C4258;
}
.AnyTagClassName
{
color: #4C4258;
}
</style>
background-color css
<style>
a { background-color: #4C4258; }
a { background-color: rgb(76,66,88); }
div.DivClassName
{
background-color: #4C4258;
}
.BgClassName
{
background-color: #4C4258;
}
</style>
border-color css
<style>
span { border-color: #4C4258; }
span { border-color: rgb(76,66,88); }
td.TdClassName
{
border-color: #4C4258;
}
.TagClassName
{
border-color: #4C4258;
}
</style>