Shades of Loulou #4E3147
Tints of Loulou #4E3147
RGB
CMYK
RGB Variations
Color information
#4E3147 (or 0x4E3147) is known color: Loulou. HEX triplet: 4E, 31 and 47. RGB value is (78,49,71). Sum of RGB (Red+Green+Blue) = 78+49+71=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3147 is #B1CEB8. Grayscale: #3C3C3C. Windows color (decimal): -11652793 or 4665678. OLE color: 4665678.
HSL color Cylindrical-coordinate representation of color #4E3147: hue angle of 314.48º 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 #4E3147 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 49 | 71 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.69 |
| HSL | 314.48º | 0.23% | 0.25% | - |
| HSV(B) | 314.48º | 0.37% | 0.31% | - |
| XYZ | 5.38 | 4.27 | 6.5 | - |
| YUV | 60.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 49 | 71 | 0 | 0.37 | 0.09 | 0.69 | 314.48 | 0.23 | 0.25 |
| Hex | 4E | 31 | 47 | 0 | 25 | 9 | 45 | 13A | 17 | 19 |
| Octal | 116 | 61 | 107 | 0 | 45 | 11 | 105 | 472 | 27 | 31 |
| Binary | 1001110 | 110001 | 1000111 | 0 | 100101 | 1001 | 1000101 | 100111010 | 10111 | 11001 |
Color Harmonies of #4E3147
Complementary color
Monochromatic Colors of #4E3147
Black with #4E3147
Text Example
Text Example
White with #4E3147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3147; }
p { color: rgb(78,49,71); }
H1.HeaderClassName
{
color: #4E3147;
}
.AnyTagClassName
{
color: #4E3147;
}
</style>
background-color css
<style>
a { background-color: #4E3147; }
a { background-color: rgb(78,49,71); }
div.DivClassName
{
background-color: #4E3147;
}
.BgClassName
{
background-color: #4E3147;
}
</style>
border-color css
<style>
span { border-color: #4E3147; }
span { border-color: rgb(78,49,71); }
td.TdClassName
{
border-color: #4E3147;
}
.TagClassName
{
border-color: #4E3147;
}
</style>