Shades of Loulou #4A3849
Tints of Loulou #4A3849
RGB
CMYK
RGB Variations
Color information
#4A3849 (or 0x4A3849) is known color: Loulou. HEX triplet: 4A, 38 and 49. RGB value is (74,56,73). Sum of RGB (Red+Green+Blue) = 74+56+73=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3849 is #B5C7B6. Grayscale: #3F3F3F. Windows color (decimal): -11913143 or 4798538. OLE color: 4798538.
HSL color Cylindrical-coordinate representation of color #4A3849: hue angle of 303.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A3849 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 56 | 73 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.71 |
| HSL | 303.33º | 0.14% | 0.25% | - |
| HSV(B) | 303.33º | 0.24% | 0.29% | - |
| XYZ | 5.44 | 4.77 | 6.94 | - |
| YUV | 63.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 73 | 0 | 0.24 | 0.01 | 0.71 | 303.33 | 0.14 | 0.25 |
| Hex | 4A | 38 | 49 | 0 | 18 | 1 | 47 | 12F | E | 19 |
| Octal | 112 | 70 | 111 | 0 | 30 | 1 | 107 | 457 | 16 | 31 |
| Binary | 1001010 | 111000 | 1001001 | 0 | 11000 | 1 | 1000111 | 100101111 | 1110 | 11001 |
Color Harmonies of #4A3849
Complementary color
Monochromatic Colors of #4A3849
Black with #4A3849
Text Example
Text Example
White with #4A3849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3849; }
p { color: rgb(74,56,73); }
H1.HeaderClassName
{
color: #4A3849;
}
.AnyTagClassName
{
color: #4A3849;
}
</style>
background-color css
<style>
a { background-color: #4A3849; }
a { background-color: rgb(74,56,73); }
div.DivClassName
{
background-color: #4A3849;
}
.BgClassName
{
background-color: #4A3849;
}
</style>
border-color css
<style>
span { border-color: #4A3849; }
span { border-color: rgb(74,56,73); }
td.TdClassName
{
border-color: #4A3849;
}
.TagClassName
{
border-color: #4A3849;
}
</style>