Shades of Loulou #4C1348
Tints of Loulou #4C1348
RGB
CMYK
RGB Variations
Color information
#4C1348 (or 0x4C1348) is known color: Loulou. HEX triplet: 4C, 13 and 48. RGB value is (76,19,72). Sum of RGB (Red+Green+Blue) = 76+19+72=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1348 is #B3ECB7. Grayscale: #292929. Windows color (decimal): -11791544 or 4723532. OLE color: 4723532.
HSL color Cylindrical-coordinate representation of color #4C1348: hue angle of 304.21º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C1348 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 19 | 72 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.70 |
| HSL | 304.21º | 0.6% | 0.19% | - |
| HSV(B) | 304.21º | 0.75% | 0.3% | - |
| XYZ | 4.38 | 2.47 | 6.38 | - |
| YUV | 42.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 19 | 72 | 0 | 0.75 | 0.05 | 0.70 | 304.21 | 0.6 | 0.19 |
| Hex | 4C | 13 | 48 | 0 | 4B | 5 | 46 | 130 | 3C | 13 |
| Octal | 114 | 23 | 110 | 0 | 113 | 5 | 106 | 460 | 74 | 23 |
| Binary | 1001100 | 10011 | 1001000 | 0 | 1001011 | 101 | 1000110 | 100110000 | 111100 | 10011 |
Color Harmonies of #4C1348
Complementary color
Monochromatic Colors of #4C1348
Black with #4C1348
Text Example
Text Example
White with #4C1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1348; }
p { color: rgb(76,19,72); }
H1.HeaderClassName
{
color: #4C1348;
}
.AnyTagClassName
{
color: #4C1348;
}
</style>
background-color css
<style>
a { background-color: #4C1348; }
a { background-color: rgb(76,19,72); }
div.DivClassName
{
background-color: #4C1348;
}
.BgClassName
{
background-color: #4C1348;
}
</style>
border-color css
<style>
span { border-color: #4C1348; }
span { border-color: rgb(76,19,72); }
td.TdClassName
{
border-color: #4C1348;
}
.TagClassName
{
border-color: #4C1348;
}
</style>