Shades of Loulou #4F1549
Tints of Loulou #4F1549
RGB
CMYK
RGB Variations
Color information
#4F1549 (or 0x4F1549) is known color: Loulou. HEX triplet: 4F, 15 and 49. RGB value is (79,21,73). Sum of RGB (Red+Green+Blue) = 79+21+73=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1549 is #B0EAB6. Grayscale: #2C2C2C. Windows color (decimal): -11594423 or 4789583. OLE color: 4789583.
HSL color Cylindrical-coordinate representation of color #4F1549: hue angle of 306.21º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F1549 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 73 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.69 |
| HSL | 306.21º | 0.58% | 0.2% | - |
| HSV(B) | 306.21º | 0.73% | 0.31% | - |
| XYZ | 4.7 | 2.68 | 6.57 | - |
| YUV | 44.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 73 | 0 | 0.73 | 0.08 | 0.69 | 306.21 | 0.58 | 0.2 |
| Hex | 4F | 15 | 49 | 0 | 49 | 8 | 45 | 132 | 3A | 14 |
| Octal | 117 | 25 | 111 | 0 | 111 | 10 | 105 | 462 | 72 | 24 |
| Binary | 1001111 | 10101 | 1001001 | 0 | 1001001 | 1000 | 1000101 | 100110010 | 111010 | 10100 |
Color Harmonies of #4F1549
Complementary color
Monochromatic Colors of #4F1549
Black with #4F1549
Text Example
Text Example
White with #4F1549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1549; }
p { color: rgb(79,21,73); }
H1.HeaderClassName
{
color: #4F1549;
}
.AnyTagClassName
{
color: #4F1549;
}
</style>
background-color css
<style>
a { background-color: #4F1549; }
a { background-color: rgb(79,21,73); }
div.DivClassName
{
background-color: #4F1549;
}
.BgClassName
{
background-color: #4F1549;
}
</style>
border-color css
<style>
span { border-color: #4F1549; }
span { border-color: rgb(79,21,73); }
td.TdClassName
{
border-color: #4F1549;
}
.TagClassName
{
border-color: #4F1549;
}
</style>