Shades of Loulou #4F2247
Tints of Loulou #4F2247
RGB
CMYK
RGB Variations
Color information
#4F2247 (or 0x4F2247) is known color: Loulou. HEX triplet: 4F, 22 and 47. RGB value is (79,34,71). Sum of RGB (Red+Green+Blue) = 79+34+71=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2247 is #B0DDB8. Grayscale: #333333. Windows color (decimal): -11591097 or 4661839. OLE color: 4661839.
HSL color Cylindrical-coordinate representation of color #4F2247: hue angle of 310.67º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F2247 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 34 | 71 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.69 |
| HSL | 310.67º | 0.4% | 0.22% | - |
| HSV(B) | 310.67º | 0.57% | 0.31% | - |
| XYZ | 4.93 | 3.26 | 6.33 | - |
| YUV | 51.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 34 | 71 | 0 | 0.57 | 0.10 | 0.69 | 310.67 | 0.4 | 0.22 |
| Hex | 4F | 22 | 47 | 0 | 39 | A | 45 | 137 | 28 | 16 |
| Octal | 117 | 42 | 107 | 0 | 71 | 12 | 105 | 467 | 50 | 26 |
| Binary | 1001111 | 100010 | 1000111 | 0 | 111001 | 1010 | 1000101 | 100110111 | 101000 | 10110 |
Color Harmonies of #4F2247
Complementary color
Monochromatic Colors of #4F2247
Black with #4F2247
Text Example
Text Example
White with #4F2247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2247; }
p { color: rgb(79,34,71); }
H1.HeaderClassName
{
color: #4F2247;
}
.AnyTagClassName
{
color: #4F2247;
}
</style>
background-color css
<style>
a { background-color: #4F2247; }
a { background-color: rgb(79,34,71); }
div.DivClassName
{
background-color: #4F2247;
}
.BgClassName
{
background-color: #4F2247;
}
</style>
border-color css
<style>
span { border-color: #4F2247; }
span { border-color: rgb(79,34,71); }
td.TdClassName
{
border-color: #4F2247;
}
.TagClassName
{
border-color: #4F2247;
}
</style>