Shades of Loulou #481E46
Tints of Loulou #481E46
RGB
CMYK
RGB Variations
Color information
#481E46 (or 0x481E46) is known color: Loulou. HEX triplet: 48, 1E and 46. RGB value is (72,30,70). Sum of RGB (Red+Green+Blue) = 72+30+70=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #481E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E46 is #B7E1B9. Grayscale: #2F2F2F. Windows color (decimal): -12050874 or 4595272. OLE color: 4595272.
HSL color Cylindrical-coordinate representation of color #481E46: hue angle of 302.86º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E46 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 70 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.72 |
| HSL | 302.86º | 0.41% | 0.2% | - |
| HSV(B) | 302.86º | 0.58% | 0.28% | - |
| XYZ | 4.24 | 2.75 | 6.1 | - |
| YUV | 47.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 70 | 0 | 0.58 | 0.03 | 0.72 | 302.86 | 0.41 | 0.2 |
| Hex | 48 | 1E | 46 | 0 | 3A | 3 | 48 | 12F | 29 | 14 |
| Octal | 110 | 36 | 106 | 0 | 72 | 3 | 110 | 457 | 51 | 24 |
| Binary | 1001000 | 11110 | 1000110 | 0 | 111010 | 11 | 1001000 | 100101111 | 101001 | 10100 |
Color Harmonies of #481E46
Complementary color
Monochromatic Colors of #481E46
Black with #481E46
Text Example
Text Example
White with #481E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E46; }
p { color: rgb(72,30,70); }
H1.HeaderClassName
{
color: #481E46;
}
.AnyTagClassName
{
color: #481E46;
}
</style>
background-color css
<style>
a { background-color: #481E46; }
a { background-color: rgb(72,30,70); }
div.DivClassName
{
background-color: #481E46;
}
.BgClassName
{
background-color: #481E46;
}
</style>
border-color css
<style>
span { border-color: #481E46; }
span { border-color: rgb(72,30,70); }
td.TdClassName
{
border-color: #481E46;
}
.TagClassName
{
border-color: #481E46;
}
</style>