Shades of Loulou #4A1A47
Tints of Loulou #4A1A47
RGB
CMYK
RGB Variations
Color information
#4A1A47 (or 0x4A1A47) is known color: Loulou. HEX triplet: 4A, 1A and 47. RGB value is (74,26,71). Sum of RGB (Red+Green+Blue) = 74+26+71=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1A47 is #B5E5B8. Grayscale: #2D2D2D. Windows color (decimal): -11920825 or 4659786. OLE color: 4659786.
HSL color Cylindrical-coordinate representation of color #4A1A47: hue angle of 303.75º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A1A47 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 26 | 71 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.71 |
| HSL | 303.75º | 0.48% | 0.2% | - |
| HSV(B) | 303.75º | 0.65% | 0.29% | - |
| XYZ | 4.33 | 2.65 | 6.24 | - |
| YUV | 45.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 71 | 0 | 0.65 | 0.04 | 0.71 | 303.75 | 0.48 | 0.2 |
| Hex | 4A | 1A | 47 | 0 | 41 | 4 | 47 | 130 | 30 | 14 |
| Octal | 112 | 32 | 107 | 0 | 101 | 4 | 107 | 460 | 60 | 24 |
| Binary | 1001010 | 11010 | 1000111 | 0 | 1000001 | 100 | 1000111 | 100110000 | 110000 | 10100 |
Color Harmonies of #4A1A47
Complementary color
Monochromatic Colors of #4A1A47
Black with #4A1A47
Text Example
Text Example
White with #4A1A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1A47; }
p { color: rgb(74,26,71); }
H1.HeaderClassName
{
color: #4A1A47;
}
.AnyTagClassName
{
color: #4A1A47;
}
</style>
background-color css
<style>
a { background-color: #4A1A47; }
a { background-color: rgb(74,26,71); }
div.DivClassName
{
background-color: #4A1A47;
}
.BgClassName
{
background-color: #4A1A47;
}
</style>
border-color css
<style>
span { border-color: #4A1A47; }
span { border-color: rgb(74,26,71); }
td.TdClassName
{
border-color: #4A1A47;
}
.TagClassName
{
border-color: #4A1A47;
}
</style>