Shades of Loulou #493A46
Tints of Loulou #493A46
RGB
CMYK
RGB Variations
Color information
#493A46 (or 0x493A46) is known color: Loulou. HEX triplet: 49, 3A and 46. RGB value is (73,58,70). Sum of RGB (Red+Green+Blue) = 73+58+70=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 73 - color contains mainly: red. Hex color #493A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A46 is #B6C5B9. Grayscale: #3F3F3F. Windows color (decimal): -11978170 or 4602441. OLE color: 4602441.
HSL color Cylindrical-coordinate representation of color #493A46: hue angle of 312º 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 #493A46 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 70 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.71 |
| HSL | 312º | 0.11% | 0.26% | - |
| HSV(B) | 312º | 0.21% | 0.29% | - |
| XYZ | 5.37 | 4.88 | 6.45 | - |
| YUV | 63.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 70 | 0 | 0.21 | 0.04 | 0.71 | 312 | 0.11 | 0.26 |
| Hex | 49 | 3A | 46 | 0 | 15 | 4 | 47 | 138 | B | 1A |
| Octal | 111 | 72 | 106 | 0 | 25 | 4 | 107 | 470 | 13 | 32 |
| Binary | 1001001 | 111010 | 1000110 | 0 | 10101 | 100 | 1000111 | 100111000 | 1011 | 11010 |
Color Harmonies of #493A46
Complementary color
Monochromatic Colors of #493A46
Black with #493A46
Text Example
Text Example
White with #493A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A46; }
p { color: rgb(73,58,70); }
H1.HeaderClassName
{
color: #493A46;
}
.AnyTagClassName
{
color: #493A46;
}
</style>
background-color css
<style>
a { background-color: #493A46; }
a { background-color: rgb(73,58,70); }
div.DivClassName
{
background-color: #493A46;
}
.BgClassName
{
background-color: #493A46;
}
</style>
border-color css
<style>
span { border-color: #493A46; }
span { border-color: rgb(73,58,70); }
td.TdClassName
{
border-color: #493A46;
}
.TagClassName
{
border-color: #493A46;
}
</style>