Shades of Loulou #4E1748
Tints of Loulou #4E1748
RGB
CMYK
RGB Variations
Color information
#4E1748 (or 0x4E1748) is known color: Loulou. HEX triplet: 4E, 17 and 48. RGB value is (78,23,72). Sum of RGB (Red+Green+Blue) = 78+23+72=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1748 is #B1E8B7. Grayscale: #2C2C2C. Windows color (decimal): -11659448 or 4724558. OLE color: 4724558.
HSL color Cylindrical-coordinate representation of color #4E1748: hue angle of 306.55º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E1748 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 23 | 72 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.69 |
| HSL | 306.55º | 0.54% | 0.2% | - |
| HSV(B) | 306.55º | 0.71% | 0.31% | - |
| XYZ | 4.62 | 2.7 | 6.41 | - |
| YUV | 45.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 72 | 0 | 0.71 | 0.08 | 0.69 | 306.55 | 0.54 | 0.2 |
| Hex | 4E | 17 | 48 | 0 | 47 | 8 | 45 | 133 | 36 | 14 |
| Octal | 116 | 27 | 110 | 0 | 107 | 10 | 105 | 463 | 66 | 24 |
| Binary | 1001110 | 10111 | 1001000 | 0 | 1000111 | 1000 | 1000101 | 100110011 | 110110 | 10100 |
Color Harmonies of #4E1748
Complementary color
Monochromatic Colors of #4E1748
Black with #4E1748
Text Example
Text Example
White with #4E1748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1748; }
p { color: rgb(78,23,72); }
H1.HeaderClassName
{
color: #4E1748;
}
.AnyTagClassName
{
color: #4E1748;
}
</style>
background-color css
<style>
a { background-color: #4E1748; }
a { background-color: rgb(78,23,72); }
div.DivClassName
{
background-color: #4E1748;
}
.BgClassName
{
background-color: #4E1748;
}
</style>
border-color css
<style>
span { border-color: #4E1748; }
span { border-color: rgb(78,23,72); }
td.TdClassName
{
border-color: #4E1748;
}
.TagClassName
{
border-color: #4E1748;
}
</style>