Shades of Loulou #4C1948
Tints of Loulou #4C1948
RGB
CMYK
RGB Variations
Color information
#4C1948 (or 0x4C1948) is known color: Loulou. HEX triplet: 4C, 19 and 48. RGB value is (76,25,72). Sum of RGB (Red+Green+Blue) = 76+25+72=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1948 is #B3E6B7. Grayscale: #2D2D2D. Windows color (decimal): -11790008 or 4725068. OLE color: 4725068.
HSL color Cylindrical-coordinate representation of color #4C1948: hue angle of 304.71º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C1948 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 72 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.70 |
| HSL | 304.71º | 0.5% | 0.2% | - |
| HSV(B) | 304.71º | 0.67% | 0.3% | - |
| XYZ | 4.5 | 2.7 | 6.41 | - |
| YUV | 45.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 72 | 0 | 0.67 | 0.05 | 0.70 | 304.71 | 0.5 | 0.2 |
| Hex | 4C | 19 | 48 | 0 | 43 | 5 | 46 | 131 | 32 | 14 |
| Octal | 114 | 31 | 110 | 0 | 103 | 5 | 106 | 461 | 62 | 24 |
| Binary | 1001100 | 11001 | 1001000 | 0 | 1000011 | 101 | 1000110 | 100110001 | 110010 | 10100 |
Color Harmonies of #4C1948
Complementary color
Monochromatic Colors of #4C1948
Black with #4C1948
Text Example
Text Example
White with #4C1948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1948; }
p { color: rgb(76,25,72); }
H1.HeaderClassName
{
color: #4C1948;
}
.AnyTagClassName
{
color: #4C1948;
}
</style>
background-color css
<style>
a { background-color: #4C1948; }
a { background-color: rgb(76,25,72); }
div.DivClassName
{
background-color: #4C1948;
}
.BgClassName
{
background-color: #4C1948;
}
</style>
border-color css
<style>
span { border-color: #4C1948; }
span { border-color: rgb(76,25,72); }
td.TdClassName
{
border-color: #4C1948;
}
.TagClassName
{
border-color: #4C1948;
}
</style>