Shades of Loulou #4E1847
Tints of Loulou #4E1847
RGB
CMYK
RGB Variations
Color information
#4E1847 (or 0x4E1847) is known color: Loulou. HEX triplet: 4E, 18 and 47. RGB value is (78,24,71). Sum of RGB (Red+Green+Blue) = 78+24+71=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1847 is #B1E7B8. Grayscale: #2D2D2D. Windows color (decimal): -11659193 or 4659278. OLE color: 4659278.
HSL color Cylindrical-coordinate representation of color #4E1847: hue angle of 307.78º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E1847 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 24 | 71 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.69 |
| HSL | 307.78º | 0.53% | 0.2% | - |
| HSV(B) | 307.78º | 0.69% | 0.31% | - |
| XYZ | 4.61 | 2.73 | 6.25 | - |
| YUV | 45.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 71 | 0 | 0.69 | 0.09 | 0.69 | 307.78 | 0.53 | 0.2 |
| Hex | 4E | 18 | 47 | 0 | 45 | 9 | 45 | 134 | 35 | 14 |
| Octal | 116 | 30 | 107 | 0 | 105 | 11 | 105 | 464 | 65 | 24 |
| Binary | 1001110 | 11000 | 1000111 | 0 | 1000101 | 1001 | 1000101 | 100110100 | 110101 | 10100 |
Color Harmonies of #4E1847
Complementary color
Monochromatic Colors of #4E1847
Black with #4E1847
Text Example
Text Example
White with #4E1847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1847; }
p { color: rgb(78,24,71); }
H1.HeaderClassName
{
color: #4E1847;
}
.AnyTagClassName
{
color: #4E1847;
}
</style>
background-color css
<style>
a { background-color: #4E1847; }
a { background-color: rgb(78,24,71); }
div.DivClassName
{
background-color: #4E1847;
}
.BgClassName
{
background-color: #4E1847;
}
</style>
border-color css
<style>
span { border-color: #4E1847; }
span { border-color: rgb(78,24,71); }
td.TdClassName
{
border-color: #4E1847;
}
.TagClassName
{
border-color: #4E1847;
}
</style>