Shades of Loulou #4F2047
Tints of Loulou #4F2047
RGB
CMYK
RGB Variations
Color information
#4F2047 (or 0x4F2047) is known color: Loulou. HEX triplet: 4F, 20 and 47. RGB value is (79,32,71). Sum of RGB (Red+Green+Blue) = 79+32+71=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2047 is #B0DFB8. Grayscale: #323232. Windows color (decimal): -11591609 or 4661327. OLE color: 4661327.
HSL color Cylindrical-coordinate representation of color #4F2047: hue angle of 310.21º 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 #4F2047 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 32 | 71 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.69 |
| HSL | 310.21º | 0.42% | 0.22% | - |
| HSV(B) | 310.21º | 0.59% | 0.31% | - |
| XYZ | 4.88 | 3.15 | 6.31 | - |
| YUV | 50.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 32 | 71 | 0 | 0.59 | 0.10 | 0.69 | 310.21 | 0.42 | 0.22 |
| Hex | 4F | 20 | 47 | 0 | 3B | A | 45 | 136 | 2A | 16 |
| Octal | 117 | 40 | 107 | 0 | 73 | 12 | 105 | 466 | 52 | 26 |
| Binary | 1001111 | 100000 | 1000111 | 0 | 111011 | 1010 | 1000101 | 100110110 | 101010 | 10110 |
Color Harmonies of #4F2047
Complementary color
Monochromatic Colors of #4F2047
Black with #4F2047
Text Example
Text Example
White with #4F2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2047; }
p { color: rgb(79,32,71); }
H1.HeaderClassName
{
color: #4F2047;
}
.AnyTagClassName
{
color: #4F2047;
}
</style>
background-color css
<style>
a { background-color: #4F2047; }
a { background-color: rgb(79,32,71); }
div.DivClassName
{
background-color: #4F2047;
}
.BgClassName
{
background-color: #4F2047;
}
</style>
border-color css
<style>
span { border-color: #4F2047; }
span { border-color: rgb(79,32,71); }
td.TdClassName
{
border-color: #4F2047;
}
.TagClassName
{
border-color: #4F2047;
}
</style>