Shades of Loulou #493A45
Tints of Loulou #493A45
RGB
CMYK
RGB Variations
Color information
#493A45 (or 0x493A45) is known color: Loulou. HEX triplet: 49, 3A and 45. RGB value is (73,58,69). Sum of RGB (Red+Green+Blue) = 73+58+69=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 73 - color contains mainly: red. Hex color #493A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A45 is #B6C5BA. Grayscale: #3F3F3F. Windows color (decimal): -11978171 or 4536905. OLE color: 4536905.
HSL color Cylindrical-coordinate representation of color #493A45: hue angle of 316º 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 #493A45 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 69 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.71 |
| HSL | 316º | 0.11% | 0.26% | - |
| HSV(B) | 316º | 0.21% | 0.29% | - |
| XYZ | 5.33 | 4.87 | 6.29 | - |
| YUV | 63.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 69 | 0 | 0.21 | 0.05 | 0.71 | 316 | 0.11 | 0.26 |
| Hex | 49 | 3A | 45 | 0 | 15 | 5 | 47 | 13C | B | 1A |
| Octal | 111 | 72 | 105 | 0 | 25 | 5 | 107 | 474 | 13 | 32 |
| Binary | 1001001 | 111010 | 1000101 | 0 | 10101 | 101 | 1000111 | 100111100 | 1011 | 11010 |
Color Harmonies of #493A45
Complementary color
Monochromatic Colors of #493A45
Black with #493A45
Text Example
Text Example
White with #493A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A45; }
p { color: rgb(73,58,69); }
H1.HeaderClassName
{
color: #493A45;
}
.AnyTagClassName
{
color: #493A45;
}
</style>
background-color css
<style>
a { background-color: #493A45; }
a { background-color: rgb(73,58,69); }
div.DivClassName
{
background-color: #493A45;
}
.BgClassName
{
background-color: #493A45;
}
</style>
border-color css
<style>
span { border-color: #493A45; }
span { border-color: rgb(73,58,69); }
td.TdClassName
{
border-color: #493A45;
}
.TagClassName
{
border-color: #493A45;
}
</style>