Shades of Loulou #491E46
Tints of Loulou #491E46
RGB
CMYK
RGB Variations
Color information
#491E46 (or 0x491E46) is known color: Loulou. HEX triplet: 49, 1E and 46. RGB value is (73,30,70). Sum of RGB (Red+Green+Blue) = 73+30+70=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #491E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E46 is #B6E1B9. Grayscale: #2F2F2F. Windows color (decimal): -11985338 or 4595273. OLE color: 4595273.
HSL color Cylindrical-coordinate representation of color #491E46: hue angle of 304.19º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #491E46 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 30 | 70 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.71 |
| HSL | 304.19º | 0.42% | 0.2% | - |
| HSV(B) | 304.19º | 0.59% | 0.29% | - |
| XYZ | 4.32 | 2.79 | 6.1 | - |
| YUV | 47.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 70 | 0 | 0.59 | 0.04 | 0.71 | 304.19 | 0.42 | 0.2 |
| Hex | 49 | 1E | 46 | 0 | 3B | 4 | 47 | 130 | 2A | 14 |
| Octal | 111 | 36 | 106 | 0 | 73 | 4 | 107 | 460 | 52 | 24 |
| Binary | 1001001 | 11110 | 1000110 | 0 | 111011 | 100 | 1000111 | 100110000 | 101010 | 10100 |
Color Harmonies of #491E46
Complementary color
Monochromatic Colors of #491E46
Black with #491E46
Text Example
Text Example
White with #491E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E46; }
p { color: rgb(73,30,70); }
H1.HeaderClassName
{
color: #491E46;
}
.AnyTagClassName
{
color: #491E46;
}
</style>
background-color css
<style>
a { background-color: #491E46; }
a { background-color: rgb(73,30,70); }
div.DivClassName
{
background-color: #491E46;
}
.BgClassName
{
background-color: #491E46;
}
</style>
border-color css
<style>
span { border-color: #491E46; }
span { border-color: rgb(73,30,70); }
td.TdClassName
{
border-color: #491E46;
}
.TagClassName
{
border-color: #491E46;
}
</style>