Shades of Loulou #4E1443
Tints of Loulou #4E1443
RGB
CMYK
RGB Variations
Color information
#4E1443 (or 0x4E1443) is known color: Loulou. HEX triplet: 4E, 14 and 43. RGB value is (78,20,67). Sum of RGB (Red+Green+Blue) = 78+20+67=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1443 is #B1EBBC. Grayscale: #2A2A2A. Windows color (decimal): -11660221 or 4396110. OLE color: 4396110.
HSL color Cylindrical-coordinate representation of color #4E1443: hue angle of 311.38º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E1443 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 67 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.69 |
| HSL | 311.38º | 0.59% | 0.19% | - |
| HSV(B) | 311.38º | 0.74% | 0.31% | - |
| XYZ | 4.41 | 2.53 | 5.57 | - |
| YUV | 42.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 67 | 0 | 0.74 | 0.14 | 0.69 | 311.38 | 0.59 | 0.19 |
| Hex | 4E | 14 | 43 | 0 | 4A | E | 45 | 137 | 3B | 13 |
| Octal | 116 | 24 | 103 | 0 | 112 | 16 | 105 | 467 | 73 | 23 |
| Binary | 1001110 | 10100 | 1000011 | 0 | 1001010 | 1110 | 1000101 | 100110111 | 111011 | 10011 |
Color Harmonies of #4E1443
Complementary color
Monochromatic Colors of #4E1443
Black with #4E1443
Text Example
Text Example
White with #4E1443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1443; }
p { color: rgb(78,20,67); }
H1.HeaderClassName
{
color: #4E1443;
}
.AnyTagClassName
{
color: #4E1443;
}
</style>
background-color css
<style>
a { background-color: #4E1443; }
a { background-color: rgb(78,20,67); }
div.DivClassName
{
background-color: #4E1443;
}
.BgClassName
{
background-color: #4E1443;
}
</style>
border-color css
<style>
span { border-color: #4E1443; }
span { border-color: rgb(78,20,67); }
td.TdClassName
{
border-color: #4E1443;
}
.TagClassName
{
border-color: #4E1443;
}
</style>