Shades of Loulou #493A47
Tints of Loulou #493A47
RGB
CMYK
RGB Variations
Color information
#493A47 (or 0x493A47) is known color: Loulou. HEX triplet: 49, 3A and 47. RGB value is (73,58,71). Sum of RGB (Red+Green+Blue) = 73+58+71=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 73 - color contains mainly: red. Hex color #493A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A47 is #B6C5B8. Grayscale: #3F3F3F. Windows color (decimal): -11978169 or 4667977. OLE color: 4667977.
HSL color Cylindrical-coordinate representation of color #493A47: hue angle of 308º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #493A47 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 71 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.71 |
| HSL | 308º | 0.11% | 0.26% | - |
| HSV(B) | 308º | 0.21% | 0.29% | - |
| XYZ | 5.4 | 4.9 | 6.62 | - |
| YUV | 63.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 71 | 0 | 0.21 | 0.03 | 0.71 | 308 | 0.11 | 0.26 |
| Hex | 49 | 3A | 47 | 0 | 15 | 3 | 47 | 134 | B | 1A |
| Octal | 111 | 72 | 107 | 0 | 25 | 3 | 107 | 464 | 13 | 32 |
| Binary | 1001001 | 111010 | 1000111 | 0 | 10101 | 11 | 1000111 | 100110100 | 1011 | 11010 |
Color Harmonies of #493A47
Complementary color
Monochromatic Colors of #493A47
Black with #493A47
Text Example
Text Example
White with #493A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A47; }
p { color: rgb(73,58,71); }
H1.HeaderClassName
{
color: #493A47;
}
.AnyTagClassName
{
color: #493A47;
}
</style>
background-color css
<style>
a { background-color: #493A47; }
a { background-color: rgb(73,58,71); }
div.DivClassName
{
background-color: #493A47;
}
.BgClassName
{
background-color: #493A47;
}
</style>
border-color css
<style>
span { border-color: #493A47; }
span { border-color: rgb(73,58,71); }
td.TdClassName
{
border-color: #493A47;
}
.TagClassName
{
border-color: #493A47;
}
</style>