Shades of Loulou #4C1A44
Tints of Loulou #4C1A44
RGB
CMYK
RGB Variations
Color information
#4C1A44 (or 0x4C1A44) is known color: Loulou. HEX triplet: 4C, 1A and 44. RGB value is (76,26,68). Sum of RGB (Red+Green+Blue) = 76+26+68=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1A44 is #B3E5BB. Grayscale: #2D2D2D. Windows color (decimal): -11789756 or 4463180. OLE color: 4463180.
HSL color Cylindrical-coordinate representation of color #4C1A44: hue angle of 309.6º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C1A44 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 26 | 68 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.70 |
| HSL | 309.6º | 0.49% | 0.2% | - |
| HSV(B) | 309.6º | 0.66% | 0.3% | - |
| XYZ | 4.39 | 2.69 | 5.76 | - |
| YUV | 45.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 68 | 0 | 0.66 | 0.11 | 0.70 | 309.6 | 0.49 | 0.2 |
| Hex | 4C | 1A | 44 | 0 | 42 | B | 46 | 136 | 31 | 14 |
| Octal | 114 | 32 | 104 | 0 | 102 | 13 | 106 | 466 | 61 | 24 |
| Binary | 1001100 | 11010 | 1000100 | 0 | 1000010 | 1011 | 1000110 | 100110110 | 110001 | 10100 |
Color Harmonies of #4C1A44
Complementary color
Monochromatic Colors of #4C1A44
Black with #4C1A44
Text Example
Text Example
White with #4C1A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1A44; }
p { color: rgb(76,26,68); }
H1.HeaderClassName
{
color: #4C1A44;
}
.AnyTagClassName
{
color: #4C1A44;
}
</style>
background-color css
<style>
a { background-color: #4C1A44; }
a { background-color: rgb(76,26,68); }
div.DivClassName
{
background-color: #4C1A44;
}
.BgClassName
{
background-color: #4C1A44;
}
</style>
border-color css
<style>
span { border-color: #4C1A44; }
span { border-color: rgb(76,26,68); }
td.TdClassName
{
border-color: #4C1A44;
}
.TagClassName
{
border-color: #4C1A44;
}
</style>