Shades of Loulou #4F294B
Tints of Loulou #4F294B
RGB
CMYK
RGB Variations
Color information
#4F294B (or 0x4F294B) is known color: Loulou. HEX triplet: 4F, 29 and 4B. RGB value is (79,41,75). Sum of RGB (Red+Green+Blue) = 79+41+75=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 79 - color contains mainly: red. Hex color #4F294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F294B is #B0D6B4. Grayscale: #383838. Windows color (decimal): -11589301 or 4925775. OLE color: 4925775.
HSL color Cylindrical-coordinate representation of color #4F294B: hue angle of 306.32º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F294B is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 41 | 75 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.69 |
| HSL | 306.32º | 0.32% | 0.24% | - |
| HSV(B) | 306.32º | 0.48% | 0.31% | - |
| XYZ | 5.29 | 3.76 | 7.1 | - |
| YUV | 56.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 75 | 0 | 0.48 | 0.05 | 0.69 | 306.32 | 0.32 | 0.24 |
| Hex | 4F | 29 | 4B | 0 | 30 | 5 | 45 | 132 | 20 | 18 |
| Octal | 117 | 51 | 113 | 0 | 60 | 5 | 105 | 462 | 40 | 30 |
| Binary | 1001111 | 101001 | 1001011 | 0 | 110000 | 101 | 1000101 | 100110010 | 100000 | 11000 |
Color Harmonies of #4F294B
Complementary color
Monochromatic Colors of #4F294B
Black with #4F294B
Text Example
Text Example
White with #4F294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F294B; }
p { color: rgb(79,41,75); }
H1.HeaderClassName
{
color: #4F294B;
}
.AnyTagClassName
{
color: #4F294B;
}
</style>
background-color css
<style>
a { background-color: #4F294B; }
a { background-color: rgb(79,41,75); }
div.DivClassName
{
background-color: #4F294B;
}
.BgClassName
{
background-color: #4F294B;
}
</style>
border-color css
<style>
span { border-color: #4F294B; }
span { border-color: rgb(79,41,75); }
td.TdClassName
{
border-color: #4F294B;
}
.TagClassName
{
border-color: #4F294B;
}
</style>