Shades of Loulou #4D2046
Tints of Loulou #4D2046
RGB
CMYK
RGB Variations
Color information
#4D2046 (or 0x4D2046) is known color: Loulou. HEX triplet: 4D, 20 and 46. RGB value is (77,32,70). Sum of RGB (Red+Green+Blue) = 77+32+70=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2046 is #B2DFB9. Grayscale: #313131. Windows color (decimal): -11722682 or 4595789. OLE color: 4595789.
HSL color Cylindrical-coordinate representation of color #4D2046: hue angle of 309.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D2046 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 32 | 70 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.70 |
| HSL | 309.33º | 0.41% | 0.21% | - |
| HSV(B) | 309.33º | 0.58% | 0.3% | - |
| XYZ | 4.68 | 3.05 | 6.14 | - |
| YUV | 49.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 70 | 0 | 0.58 | 0.09 | 0.70 | 309.33 | 0.41 | 0.21 |
| Hex | 4D | 20 | 46 | 0 | 3A | 9 | 46 | 135 | 29 | 15 |
| Octal | 115 | 40 | 106 | 0 | 72 | 11 | 106 | 465 | 51 | 25 |
| Binary | 1001101 | 100000 | 1000110 | 0 | 111010 | 1001 | 1000110 | 100110101 | 101001 | 10101 |
Color Harmonies of #4D2046
Complementary color
Monochromatic Colors of #4D2046
Black with #4D2046
Text Example
Text Example
White with #4D2046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2046; }
p { color: rgb(77,32,70); }
H1.HeaderClassName
{
color: #4D2046;
}
.AnyTagClassName
{
color: #4D2046;
}
</style>
background-color css
<style>
a { background-color: #4D2046; }
a { background-color: rgb(77,32,70); }
div.DivClassName
{
background-color: #4D2046;
}
.BgClassName
{
background-color: #4D2046;
}
</style>
border-color css
<style>
span { border-color: #4D2046; }
span { border-color: rgb(77,32,70); }
td.TdClassName
{
border-color: #4D2046;
}
.TagClassName
{
border-color: #4D2046;
}
</style>