Shades of Loulou #4F294D
Tints of Loulou #4F294D
RGB
CMYK
RGB Variations
Color information
#4F294D (or 0x4F294D) is known color: Loulou. HEX triplet: 4F, 29 and 4D. RGB value is (79,41,77). Sum of RGB (Red+Green+Blue) = 79+41+77=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 79 - color contains mainly: red. Hex color #4F294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F294D is #B0D6B2. Grayscale: #383838. Windows color (decimal): -11589299 or 5056847. OLE color: 5056847.
HSL color Cylindrical-coordinate representation of color #4F294D: hue angle of 303.16º 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 #4F294D is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
RGB | 79 | 41 | 77 | - |
CMYK | 0 | 0.48 | 0.03 | 0.69 |
HSL | 303.16º | 0.32% | 0.24% | - |
HSV(B) | 303.16º | 0.48% | 0.31% | - |
XYZ | 5.36 | 3.78 | 7.47 | - |
YUV | 56.47 | 139.59 | 144.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 79 | 41 | 77 | 0 | 0.48 | 0.03 | 0.69 | 303.16 | 0.32 | 0.24 |
Hex | 4F | 29 | 4D | 0 | 30 | 3 | 45 | 12F | 20 | 18 |
Octal | 117 | 51 | 115 | 0 | 60 | 3 | 105 | 457 | 40 | 30 |
Binary | 1001111 | 101001 | 1001101 | 0 | 110000 | 11 | 1000101 | 100101111 | 100000 | 11000 |
Color Harmonies of #4F294D
Complementary color
Monochromatic Colors of #4F294D
Black with #4F294D
Text Example
Text Example
White with #4F294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F294D; }
p { color: rgb(79,41,77); }
H1.HeaderClassName
{
color: #4F294D;
}
.AnyTagClassName
{
color: #4F294D;
}
</style>
background-color css
<style>
a { background-color: #4F294D; }
a { background-color: rgb(79,41,77); }
div.DivClassName
{
background-color: #4F294D;
}
.BgClassName
{
background-color: #4F294D;
}
</style>
border-color css
<style>
span { border-color: #4F294D; }
span { border-color: rgb(79,41,77); }
td.TdClassName
{
border-color: #4F294D;
}
.TagClassName
{
border-color: #4F294D;
}
</style>