Shades of Loulou #4D2D46
Tints of Loulou #4D2D46
RGB
CMYK
RGB Variations
Color information
#4D2D46 (or 0x4D2D46) is known color: Loulou. HEX triplet: 4D, 2D and 46. RGB value is (77,45,70). Sum of RGB (Red+Green+Blue) = 77+45+70=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2D46 is #B2D2B9. Grayscale: #393939. Windows color (decimal): -11719354 or 4599117. OLE color: 4599117.
HSL color Cylindrical-coordinate representation of color #4D2D46: hue angle of 313.12º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D2D46 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 45 | 70 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.70 |
| HSL | 313.13º | 0.26% | 0.24% | - |
| HSV(B) | 313.13º | 0.42% | 0.3% | - |
| XYZ | 5.1 | 3.9 | 6.28 | - |
| YUV | 57.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 45 | 70 | 0 | 0.42 | 0.09 | 0.70 | 313.13 | 0.26 | 0.24 |
| Hex | 4D | 2D | 46 | 0 | 2A | 9 | 46 | 139 | 1A | 18 |
| Octal | 115 | 55 | 106 | 0 | 52 | 11 | 106 | 471 | 32 | 30 |
| Binary | 1001101 | 101101 | 1000110 | 0 | 101010 | 1001 | 1000110 | 100111001 | 11010 | 11000 |
Color Harmonies of #4D2D46
Complementary color
Monochromatic Colors of #4D2D46
Black with #4D2D46
Text Example
Text Example
White with #4D2D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2D46; }
p { color: rgb(77,45,70); }
H1.HeaderClassName
{
color: #4D2D46;
}
.AnyTagClassName
{
color: #4D2D46;
}
</style>
background-color css
<style>
a { background-color: #4D2D46; }
a { background-color: rgb(77,45,70); }
div.DivClassName
{
background-color: #4D2D46;
}
.BgClassName
{
background-color: #4D2D46;
}
</style>
border-color css
<style>
span { border-color: #4D2D46; }
span { border-color: rgb(77,45,70); }
td.TdClassName
{
border-color: #4D2D46;
}
.TagClassName
{
border-color: #4D2D46;
}
</style>