Shades of Loulou #4E1446
Tints of Loulou #4E1446
RGB
CMYK
RGB Variations
Color information
#4E1446 (or 0x4E1446) is known color: Loulou. HEX triplet: 4E, 14 and 46. RGB value is (78,20,70). Sum of RGB (Red+Green+Blue) = 78+20+70=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1446 is #B1EBB9. Grayscale: #2A2A2A. Windows color (decimal): -11660218 or 4592718. OLE color: 4592718.
HSL color Cylindrical-coordinate representation of color #4E1446: hue angle of 308.28º 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 #4E1446 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 70 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.69 |
| HSL | 308.28º | 0.59% | 0.19% | - |
| HSV(B) | 308.28º | 0.74% | 0.31% | - |
| XYZ | 4.5 | 2.56 | 6.05 | - |
| YUV | 43.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 70 | 0 | 0.74 | 0.10 | 0.69 | 308.28 | 0.59 | 0.19 |
| Hex | 4E | 14 | 46 | 0 | 4A | A | 45 | 134 | 3B | 13 |
| Octal | 116 | 24 | 106 | 0 | 112 | 12 | 105 | 464 | 73 | 23 |
| Binary | 1001110 | 10100 | 1000110 | 0 | 1001010 | 1010 | 1000101 | 100110100 | 111011 | 10011 |
Color Harmonies of #4E1446
Complementary color
Monochromatic Colors of #4E1446
Black with #4E1446
Text Example
Text Example
White with #4E1446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1446; }
p { color: rgb(78,20,70); }
H1.HeaderClassName
{
color: #4E1446;
}
.AnyTagClassName
{
color: #4E1446;
}
</style>
background-color css
<style>
a { background-color: #4E1446; }
a { background-color: rgb(78,20,70); }
div.DivClassName
{
background-color: #4E1446;
}
.BgClassName
{
background-color: #4E1446;
}
</style>
border-color css
<style>
span { border-color: #4E1446; }
span { border-color: rgb(78,20,70); }
td.TdClassName
{
border-color: #4E1446;
}
.TagClassName
{
border-color: #4E1446;
}
</style>