Shades of Loulou #4D1A46
Tints of Loulou #4D1A46
RGB
CMYK
RGB Variations
Color information
#4D1A46 (or 0x4D1A46) is known color: Loulou. HEX triplet: 4D, 1A and 46. RGB value is (77,26,70). Sum of RGB (Red+Green+Blue) = 77+26+70=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A46 is #B2E5B9. Grayscale: #2E2E2E. Windows color (decimal): -11724218 or 4594253. OLE color: 4594253.
HSL color Cylindrical-coordinate representation of color #4D1A46: hue angle of 308.24º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D1A46 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 26 | 70 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.70 |
| HSL | 308.24º | 0.5% | 0.2% | - |
| HSV(B) | 308.24º | 0.66% | 0.3% | - |
| XYZ | 4.54 | 2.76 | 6.09 | - |
| YUV | 46.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 70 | 0 | 0.66 | 0.09 | 0.70 | 308.24 | 0.5 | 0.2 |
| Hex | 4D | 1A | 46 | 0 | 42 | 9 | 46 | 134 | 32 | 14 |
| Octal | 115 | 32 | 106 | 0 | 102 | 11 | 106 | 464 | 62 | 24 |
| Binary | 1001101 | 11010 | 1000110 | 0 | 1000010 | 1001 | 1000110 | 100110100 | 110010 | 10100 |
Color Harmonies of #4D1A46
Complementary color
Monochromatic Colors of #4D1A46
Black with #4D1A46
Text Example
Text Example
White with #4D1A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A46; }
p { color: rgb(77,26,70); }
H1.HeaderClassName
{
color: #4D1A46;
}
.AnyTagClassName
{
color: #4D1A46;
}
</style>
background-color css
<style>
a { background-color: #4D1A46; }
a { background-color: rgb(77,26,70); }
div.DivClassName
{
background-color: #4D1A46;
}
.BgClassName
{
background-color: #4D1A46;
}
</style>
border-color css
<style>
span { border-color: #4D1A46; }
span { border-color: rgb(77,26,70); }
td.TdClassName
{
border-color: #4D1A46;
}
.TagClassName
{
border-color: #4D1A46;
}
</style>