Shades of Loulou #493444
Tints of Loulou #493444
RGB
CMYK
RGB Variations
Color information
#493444 (or 0x493444) is known color: Loulou. HEX triplet: 49, 34 and 44. RGB value is (73,52,68). Sum of RGB (Red+Green+Blue) = 73+52+68=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 73 - color contains mainly: red. Hex color #493444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493444 is #B6CBBB. Grayscale: #3C3C3C. Windows color (decimal): -11979708 or 4469833. OLE color: 4469833.
HSL color Cylindrical-coordinate representation of color #493444: hue angle of 314.29º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #493444 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 52 | 68 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.71 |
| HSL | 314.29º | 0.17% | 0.25% | - |
| HSV(B) | 314.29º | 0.29% | 0.29% | - |
| XYZ | 5.02 | 4.29 | 6.03 | - |
| YUV | 60.1 | 132.46 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 68 | 0 | 0.29 | 0.07 | 0.71 | 314.29 | 0.17 | 0.25 |
| Hex | 49 | 34 | 44 | 0 | 1D | 7 | 47 | 13A | 11 | 19 |
| Octal | 111 | 64 | 104 | 0 | 35 | 7 | 107 | 472 | 21 | 31 |
| Binary | 1001001 | 110100 | 1000100 | 0 | 11101 | 111 | 1000111 | 100111010 | 10001 | 11001 |
Color Harmonies of #493444
Complementary color
Monochromatic Colors of #493444
Black with #493444
Text Example
Text Example
White with #493444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493444; }
p { color: rgb(73,52,68); }
H1.HeaderClassName
{
color: #493444;
}
.AnyTagClassName
{
color: #493444;
}
</style>
background-color css
<style>
a { background-color: #493444; }
a { background-color: rgb(73,52,68); }
div.DivClassName
{
background-color: #493444;
}
.BgClassName
{
background-color: #493444;
}
</style>
border-color css
<style>
span { border-color: #493444; }
span { border-color: rgb(73,52,68); }
td.TdClassName
{
border-color: #493444;
}
.TagClassName
{
border-color: #493444;
}
</style>