Shades of Loulou #4E184A
Tints of Loulou #4E184A
RGB
CMYK
RGB Variations
Color information
#4E184A (or 0x4E184A) is known color: Loulou. HEX triplet: 4E, 18 and 4A. RGB value is (78,24,74). Sum of RGB (Red+Green+Blue) = 78+24+74=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E184A is #B1E7B5. Grayscale: #2D2D2D. Windows color (decimal): -11659190 or 4855886. OLE color: 4855886.
HSL color Cylindrical-coordinate representation of color #4E184A: hue angle of 304.44º 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 #4E184A is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 24 | 74 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.69 |
| HSL | 304.44º | 0.53% | 0.2% | - |
| HSV(B) | 304.44º | 0.69% | 0.31% | - |
| XYZ | 4.7 | 2.77 | 6.76 | - |
| YUV | 45.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 74 | 0 | 0.69 | 0.05 | 0.69 | 304.44 | 0.53 | 0.2 |
| Hex | 4E | 18 | 4A | 0 | 45 | 5 | 45 | 130 | 35 | 14 |
| Octal | 116 | 30 | 112 | 0 | 105 | 5 | 105 | 460 | 65 | 24 |
| Binary | 1001110 | 11000 | 1001010 | 0 | 1000101 | 101 | 1000101 | 100110000 | 110101 | 10100 |
Color Harmonies of #4E184A
Complementary color
Monochromatic Colors of #4E184A
Black with #4E184A
Text Example
Text Example
White with #4E184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E184A; }
p { color: rgb(78,24,74); }
H1.HeaderClassName
{
color: #4E184A;
}
.AnyTagClassName
{
color: #4E184A;
}
</style>
background-color css
<style>
a { background-color: #4E184A; }
a { background-color: rgb(78,24,74); }
div.DivClassName
{
background-color: #4E184A;
}
.BgClassName
{
background-color: #4E184A;
}
</style>
border-color css
<style>
span { border-color: #4E184A; }
span { border-color: rgb(78,24,74); }
td.TdClassName
{
border-color: #4E184A;
}
.TagClassName
{
border-color: #4E184A;
}
</style>