Shades of Loulou #4A2445
Tints of Loulou #4A2445
RGB
CMYK
RGB Variations
Color information
#4A2445 (or 0x4A2445) is known color: Loulou. HEX triplet: 4A, 24 and 45. RGB value is (74,36,69). Sum of RGB (Red+Green+Blue) = 74+36+69=179 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.34% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2445 is #B5DBBA. Grayscale: #333333. Windows color (decimal): -11918267 or 4531274. OLE color: 4531274.
HSL color Cylindrical-coordinate representation of color #4A2445: hue angle of 307.89º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A2445 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 36 | 69 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.71 |
| HSL | 307.89º | 0.35% | 0.22% | - |
| HSV(B) | 307.89º | 0.51% | 0.29% | - |
| XYZ | 4.53 | 3.15 | 6 | - |
| YUV | 51.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 69 | 0 | 0.51 | 0.07 | 0.71 | 307.89 | 0.35 | 0.22 |
| Hex | 4A | 24 | 45 | 0 | 33 | 7 | 47 | 134 | 23 | 16 |
| Octal | 112 | 44 | 105 | 0 | 63 | 7 | 107 | 464 | 43 | 26 |
| Binary | 1001010 | 100100 | 1000101 | 0 | 110011 | 111 | 1000111 | 100110100 | 100011 | 10110 |
Color Harmonies of #4A2445
Complementary color
Monochromatic Colors of #4A2445
Black with #4A2445
Text Example
Text Example
White with #4A2445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2445; }
p { color: rgb(74,36,69); }
H1.HeaderClassName
{
color: #4A2445;
}
.AnyTagClassName
{
color: #4A2445;
}
</style>
background-color css
<style>
a { background-color: #4A2445; }
a { background-color: rgb(74,36,69); }
div.DivClassName
{
background-color: #4A2445;
}
.BgClassName
{
background-color: #4A2445;
}
</style>
border-color css
<style>
span { border-color: #4A2445; }
span { border-color: rgb(74,36,69); }
td.TdClassName
{
border-color: #4A2445;
}
.TagClassName
{
border-color: #4A2445;
}
</style>