Shades of Loulou #4F1247
Tints of Loulou #4F1247
RGB
CMYK
RGB Variations
Color information
#4F1247 (or 0x4F1247) is known color: Loulou. HEX triplet: 4F, 12 and 47. RGB value is (79,18,71). Sum of RGB (Red+Green+Blue) = 79+18+71=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1247 is #B0EDB8. Grayscale: #2A2A2A. Windows color (decimal): -11595193 or 4657743. OLE color: 4657743.
HSL color Cylindrical-coordinate representation of color #4F1247: hue angle of 307.87º 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 #4F1247 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 18 | 71 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.69 |
| HSL | 307.87º | 0.63% | 0.19% | - |
| HSV(B) | 307.87º | 0.77% | 0.31% | - |
| XYZ | 4.58 | 2.55 | 6.21 | - |
| YUV | 42.28 | 144.21 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 71 | 0 | 0.77 | 0.10 | 0.69 | 307.87 | 0.63 | 0.19 |
| Hex | 4F | 12 | 47 | 0 | 4D | A | 45 | 134 | 3F | 13 |
| Octal | 117 | 22 | 107 | 0 | 115 | 12 | 105 | 464 | 77 | 23 |
| Binary | 1001111 | 10010 | 1000111 | 0 | 1001101 | 1010 | 1000101 | 100110100 | 111111 | 10011 |
Color Harmonies of #4F1247
Complementary color
Monochromatic Colors of #4F1247
Black with #4F1247
Text Example
Text Example
White with #4F1247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1247; }
p { color: rgb(79,18,71); }
H1.HeaderClassName
{
color: #4F1247;
}
.AnyTagClassName
{
color: #4F1247;
}
</style>
background-color css
<style>
a { background-color: #4F1247; }
a { background-color: rgb(79,18,71); }
div.DivClassName
{
background-color: #4F1247;
}
.BgClassName
{
background-color: #4F1247;
}
</style>
border-color css
<style>
span { border-color: #4F1247; }
span { border-color: rgb(79,18,71); }
td.TdClassName
{
border-color: #4F1247;
}
.TagClassName
{
border-color: #4F1247;
}
</style>