Shades of Mulled Wine #4C455B
Tints of Mulled Wine #4C455B
RGB
CMYK
RGB Variations
Color information
#4C455B (or 0x4C455B) is known color: Mulled Wine. HEX triplet: 4C, 45 and 5B. RGB value is (76,69,91). Sum of RGB (Red+Green+Blue) = 76+69+91=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C455B is #B3BAA4. Grayscale: #494949. Windows color (decimal): -11778725 or 5981516. OLE color: 5981516.
HSL color Cylindrical-coordinate representation of color #4C455B: hue angle of 259.09º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C455B is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 69 | 91 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.64 |
| HSL | 259.09º | 0.14% | 0.31% | - |
| HSV(B) | 259.09º | 0.24% | 0.36% | - |
| XYZ | 7 | 6.55 | 10.79 | - |
| YUV | 73.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 91 | 0.16 | 0.24 | 0 | 0.64 | 259.09 | 0.14 | 0.31 |
| Hex | 4C | 45 | 5B | 10 | 18 | 0 | 40 | 103 | E | 1F |
| Octal | 114 | 105 | 133 | 20 | 30 | 0 | 100 | 403 | 16 | 37 |
| Binary | 1001100 | 1000101 | 1011011 | 10000 | 11000 | 0 | 1000000 | 100000011 | 1110 | 11111 |
Color Harmonies of #4C455B
Complementary color
Monochromatic Colors of #4C455B
Black with #4C455B
Text Example
Text Example
White with #4C455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C455B; }
p { color: rgb(76,69,91); }
H1.HeaderClassName
{
color: #4C455B;
}
.AnyTagClassName
{
color: #4C455B;
}
</style>
background-color css
<style>
a { background-color: #4C455B; }
a { background-color: rgb(76,69,91); }
div.DivClassName
{
background-color: #4C455B;
}
.BgClassName
{
background-color: #4C455B;
}
</style>
border-color css
<style>
span { border-color: #4C455B; }
span { border-color: rgb(76,69,91); }
td.TdClassName
{
border-color: #4C455B;
}
.TagClassName
{
border-color: #4C455B;
}
</style>