Shades of Loulou #4E1249
Tints of Loulou #4E1249
RGB
CMYK
RGB Variations
Color information
#4E1249 (or 0x4E1249) is known color: Loulou. HEX triplet: 4E, 12 and 49. RGB value is (78,18,73). Sum of RGB (Red+Green+Blue) = 78+18+73=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1249 is #B1EDB6. Grayscale: #2A2A2A. Windows color (decimal): -11660727 or 4788814. OLE color: 4788814.
HSL color Cylindrical-coordinate representation of color #4E1249: hue angle of 305º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E1249 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 18 | 73 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.69 |
| HSL | 305º | 0.63% | 0.19% | - |
| HSV(B) | 305º | 0.77% | 0.31% | - |
| XYZ | 4.56 | 2.53 | 6.55 | - |
| YUV | 42.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 73 | 0 | 0.77 | 0.06 | 0.69 | 305 | 0.63 | 0.19 |
| Hex | 4E | 12 | 49 | 0 | 4D | 6 | 45 | 131 | 3E | 13 |
| Octal | 116 | 22 | 111 | 0 | 115 | 6 | 105 | 461 | 76 | 23 |
| Binary | 1001110 | 10010 | 1001001 | 0 | 1001101 | 110 | 1000101 | 100110001 | 111110 | 10011 |
Color Harmonies of #4E1249
Complementary color
Monochromatic Colors of #4E1249
Black with #4E1249
Text Example
Text Example
White with #4E1249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1249; }
p { color: rgb(78,18,73); }
H1.HeaderClassName
{
color: #4E1249;
}
.AnyTagClassName
{
color: #4E1249;
}
</style>
background-color css
<style>
a { background-color: #4E1249; }
a { background-color: rgb(78,18,73); }
div.DivClassName
{
background-color: #4E1249;
}
.BgClassName
{
background-color: #4E1249;
}
</style>
border-color css
<style>
span { border-color: #4E1249; }
span { border-color: rgb(78,18,73); }
td.TdClassName
{
border-color: #4E1249;
}
.TagClassName
{
border-color: #4E1249;
}
</style>