Shades of Loulou #4A2546
Tints of Loulou #4A2546
RGB
CMYK
RGB Variations
Color information
#4A2546 (or 0x4A2546) is known color: Loulou. HEX triplet: 4A, 25 and 46. RGB value is (74,37,70). Sum of RGB (Red+Green+Blue) = 74+37+70=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2546 is #B5DAB9. Grayscale: #333333. Windows color (decimal): -11918010 or 4597066. OLE color: 4597066.
HSL color Cylindrical-coordinate representation of color #4A2546: hue angle of 306.49º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A2546 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 37 | 70 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.71 |
| HSL | 306.49º | 0.33% | 0.22% | - |
| HSV(B) | 306.49º | 0.5% | 0.29% | - |
| XYZ | 4.59 | 3.22 | 6.17 | - |
| YUV | 51.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 70 | 0 | 0.50 | 0.05 | 0.71 | 306.49 | 0.33 | 0.22 |
| Hex | 4A | 25 | 46 | 0 | 32 | 5 | 47 | 132 | 21 | 16 |
| Octal | 112 | 45 | 106 | 0 | 62 | 5 | 107 | 462 | 41 | 26 |
| Binary | 1001010 | 100101 | 1000110 | 0 | 110010 | 101 | 1000111 | 100110010 | 100001 | 10110 |
Color Harmonies of #4A2546
Complementary color
Monochromatic Colors of #4A2546
Black with #4A2546
Text Example
Text Example
White with #4A2546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2546; }
p { color: rgb(74,37,70); }
H1.HeaderClassName
{
color: #4A2546;
}
.AnyTagClassName
{
color: #4A2546;
}
</style>
background-color css
<style>
a { background-color: #4A2546; }
a { background-color: rgb(74,37,70); }
div.DivClassName
{
background-color: #4A2546;
}
.BgClassName
{
background-color: #4A2546;
}
</style>
border-color css
<style>
span { border-color: #4A2546; }
span { border-color: rgb(74,37,70); }
td.TdClassName
{
border-color: #4A2546;
}
.TagClassName
{
border-color: #4A2546;
}
</style>