Shades of Loulou #4F2048
Tints of Loulou #4F2048
RGB
CMYK
RGB Variations
Color information
#4F2048 (or 0x4F2048) is known color: Loulou. HEX triplet: 4F, 20 and 48. RGB value is (79,32,72). Sum of RGB (Red+Green+Blue) = 79+32+72=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2048 is #B0DFB7. Grayscale: #323232. Windows color (decimal): -11591608 or 4726863. OLE color: 4726863.
HSL color Cylindrical-coordinate representation of color #4F2048: hue angle of 308.94º 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 #4F2048 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 32 | 72 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.69 |
| HSL | 308.94º | 0.42% | 0.22% | - |
| HSV(B) | 308.94º | 0.59% | 0.31% | - |
| XYZ | 4.91 | 3.16 | 6.48 | - |
| YUV | 50.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 32 | 72 | 0 | 0.59 | 0.09 | 0.69 | 308.94 | 0.42 | 0.22 |
| Hex | 4F | 20 | 48 | 0 | 3B | 9 | 45 | 135 | 2A | 16 |
| Octal | 117 | 40 | 110 | 0 | 73 | 11 | 105 | 465 | 52 | 26 |
| Binary | 1001111 | 100000 | 1001000 | 0 | 111011 | 1001 | 1000101 | 100110101 | 101010 | 10110 |
Color Harmonies of #4F2048
Complementary color
Monochromatic Colors of #4F2048
Black with #4F2048
Text Example
Text Example
White with #4F2048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2048; }
p { color: rgb(79,32,72); }
H1.HeaderClassName
{
color: #4F2048;
}
.AnyTagClassName
{
color: #4F2048;
}
</style>
background-color css
<style>
a { background-color: #4F2048; }
a { background-color: rgb(79,32,72); }
div.DivClassName
{
background-color: #4F2048;
}
.BgClassName
{
background-color: #4F2048;
}
</style>
border-color css
<style>
span { border-color: #4F2048; }
span { border-color: rgb(79,32,72); }
td.TdClassName
{
border-color: #4F2048;
}
.TagClassName
{
border-color: #4F2048;
}
</style>