Shades of Loulou #4B1848
Tints of Loulou #4B1848
RGB
CMYK
RGB Variations
Color information
#4B1848 (or 0x4B1848) is known color: Loulou. HEX triplet: 4B, 18 and 48. RGB value is (75,24,72). Sum of RGB (Red+Green+Blue) = 75+24+72=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1848 is #B4E7B7. Grayscale: #2C2C2C. Windows color (decimal): -11855800 or 4724811. OLE color: 4724811.
HSL color Cylindrical-coordinate representation of color #4B1848: hue angle of 303.53º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B1848 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 24 | 72 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.71 |
| HSL | 303.53º | 0.52% | 0.19% | - |
| HSV(B) | 303.53º | 0.68% | 0.29% | - |
| XYZ | 4.4 | 2.62 | 6.4 | - |
| YUV | 44.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 72 | 0 | 0.68 | 0.04 | 0.71 | 303.53 | 0.52 | 0.19 |
| Hex | 4B | 18 | 48 | 0 | 44 | 4 | 47 | 130 | 34 | 13 |
| Octal | 113 | 30 | 110 | 0 | 104 | 4 | 107 | 460 | 64 | 23 |
| Binary | 1001011 | 11000 | 1001000 | 0 | 1000100 | 100 | 1000111 | 100110000 | 110100 | 10011 |
Color Harmonies of #4B1848
Complementary color
Monochromatic Colors of #4B1848
Black with #4B1848
Text Example
Text Example
White with #4B1848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1848; }
p { color: rgb(75,24,72); }
H1.HeaderClassName
{
color: #4B1848;
}
.AnyTagClassName
{
color: #4B1848;
}
</style>
background-color css
<style>
a { background-color: #4B1848; }
a { background-color: rgb(75,24,72); }
div.DivClassName
{
background-color: #4B1848;
}
.BgClassName
{
background-color: #4B1848;
}
</style>
border-color css
<style>
span { border-color: #4B1848; }
span { border-color: rgb(75,24,72); }
td.TdClassName
{
border-color: #4B1848;
}
.TagClassName
{
border-color: #4B1848;
}
</style>