Shades of Loulou #4D2246
Tints of Loulou #4D2246
RGB
CMYK
RGB Variations
Color information
#4D2246 (or 0x4D2246) is known color: Loulou. HEX triplet: 4D, 22 and 46. RGB value is (77,34,70). Sum of RGB (Red+Green+Blue) = 77+34+70=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2246 is #B2DDB9. Grayscale: #323232. Windows color (decimal): -11722170 or 4596301. OLE color: 4596301.
HSL color Cylindrical-coordinate representation of color #4D2246: hue angle of 309.77º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2246 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 70 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.70 |
| HSL | 309.77º | 0.39% | 0.22% | - |
| HSV(B) | 309.77º | 0.56% | 0.3% | - |
| XYZ | 4.74 | 3.16 | 6.16 | - |
| YUV | 50.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 70 | 0 | 0.56 | 0.09 | 0.70 | 309.77 | 0.39 | 0.22 |
| Hex | 4D | 22 | 46 | 0 | 38 | 9 | 46 | 136 | 27 | 16 |
| Octal | 115 | 42 | 106 | 0 | 70 | 11 | 106 | 466 | 47 | 26 |
| Binary | 1001101 | 100010 | 1000110 | 0 | 111000 | 1001 | 1000110 | 100110110 | 100111 | 10110 |
Color Harmonies of #4D2246
Complementary color
Monochromatic Colors of #4D2246
Black with #4D2246
Text Example
Text Example
White with #4D2246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2246; }
p { color: rgb(77,34,70); }
H1.HeaderClassName
{
color: #4D2246;
}
.AnyTagClassName
{
color: #4D2246;
}
</style>
background-color css
<style>
a { background-color: #4D2246; }
a { background-color: rgb(77,34,70); }
div.DivClassName
{
background-color: #4D2246;
}
.BgClassName
{
background-color: #4D2246;
}
</style>
border-color css
<style>
span { border-color: #4D2246; }
span { border-color: rgb(77,34,70); }
td.TdClassName
{
border-color: #4D2246;
}
.TagClassName
{
border-color: #4D2246;
}
</style>