Shades of Loulou #4D294B
Tints of Loulou #4D294B
RGB
CMYK
RGB Variations
Color information
#4D294B (or 0x4D294B) is known color: Loulou. HEX triplet: 4D, 29 and 4B. RGB value is (77,41,75). Sum of RGB (Red+Green+Blue) = 77+41+75=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 77 - color contains mainly: red. Hex color #4D294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D294B is #B2D6B4. Grayscale: #373737. Windows color (decimal): -11720373 or 4925773. OLE color: 4925773.
HSL color Cylindrical-coordinate representation of color #4D294B: hue angle of 303.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D294B is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 41 | 75 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.70 |
| HSL | 303.33º | 0.31% | 0.23% | - |
| HSV(B) | 303.33º | 0.47% | 0.3% | - |
| XYZ | 5.12 | 3.67 | 7.1 | - |
| YUV | 55.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 75 | 0 | 0.47 | 0.03 | 0.70 | 303.33 | 0.31 | 0.23 |
| Hex | 4D | 29 | 4B | 0 | 2F | 3 | 46 | 12F | 1F | 17 |
| Octal | 115 | 51 | 113 | 0 | 57 | 3 | 106 | 457 | 37 | 27 |
| Binary | 1001101 | 101001 | 1001011 | 0 | 101111 | 11 | 1000110 | 100101111 | 11111 | 10111 |
Color Harmonies of #4D294B
Complementary color
Monochromatic Colors of #4D294B
Black with #4D294B
Text Example
Text Example
White with #4D294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D294B; }
p { color: rgb(77,41,75); }
H1.HeaderClassName
{
color: #4D294B;
}
.AnyTagClassName
{
color: #4D294B;
}
</style>
background-color css
<style>
a { background-color: #4D294B; }
a { background-color: rgb(77,41,75); }
div.DivClassName
{
background-color: #4D294B;
}
.BgClassName
{
background-color: #4D294B;
}
</style>
border-color css
<style>
span { border-color: #4D294B; }
span { border-color: rgb(77,41,75); }
td.TdClassName
{
border-color: #4D294B;
}
.TagClassName
{
border-color: #4D294B;
}
</style>