Shades of Loulou #4E1848
Tints of Loulou #4E1848
RGB
CMYK
RGB Variations
Color information
#4E1848 (or 0x4E1848) is known color: Loulou. HEX triplet: 4E, 18 and 48. RGB value is (78,24,72). Sum of RGB (Red+Green+Blue) = 78+24+72=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1848 is #B1E7B7. Grayscale: #2D2D2D. Windows color (decimal): -11659192 or 4724814. OLE color: 4724814.
HSL color Cylindrical-coordinate representation of color #4E1848: hue angle of 306.67º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E1848 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 24 | 72 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.69 |
| HSL | 306.67º | 0.53% | 0.2% | - |
| HSV(B) | 306.67º | 0.69% | 0.31% | - |
| XYZ | 4.64 | 2.74 | 6.42 | - |
| YUV | 45.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 72 | 0 | 0.69 | 0.08 | 0.69 | 306.67 | 0.53 | 0.2 |
| Hex | 4E | 18 | 48 | 0 | 45 | 8 | 45 | 133 | 35 | 14 |
| Octal | 116 | 30 | 110 | 0 | 105 | 10 | 105 | 463 | 65 | 24 |
| Binary | 1001110 | 11000 | 1001000 | 0 | 1000101 | 1000 | 1000101 | 100110011 | 110101 | 10100 |
Color Harmonies of #4E1848
Complementary color
Monochromatic Colors of #4E1848
Black with #4E1848
Text Example
Text Example
White with #4E1848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1848; }
p { color: rgb(78,24,72); }
H1.HeaderClassName
{
color: #4E1848;
}
.AnyTagClassName
{
color: #4E1848;
}
</style>
background-color css
<style>
a { background-color: #4E1848; }
a { background-color: rgb(78,24,72); }
div.DivClassName
{
background-color: #4E1848;
}
.BgClassName
{
background-color: #4E1848;
}
</style>
border-color css
<style>
span { border-color: #4E1848; }
span { border-color: rgb(78,24,72); }
td.TdClassName
{
border-color: #4E1848;
}
.TagClassName
{
border-color: #4E1848;
}
</style>