Shades of Loulou #4E1046
Tints of Loulou #4E1046
RGB
CMYK
RGB Variations
Color information
#4E1046 (or 0x4E1046) is known color: Loulou. HEX triplet: 4E, 10 and 46. RGB value is (78,16,70). Sum of RGB (Red+Green+Blue) = 78+16+70=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1046 is #B1EFB9. Grayscale: #282828. Windows color (decimal): -11661242 or 4591694. OLE color: 4591694.
HSL color Cylindrical-coordinate representation of color #4E1046: hue angle of 307.74º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E1046 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 16 | 70 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.69 |
| HSL | 307.74º | 0.66% | 0.18% | - |
| HSV(B) | 307.74º | 0.79% | 0.31% | - |
| XYZ | 4.43 | 2.43 | 6.03 | - |
| YUV | 40.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 70 | 0 | 0.79 | 0.10 | 0.69 | 307.74 | 0.66 | 0.18 |
| Hex | 4E | 10 | 46 | 0 | 4F | A | 45 | 134 | 42 | 12 |
| Octal | 116 | 20 | 106 | 0 | 117 | 12 | 105 | 464 | 102 | 22 |
| Binary | 1001110 | 10000 | 1000110 | 0 | 1001111 | 1010 | 1000101 | 100110100 | 1000010 | 10010 |
Color Harmonies of #4E1046
Complementary color
Monochromatic Colors of #4E1046
Black with #4E1046
Text Example
Text Example
White with #4E1046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1046; }
p { color: rgb(78,16,70); }
H1.HeaderClassName
{
color: #4E1046;
}
.AnyTagClassName
{
color: #4E1046;
}
</style>
background-color css
<style>
a { background-color: #4E1046; }
a { background-color: rgb(78,16,70); }
div.DivClassName
{
background-color: #4E1046;
}
.BgClassName
{
background-color: #4E1046;
}
</style>
border-color css
<style>
span { border-color: #4E1046; }
span { border-color: rgb(78,16,70); }
td.TdClassName
{
border-color: #4E1046;
}
.TagClassName
{
border-color: #4E1046;
}
</style>