Shades of Loulou #4E1A43
Tints of Loulou #4E1A43
RGB
CMYK
RGB Variations
Color information
#4E1A43 (or 0x4E1A43) is known color: Loulou. HEX triplet: 4E, 1A and 43. RGB value is (78,26,67). Sum of RGB (Red+Green+Blue) = 78+26+67=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A43 is #B1E5BC. Grayscale: #2E2E2E. Windows color (decimal): -11658685 or 4397646. OLE color: 4397646.
HSL color Cylindrical-coordinate representation of color #4E1A43: hue angle of 312.69º 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 #4E1A43 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 26 | 67 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.69 |
| HSL | 312.69º | 0.5% | 0.2% | - |
| HSV(B) | 312.69º | 0.67% | 0.31% | - |
| XYZ | 4.52 | 2.76 | 5.61 | - |
| YUV | 46.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 67 | 0 | 0.67 | 0.14 | 0.69 | 312.69 | 0.5 | 0.2 |
| Hex | 4E | 1A | 43 | 0 | 43 | E | 45 | 139 | 32 | 14 |
| Octal | 116 | 32 | 103 | 0 | 103 | 16 | 105 | 471 | 62 | 24 |
| Binary | 1001110 | 11010 | 1000011 | 0 | 1000011 | 1110 | 1000101 | 100111001 | 110010 | 10100 |
Color Harmonies of #4E1A43
Complementary color
Monochromatic Colors of #4E1A43
Black with #4E1A43
Text Example
Text Example
White with #4E1A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A43; }
p { color: rgb(78,26,67); }
H1.HeaderClassName
{
color: #4E1A43;
}
.AnyTagClassName
{
color: #4E1A43;
}
</style>
background-color css
<style>
a { background-color: #4E1A43; }
a { background-color: rgb(78,26,67); }
div.DivClassName
{
background-color: #4E1A43;
}
.BgClassName
{
background-color: #4E1A43;
}
</style>
border-color css
<style>
span { border-color: #4E1A43; }
span { border-color: rgb(78,26,67); }
td.TdClassName
{
border-color: #4E1A43;
}
.TagClassName
{
border-color: #4E1A43;
}
</style>