Shades of Loulou #4A2D46
Tints of Loulou #4A2D46
RGB
CMYK
RGB Variations
Color information
#4A2D46 (or 0x4A2D46) is known color: Loulou. HEX triplet: 4A, 2D and 46. RGB value is (74,45,70). Sum of RGB (Red+Green+Blue) = 74+45+70=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2D46 is #B5D2B9. Grayscale: #383838. Windows color (decimal): -11915962 or 4599114. OLE color: 4599114.
HSL color Cylindrical-coordinate representation of color #4A2D46: hue angle of 308.28º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A2D46 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 45 | 70 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.71 |
| HSL | 308.28º | 0.24% | 0.23% | - |
| HSV(B) | 308.28º | 0.39% | 0.29% | - |
| XYZ | 4.87 | 3.77 | 6.27 | - |
| YUV | 56.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 70 | 0 | 0.39 | 0.05 | 0.71 | 308.28 | 0.24 | 0.23 |
| Hex | 4A | 2D | 46 | 0 | 27 | 5 | 47 | 134 | 18 | 17 |
| Octal | 112 | 55 | 106 | 0 | 47 | 5 | 107 | 464 | 30 | 27 |
| Binary | 1001010 | 101101 | 1000110 | 0 | 100111 | 101 | 1000111 | 100110100 | 11000 | 10111 |
Color Harmonies of #4A2D46
Complementary color
Monochromatic Colors of #4A2D46
Black with #4A2D46
Text Example
Text Example
White with #4A2D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2D46; }
p { color: rgb(74,45,70); }
H1.HeaderClassName
{
color: #4A2D46;
}
.AnyTagClassName
{
color: #4A2D46;
}
</style>
background-color css
<style>
a { background-color: #4A2D46; }
a { background-color: rgb(74,45,70); }
div.DivClassName
{
background-color: #4A2D46;
}
.BgClassName
{
background-color: #4A2D46;
}
</style>
border-color css
<style>
span { border-color: #4A2D46; }
span { border-color: rgb(74,45,70); }
td.TdClassName
{
border-color: #4A2D46;
}
.TagClassName
{
border-color: #4A2D46;
}
</style>