Shades of Loulou #4E1A48
Tints of Loulou #4E1A48
RGB
CMYK
RGB Variations
Color information
#4E1A48 (or 0x4E1A48) is known color: Loulou. HEX triplet: 4E, 1A and 48. RGB value is (78,26,72). Sum of RGB (Red+Green+Blue) = 78+26+72=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A48 is #B1E5B7. Grayscale: #2E2E2E. Windows color (decimal): -11658680 or 4725326. OLE color: 4725326.
HSL color Cylindrical-coordinate representation of color #4E1A48: hue angle of 306.92º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E1A48 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 26 | 72 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.69 |
| HSL | 306.92º | 0.5% | 0.2% | - |
| HSV(B) | 306.92º | 0.67% | 0.31% | - |
| XYZ | 4.68 | 2.83 | 6.43 | - |
| YUV | 46.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 72 | 0 | 0.67 | 0.08 | 0.69 | 306.92 | 0.5 | 0.2 |
| Hex | 4E | 1A | 48 | 0 | 43 | 8 | 45 | 133 | 32 | 14 |
| Octal | 116 | 32 | 110 | 0 | 103 | 10 | 105 | 463 | 62 | 24 |
| Binary | 1001110 | 11010 | 1001000 | 0 | 1000011 | 1000 | 1000101 | 100110011 | 110010 | 10100 |
Color Harmonies of #4E1A48
Complementary color
Monochromatic Colors of #4E1A48
Black with #4E1A48
Text Example
Text Example
White with #4E1A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A48; }
p { color: rgb(78,26,72); }
H1.HeaderClassName
{
color: #4E1A48;
}
.AnyTagClassName
{
color: #4E1A48;
}
</style>
background-color css
<style>
a { background-color: #4E1A48; }
a { background-color: rgb(78,26,72); }
div.DivClassName
{
background-color: #4E1A48;
}
.BgClassName
{
background-color: #4E1A48;
}
</style>
border-color css
<style>
span { border-color: #4E1A48; }
span { border-color: rgb(78,26,72); }
td.TdClassName
{
border-color: #4E1A48;
}
.TagClassName
{
border-color: #4E1A48;
}
</style>