Shades of Loulou #4E2745
Tints of Loulou #4E2745
RGB
CMYK
RGB Variations
Color information
#4E2745 (or 0x4E2745) is known color: Loulou. HEX triplet: 4E, 27 and 45. RGB value is (78,39,69). Sum of RGB (Red+Green+Blue) = 78+39+69=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2745 is #B1D8BA. Grayscale: #363636. Windows color (decimal): -11655355 or 4532046. OLE color: 4532046.
HSL color Cylindrical-coordinate representation of color #4E2745: hue angle of 313.85º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E2745 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 39 | 69 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.69 |
| HSL | 313.85º | 0.33% | 0.23% | - |
| HSV(B) | 313.85º | 0.5% | 0.31% | - |
| XYZ | 4.94 | 3.5 | 6.05 | - |
| YUV | 54.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 69 | 0 | 0.50 | 0.12 | 0.69 | 313.85 | 0.33 | 0.23 |
| Hex | 4E | 27 | 45 | 0 | 32 | C | 45 | 13A | 21 | 17 |
| Octal | 116 | 47 | 105 | 0 | 62 | 14 | 105 | 472 | 41 | 27 |
| Binary | 1001110 | 100111 | 1000101 | 0 | 110010 | 1100 | 1000101 | 100111010 | 100001 | 10111 |
Color Harmonies of #4E2745
Complementary color
Monochromatic Colors of #4E2745
Black with #4E2745
Text Example
Text Example
White with #4E2745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2745; }
p { color: rgb(78,39,69); }
H1.HeaderClassName
{
color: #4E2745;
}
.AnyTagClassName
{
color: #4E2745;
}
</style>
background-color css
<style>
a { background-color: #4E2745; }
a { background-color: rgb(78,39,69); }
div.DivClassName
{
background-color: #4E2745;
}
.BgClassName
{
background-color: #4E2745;
}
</style>
border-color css
<style>
span { border-color: #4E2745; }
span { border-color: rgb(78,39,69); }
td.TdClassName
{
border-color: #4E2745;
}
.TagClassName
{
border-color: #4E2745;
}
</style>