Shades of Loulou #4F2049
Tints of Loulou #4F2049
RGB
CMYK
RGB Variations
Color information
#4F2049 (or 0x4F2049) is known color: Loulou. HEX triplet: 4F, 20 and 49. RGB value is (79,32,73). Sum of RGB (Red+Green+Blue) = 79+32+73=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2049 is #B0DFB6. Grayscale: #323232. Windows color (decimal): -11591607 or 4792399. OLE color: 4792399.
HSL color Cylindrical-coordinate representation of color #4F2049: hue angle of 307.66º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F2049 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 32 | 73 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.69 |
| HSL | 307.66º | 0.42% | 0.22% | - |
| HSV(B) | 307.66º | 0.59% | 0.31% | - |
| XYZ | 4.94 | 3.18 | 6.66 | - |
| YUV | 50.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 32 | 73 | 0 | 0.59 | 0.08 | 0.69 | 307.66 | 0.42 | 0.22 |
| Hex | 4F | 20 | 49 | 0 | 3B | 8 | 45 | 134 | 2A | 16 |
| Octal | 117 | 40 | 111 | 0 | 73 | 10 | 105 | 464 | 52 | 26 |
| Binary | 1001111 | 100000 | 1001001 | 0 | 111011 | 1000 | 1000101 | 100110100 | 101010 | 10110 |
Color Harmonies of #4F2049
Complementary color
Monochromatic Colors of #4F2049
Black with #4F2049
Text Example
Text Example
White with #4F2049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2049; }
p { color: rgb(79,32,73); }
H1.HeaderClassName
{
color: #4F2049;
}
.AnyTagClassName
{
color: #4F2049;
}
</style>
background-color css
<style>
a { background-color: #4F2049; }
a { background-color: rgb(79,32,73); }
div.DivClassName
{
background-color: #4F2049;
}
.BgClassName
{
background-color: #4F2049;
}
</style>
border-color css
<style>
span { border-color: #4F2049; }
span { border-color: rgb(79,32,73); }
td.TdClassName
{
border-color: #4F2049;
}
.TagClassName
{
border-color: #4F2049;
}
</style>