Shades of Loulou #493448
Tints of Loulou #493448
RGB
CMYK
RGB Variations
Color information
#493448 (or 0x493448) is known color: Loulou. HEX triplet: 49, 34 and 48. RGB value is (73,52,72). Sum of RGB (Red+Green+Blue) = 73+52+72=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 73 - color contains mainly: red. Hex color #493448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493448 is #B6CBB7. Grayscale: #3C3C3C. Windows color (decimal): -11979704 or 4731977. OLE color: 4731977.
HSL color Cylindrical-coordinate representation of color #493448: hue angle of 302.86º 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 #493448 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 52 | 72 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.71 |
| HSL | 302.86º | 0.17% | 0.25% | - |
| HSV(B) | 302.86º | 0.29% | 0.29% | - |
| XYZ | 5.15 | 4.34 | 6.7 | - |
| YUV | 60.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 72 | 0 | 0.29 | 0.01 | 0.71 | 302.86 | 0.17 | 0.25 |
| Hex | 49 | 34 | 48 | 0 | 1D | 1 | 47 | 12F | 11 | 19 |
| Octal | 111 | 64 | 110 | 0 | 35 | 1 | 107 | 457 | 21 | 31 |
| Binary | 1001001 | 110100 | 1001000 | 0 | 11101 | 1 | 1000111 | 100101111 | 10001 | 11001 |
Color Harmonies of #493448
Complementary color
Monochromatic Colors of #493448
Black with #493448
Text Example
Text Example
White with #493448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493448; }
p { color: rgb(73,52,72); }
H1.HeaderClassName
{
color: #493448;
}
.AnyTagClassName
{
color: #493448;
}
</style>
background-color css
<style>
a { background-color: #493448; }
a { background-color: rgb(73,52,72); }
div.DivClassName
{
background-color: #493448;
}
.BgClassName
{
background-color: #493448;
}
</style>
border-color css
<style>
span { border-color: #493448; }
span { border-color: rgb(73,52,72); }
td.TdClassName
{
border-color: #493448;
}
.TagClassName
{
border-color: #493448;
}
</style>