Shades of Loulou #4F2E44
Tints of Loulou #4F2E44
RGB
CMYK
RGB Variations
Color information
#4F2E44 (or 0x4F2E44) is known color: Loulou. HEX triplet: 4F, 2E and 44. RGB value is (79,46,68). Sum of RGB (Red+Green+Blue) = 79+46+68=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2E44 is #B0D1BB. Grayscale: #3A3A3A. Windows color (decimal): -11588028 or 4468303. OLE color: 4468303.
HSL color Cylindrical-coordinate representation of color #4F2E44: hue angle of 320º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F2E44 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 46 | 68 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.69 |
| HSL | 320º | 0.26% | 0.25% | - |
| HSV(B) | 320º | 0.42% | 0.31% | - |
| XYZ | 5.24 | 4.03 | 5.97 | - |
| YUV | 58.38 | 133.43 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 46 | 68 | 0 | 0.42 | 0.14 | 0.69 | 320 | 0.26 | 0.25 |
| Hex | 4F | 2E | 44 | 0 | 2A | E | 45 | 140 | 1A | 19 |
| Octal | 117 | 56 | 104 | 0 | 52 | 16 | 105 | 500 | 32 | 31 |
| Binary | 1001111 | 101110 | 1000100 | 0 | 101010 | 1110 | 1000101 | 101000000 | 11010 | 11001 |
Color Harmonies of #4F2E44
Complementary color
Monochromatic Colors of #4F2E44
Black with #4F2E44
Text Example
Text Example
White with #4F2E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2E44; }
p { color: rgb(79,46,68); }
H1.HeaderClassName
{
color: #4F2E44;
}
.AnyTagClassName
{
color: #4F2E44;
}
</style>
background-color css
<style>
a { background-color: #4F2E44; }
a { background-color: rgb(79,46,68); }
div.DivClassName
{
background-color: #4F2E44;
}
.BgClassName
{
background-color: #4F2E44;
}
</style>
border-color css
<style>
span { border-color: #4F2E44; }
span { border-color: rgb(79,46,68); }
td.TdClassName
{
border-color: #4F2E44;
}
.TagClassName
{
border-color: #4F2E44;
}
</style>