Shades of Loulou #4F294A
Tints of Loulou #4F294A
RGB
CMYK
RGB Variations
Color information
#4F294A (or 0x4F294A) is known color: Loulou. HEX triplet: 4F, 29 and 4A. RGB value is (79,41,74). Sum of RGB (Red+Green+Blue) = 79+41+74=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 79 - color contains mainly: red. Hex color #4F294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F294A is #B0D6B5. Grayscale: #383838. Windows color (decimal): -11589302 or 4860239. OLE color: 4860239.
HSL color Cylindrical-coordinate representation of color #4F294A: hue angle of 307.89º 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 #4F294A is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 41 | 74 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.69 |
| HSL | 307.89º | 0.32% | 0.24% | - |
| HSV(B) | 307.89º | 0.48% | 0.31% | - |
| XYZ | 5.25 | 3.74 | 6.92 | - |
| YUV | 56.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 74 | 0 | 0.48 | 0.06 | 0.69 | 307.89 | 0.32 | 0.24 |
| Hex | 4F | 29 | 4A | 0 | 30 | 6 | 45 | 134 | 20 | 18 |
| Octal | 117 | 51 | 112 | 0 | 60 | 6 | 105 | 464 | 40 | 30 |
| Binary | 1001111 | 101001 | 1001010 | 0 | 110000 | 110 | 1000101 | 100110100 | 100000 | 11000 |
Color Harmonies of #4F294A
Complementary color
Monochromatic Colors of #4F294A
Black with #4F294A
Text Example
Text Example
White with #4F294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F294A; }
p { color: rgb(79,41,74); }
H1.HeaderClassName
{
color: #4F294A;
}
.AnyTagClassName
{
color: #4F294A;
}
</style>
background-color css
<style>
a { background-color: #4F294A; }
a { background-color: rgb(79,41,74); }
div.DivClassName
{
background-color: #4F294A;
}
.BgClassName
{
background-color: #4F294A;
}
</style>
border-color css
<style>
span { border-color: #4F294A; }
span { border-color: rgb(79,41,74); }
td.TdClassName
{
border-color: #4F294A;
}
.TagClassName
{
border-color: #4F294A;
}
</style>