Shades of Loulou #4E314B
Tints of Loulou #4E314B
RGB
CMYK
RGB Variations
Color information
#4E314B (or 0x4E314B) is known color: Loulou. HEX triplet: 4E, 31 and 4B. RGB value is (78,49,75). Sum of RGB (Red+Green+Blue) = 78+49+75=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 78 - color contains mainly: red. Hex color #4E314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E314B is #B1CEB4. Grayscale: #3C3C3C. Windows color (decimal): -11652789 or 4927822. OLE color: 4927822.
HSL color Cylindrical-coordinate representation of color #4E314B: hue angle of 306.21º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E314B is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 49 | 75 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.69 |
| HSL | 306.21º | 0.23% | 0.25% | - |
| HSV(B) | 306.21º | 0.37% | 0.31% | - |
| XYZ | 5.51 | 4.32 | 7.2 | - |
| YUV | 60.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 49 | 75 | 0 | 0.37 | 0.04 | 0.69 | 306.21 | 0.23 | 0.25 |
| Hex | 4E | 31 | 4B | 0 | 25 | 4 | 45 | 132 | 17 | 19 |
| Octal | 116 | 61 | 113 | 0 | 45 | 4 | 105 | 462 | 27 | 31 |
| Binary | 1001110 | 110001 | 1001011 | 0 | 100101 | 100 | 1000101 | 100110010 | 10111 | 11001 |
Color Harmonies of #4E314B
Complementary color
Monochromatic Colors of #4E314B
Black with #4E314B
Text Example
Text Example
White with #4E314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E314B; }
p { color: rgb(78,49,75); }
H1.HeaderClassName
{
color: #4E314B;
}
.AnyTagClassName
{
color: #4E314B;
}
</style>
background-color css
<style>
a { background-color: #4E314B; }
a { background-color: rgb(78,49,75); }
div.DivClassName
{
background-color: #4E314B;
}
.BgClassName
{
background-color: #4E314B;
}
</style>
border-color css
<style>
span { border-color: #4E314B; }
span { border-color: rgb(78,49,75); }
td.TdClassName
{
border-color: #4E314B;
}
.TagClassName
{
border-color: #4E314B;
}
</style>