Shades of Loulou #4A1D46
Tints of Loulou #4A1D46
RGB
CMYK
RGB Variations
Color information
#4A1D46 (or 0x4A1D46) is known color: Loulou. HEX triplet: 4A, 1D and 46. RGB value is (74,29,70). Sum of RGB (Red+Green+Blue) = 74+29+70=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1D46 is #B5E2B9. Grayscale: #2F2F2F. Windows color (decimal): -11920058 or 4595018. OLE color: 4595018.
HSL color Cylindrical-coordinate representation of color #4A1D46: hue angle of 305.33º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A1D46 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 29 | 70 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.71 |
| HSL | 305.33º | 0.44% | 0.2% | - |
| HSV(B) | 305.33º | 0.61% | 0.29% | - |
| XYZ | 4.37 | 2.78 | 6.1 | - |
| YUV | 47.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 29 | 70 | 0 | 0.61 | 0.05 | 0.71 | 305.33 | 0.44 | 0.2 |
| Hex | 4A | 1D | 46 | 0 | 3D | 5 | 47 | 131 | 2C | 14 |
| Octal | 112 | 35 | 106 | 0 | 75 | 5 | 107 | 461 | 54 | 24 |
| Binary | 1001010 | 11101 | 1000110 | 0 | 111101 | 101 | 1000111 | 100110001 | 101100 | 10100 |
Color Harmonies of #4A1D46
Complementary color
Monochromatic Colors of #4A1D46
Black with #4A1D46
Text Example
Text Example
White with #4A1D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1D46; }
p { color: rgb(74,29,70); }
H1.HeaderClassName
{
color: #4A1D46;
}
.AnyTagClassName
{
color: #4A1D46;
}
</style>
background-color css
<style>
a { background-color: #4A1D46; }
a { background-color: rgb(74,29,70); }
div.DivClassName
{
background-color: #4A1D46;
}
.BgClassName
{
background-color: #4A1D46;
}
</style>
border-color css
<style>
span { border-color: #4A1D46; }
span { border-color: rgb(74,29,70); }
td.TdClassName
{
border-color: #4A1D46;
}
.TagClassName
{
border-color: #4A1D46;
}
</style>