Shades of Loulou #4A2045
Tints of Loulou #4A2045
RGB
CMYK
RGB Variations
Color information
#4A2045 (or 0x4A2045) is known color: Loulou. HEX triplet: 4A, 20 and 45. RGB value is (74,32,69). Sum of RGB (Red+Green+Blue) = 74+32+69=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2045 is #B5DFBA. Grayscale: #303030. Windows color (decimal): -11919291 or 4530250. OLE color: 4530250.
HSL color Cylindrical-coordinate representation of color #4A2045: hue angle of 307.14º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A2045 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 32 | 69 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.71 |
| HSL | 307.14º | 0.4% | 0.21% | - |
| HSV(B) | 307.14º | 0.57% | 0.29% | - |
| XYZ | 4.41 | 2.92 | 5.96 | - |
| YUV | 48.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 69 | 0 | 0.57 | 0.07 | 0.71 | 307.14 | 0.4 | 0.21 |
| Hex | 4A | 20 | 45 | 0 | 39 | 7 | 47 | 133 | 28 | 15 |
| Octal | 112 | 40 | 105 | 0 | 71 | 7 | 107 | 463 | 50 | 25 |
| Binary | 1001010 | 100000 | 1000101 | 0 | 111001 | 111 | 1000111 | 100110011 | 101000 | 10101 |
Color Harmonies of #4A2045
Complementary color
Monochromatic Colors of #4A2045
Black with #4A2045
Text Example
Text Example
White with #4A2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2045; }
p { color: rgb(74,32,69); }
H1.HeaderClassName
{
color: #4A2045;
}
.AnyTagClassName
{
color: #4A2045;
}
</style>
background-color css
<style>
a { background-color: #4A2045; }
a { background-color: rgb(74,32,69); }
div.DivClassName
{
background-color: #4A2045;
}
.BgClassName
{
background-color: #4A2045;
}
</style>
border-color css
<style>
span { border-color: #4A2045; }
span { border-color: rgb(74,32,69); }
td.TdClassName
{
border-color: #4A2045;
}
.TagClassName
{
border-color: #4A2045;
}
</style>