Shades of Loulou #4D1746
Tints of Loulou #4D1746
RGB
CMYK
RGB Variations
Color information
#4D1746 (or 0x4D1746) is known color: Loulou. HEX triplet: 4D, 17 and 46. RGB value is (77,23,70). Sum of RGB (Red+Green+Blue) = 77+23+70=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1746 is #B2E8B9. Grayscale: #2C2C2C. Windows color (decimal): -11724986 or 4593485. OLE color: 4593485.
HSL color Cylindrical-coordinate representation of color #4D1746: hue angle of 307.78º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D1746 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 23 | 70 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.70 |
| HSL | 307.78º | 0.54% | 0.2% | - |
| HSV(B) | 307.78º | 0.7% | 0.3% | - |
| XYZ | 4.47 | 2.63 | 6.07 | - |
| YUV | 44.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 70 | 0 | 0.70 | 0.09 | 0.70 | 307.78 | 0.54 | 0.2 |
| Hex | 4D | 17 | 46 | 0 | 46 | 9 | 46 | 134 | 36 | 14 |
| Octal | 115 | 27 | 106 | 0 | 106 | 11 | 106 | 464 | 66 | 24 |
| Binary | 1001101 | 10111 | 1000110 | 0 | 1000110 | 1001 | 1000110 | 100110100 | 110110 | 10100 |
Color Harmonies of #4D1746
Complementary color
Monochromatic Colors of #4D1746
Black with #4D1746
Text Example
Text Example
White with #4D1746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1746; }
p { color: rgb(77,23,70); }
H1.HeaderClassName
{
color: #4D1746;
}
.AnyTagClassName
{
color: #4D1746;
}
</style>
background-color css
<style>
a { background-color: #4D1746; }
a { background-color: rgb(77,23,70); }
div.DivClassName
{
background-color: #4D1746;
}
.BgClassName
{
background-color: #4D1746;
}
</style>
border-color css
<style>
span { border-color: #4D1746; }
span { border-color: rgb(77,23,70); }
td.TdClassName
{
border-color: #4D1746;
}
.TagClassName
{
border-color: #4D1746;
}
</style>