Shades of Loulou #4E1449
Tints of Loulou #4E1449
RGB
CMYK
RGB Variations
Color information
#4E1449 (or 0x4E1449) is known color: Loulou. HEX triplet: 4E, 14 and 49. RGB value is (78,20,73). Sum of RGB (Red+Green+Blue) = 78+20+73=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1449 is #B1EBB6. Grayscale: #2B2B2B. Windows color (decimal): -11660215 or 4789326. OLE color: 4789326.
HSL color Cylindrical-coordinate representation of color #4E1449: hue angle of 305.17º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E1449 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 73 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.69 |
| HSL | 305.17º | 0.59% | 0.19% | - |
| HSV(B) | 305.17º | 0.74% | 0.31% | - |
| XYZ | 4.59 | 2.6 | 6.56 | - |
| YUV | 43.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 73 | 0 | 0.74 | 0.06 | 0.69 | 305.17 | 0.59 | 0.19 |
| Hex | 4E | 14 | 49 | 0 | 4A | 6 | 45 | 131 | 3B | 13 |
| Octal | 116 | 24 | 111 | 0 | 112 | 6 | 105 | 461 | 73 | 23 |
| Binary | 1001110 | 10100 | 1001001 | 0 | 1001010 | 110 | 1000101 | 100110001 | 111011 | 10011 |
Color Harmonies of #4E1449
Complementary color
Monochromatic Colors of #4E1449
Black with #4E1449
Text Example
Text Example
White with #4E1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1449; }
p { color: rgb(78,20,73); }
H1.HeaderClassName
{
color: #4E1449;
}
.AnyTagClassName
{
color: #4E1449;
}
</style>
background-color css
<style>
a { background-color: #4E1449; }
a { background-color: rgb(78,20,73); }
div.DivClassName
{
background-color: #4E1449;
}
.BgClassName
{
background-color: #4E1449;
}
</style>
border-color css
<style>
span { border-color: #4E1449; }
span { border-color: rgb(78,20,73); }
td.TdClassName
{
border-color: #4E1449;
}
.TagClassName
{
border-color: #4E1449;
}
</style>