Shades of Loulou #4F1249
Tints of Loulou #4F1249
RGB
CMYK
RGB Variations
Color information
#4F1249 (or 0x4F1249) is known color: Loulou. HEX triplet: 4F, 12 and 49. RGB value is (79,18,73). Sum of RGB (Red+Green+Blue) = 79+18+73=170 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.47% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1249 is #B0EDB6. Grayscale: #2A2A2A. Windows color (decimal): -11595191 or 4788815. OLE color: 4788815.
HSL color Cylindrical-coordinate representation of color #4F1249: hue angle of 305.9º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F1249 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 73 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.69 |
| HSL | 305.9º | 0.63% | 0.19% | - |
| HSV(B) | 305.9º | 0.77% | 0.31% | - |
| XYZ | 4.64 | 2.58 | 6.56 | - |
| YUV | 42.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 73 | 0 | 0.77 | 0.08 | 0.69 | 305.9 | 0.63 | 0.19 |
| Hex | 4F | 12 | 49 | 0 | 4D | 8 | 45 | 132 | 3F | 13 |
| Octal | 117 | 22 | 111 | 0 | 115 | 10 | 105 | 462 | 77 | 23 |
| Binary | 1001111 | 10010 | 1001001 | 0 | 1001101 | 1000 | 1000101 | 100110010 | 111111 | 10011 |
Color Harmonies of #4F1249
Complementary color
Monochromatic Colors of #4F1249
Black with #4F1249
Text Example
Text Example
White with #4F1249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1249; }
p { color: rgb(79,18,73); }
H1.HeaderClassName
{
color: #4F1249;
}
.AnyTagClassName
{
color: #4F1249;
}
</style>
background-color css
<style>
a { background-color: #4F1249; }
a { background-color: rgb(79,18,73); }
div.DivClassName
{
background-color: #4F1249;
}
.BgClassName
{
background-color: #4F1249;
}
</style>
border-color css
<style>
span { border-color: #4F1249; }
span { border-color: rgb(79,18,73); }
td.TdClassName
{
border-color: #4F1249;
}
.TagClassName
{
border-color: #4F1249;
}
</style>