Shades of Loulou #4E314C
Tints of Loulou #4E314C
RGB
CMYK
RGB Variations
Color information
#4E314C (or 0x4E314C) is known color: Loulou. HEX triplet: 4E, 31 and 4C. RGB value is (78,49,76). Sum of RGB (Red+Green+Blue) = 78+49+76=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 78 - color contains mainly: red. Hex color #4E314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E314C is #B1CEB3. Grayscale: #3C3C3C. Windows color (decimal): -11652788 or 4993358. OLE color: 4993358.
HSL color Cylindrical-coordinate representation of color #4E314C: hue angle of 304.14º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E314C is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 49 | 76 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.69 |
| HSL | 304.14º | 0.23% | 0.25% | - |
| HSV(B) | 304.14º | 0.37% | 0.31% | - |
| XYZ | 5.54 | 4.34 | 7.38 | - |
| YUV | 60.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 49 | 76 | 0 | 0.37 | 0.03 | 0.69 | 304.14 | 0.23 | 0.25 |
| Hex | 4E | 31 | 4C | 0 | 25 | 3 | 45 | 130 | 17 | 19 |
| Octal | 116 | 61 | 114 | 0 | 45 | 3 | 105 | 460 | 27 | 31 |
| Binary | 1001110 | 110001 | 1001100 | 0 | 100101 | 11 | 1000101 | 100110000 | 10111 | 11001 |
Color Harmonies of #4E314C
Complementary color
Monochromatic Colors of #4E314C
Black with #4E314C
Text Example
Text Example
White with #4E314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E314C; }
p { color: rgb(78,49,76); }
H1.HeaderClassName
{
color: #4E314C;
}
.AnyTagClassName
{
color: #4E314C;
}
</style>
background-color css
<style>
a { background-color: #4E314C; }
a { background-color: rgb(78,49,76); }
div.DivClassName
{
background-color: #4E314C;
}
.BgClassName
{
background-color: #4E314C;
}
</style>
border-color css
<style>
span { border-color: #4E314C; }
span { border-color: rgb(78,49,76); }
td.TdClassName
{
border-color: #4E314C;
}
.TagClassName
{
border-color: #4E314C;
}
</style>