Shades of Loulou #4D1946
Tints of Loulou #4D1946
RGB
CMYK
RGB Variations
Color information
#4D1946 (or 0x4D1946) is known color: Loulou. HEX triplet: 4D, 19 and 46. RGB value is (77,25,70). Sum of RGB (Red+Green+Blue) = 77+25+70=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1946 is #B2E6B9. Grayscale: #2D2D2D. Windows color (decimal): -11724474 or 4593997. OLE color: 4593997.
HSL color Cylindrical-coordinate representation of color #4D1946: hue angle of 308.08º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D1946 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 70 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.70 |
| HSL | 308.08º | 0.51% | 0.2% | - |
| HSV(B) | 308.08º | 0.68% | 0.3% | - |
| XYZ | 4.51 | 2.72 | 6.08 | - |
| YUV | 45.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 70 | 0 | 0.68 | 0.09 | 0.70 | 308.08 | 0.51 | 0.2 |
| Hex | 4D | 19 | 46 | 0 | 44 | 9 | 46 | 134 | 33 | 14 |
| Octal | 115 | 31 | 106 | 0 | 104 | 11 | 106 | 464 | 63 | 24 |
| Binary | 1001101 | 11001 | 1000110 | 0 | 1000100 | 1001 | 1000110 | 100110100 | 110011 | 10100 |
Color Harmonies of #4D1946
Complementary color
Monochromatic Colors of #4D1946
Black with #4D1946
Text Example
Text Example
White with #4D1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1946; }
p { color: rgb(77,25,70); }
H1.HeaderClassName
{
color: #4D1946;
}
.AnyTagClassName
{
color: #4D1946;
}
</style>
background-color css
<style>
a { background-color: #4D1946; }
a { background-color: rgb(77,25,70); }
div.DivClassName
{
background-color: #4D1946;
}
.BgClassName
{
background-color: #4D1946;
}
</style>
border-color css
<style>
span { border-color: #4D1946; }
span { border-color: rgb(77,25,70); }
td.TdClassName
{
border-color: #4D1946;
}
.TagClassName
{
border-color: #4D1946;
}
</style>