Shades of Loulou #4E2148
Tints of Loulou #4E2148
RGB
CMYK
RGB Variations
Color information
#4E2148 (or 0x4E2148) is known color: Loulou. HEX triplet: 4E, 21 and 48. RGB value is (78,33,72). Sum of RGB (Red+Green+Blue) = 78+33+72=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2148 is #B1DEB7. Grayscale: #323232. Windows color (decimal): -11656888 or 4727118. OLE color: 4727118.
HSL color Cylindrical-coordinate representation of color #4E2148: hue angle of 308º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E2148 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 72 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.69 |
| HSL | 308º | 0.41% | 0.22% | - |
| HSV(B) | 308º | 0.58% | 0.31% | - |
| XYZ | 4.86 | 3.18 | 6.49 | - |
| YUV | 50.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 72 | 0 | 0.58 | 0.08 | 0.69 | 308 | 0.41 | 0.22 |
| Hex | 4E | 21 | 48 | 0 | 3A | 8 | 45 | 134 | 29 | 16 |
| Octal | 116 | 41 | 110 | 0 | 72 | 10 | 105 | 464 | 51 | 26 |
| Binary | 1001110 | 100001 | 1001000 | 0 | 111010 | 1000 | 1000101 | 100110100 | 101001 | 10110 |
Color Harmonies of #4E2148
Complementary color
Monochromatic Colors of #4E2148
Black with #4E2148
Text Example
Text Example
White with #4E2148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2148; }
p { color: rgb(78,33,72); }
H1.HeaderClassName
{
color: #4E2148;
}
.AnyTagClassName
{
color: #4E2148;
}
</style>
background-color css
<style>
a { background-color: #4E2148; }
a { background-color: rgb(78,33,72); }
div.DivClassName
{
background-color: #4E2148;
}
.BgClassName
{
background-color: #4E2148;
}
</style>
border-color css
<style>
span { border-color: #4E2148; }
span { border-color: rgb(78,33,72); }
td.TdClassName
{
border-color: #4E2148;
}
.TagClassName
{
border-color: #4E2148;
}
</style>