Shades of Loulou #491A46
Tints of Loulou #491A46
RGB
CMYK
RGB Variations
Color information
#491A46 (or 0x491A46) is known color: Loulou. HEX triplet: 49, 1A and 46. RGB value is (73,26,70). Sum of RGB (Red+Green+Blue) = 73+26+70=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #491A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491A46 is #B6E5B9. Grayscale: #2C2C2C. Windows color (decimal): -11986362 or 4594249. OLE color: 4594249.
HSL color Cylindrical-coordinate representation of color #491A46: hue angle of 303.83º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #491A46 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 26 | 70 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.71 |
| HSL | 303.83º | 0.47% | 0.19% | - |
| HSV(B) | 303.83º | 0.64% | 0.29% | - |
| XYZ | 4.22 | 2.6 | 6.07 | - |
| YUV | 45.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 70 | 0 | 0.64 | 0.04 | 0.71 | 303.83 | 0.47 | 0.19 |
| Hex | 49 | 1A | 46 | 0 | 40 | 4 | 47 | 130 | 2F | 13 |
| Octal | 111 | 32 | 106 | 0 | 100 | 4 | 107 | 460 | 57 | 23 |
| Binary | 1001001 | 11010 | 1000110 | 0 | 1000000 | 100 | 1000111 | 100110000 | 101111 | 10011 |
Color Harmonies of #491A46
Complementary color
Monochromatic Colors of #491A46
Black with #491A46
Text Example
Text Example
White with #491A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491A46; }
p { color: rgb(73,26,70); }
H1.HeaderClassName
{
color: #491A46;
}
.AnyTagClassName
{
color: #491A46;
}
</style>
background-color css
<style>
a { background-color: #491A46; }
a { background-color: rgb(73,26,70); }
div.DivClassName
{
background-color: #491A46;
}
.BgClassName
{
background-color: #491A46;
}
</style>
border-color css
<style>
span { border-color: #491A46; }
span { border-color: rgb(73,26,70); }
td.TdClassName
{
border-color: #491A46;
}
.TagClassName
{
border-color: #491A46;
}
</style>