Shades of Loulou #4C274A
Tints of Loulou #4C274A
RGB
CMYK
RGB Variations
Color information
#4C274A (or 0x4C274A) is known color: Loulou. HEX triplet: 4C, 27 and 4A. RGB value is (76,39,74). Sum of RGB (Red+Green+Blue) = 76+39+74=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 76 - color contains mainly: red. Hex color #4C274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C274A is #B3D8B5. Grayscale: #353535. Windows color (decimal): -11786422 or 4859724. OLE color: 4859724.
HSL color Cylindrical-coordinate representation of color #4C274A: hue angle of 303.24º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C274A is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 39 | 74 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.70 |
| HSL | 303.24º | 0.32% | 0.23% | - |
| HSV(B) | 303.24º | 0.49% | 0.3% | - |
| XYZ | 4.94 | 3.48 | 6.89 | - |
| YUV | 54.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 74 | 0 | 0.49 | 0.03 | 0.70 | 303.24 | 0.32 | 0.23 |
| Hex | 4C | 27 | 4A | 0 | 31 | 3 | 46 | 12F | 20 | 17 |
| Octal | 114 | 47 | 112 | 0 | 61 | 3 | 106 | 457 | 40 | 27 |
| Binary | 1001100 | 100111 | 1001010 | 0 | 110001 | 11 | 1000110 | 100101111 | 100000 | 10111 |
Color Harmonies of #4C274A
Complementary color
Monochromatic Colors of #4C274A
Black with #4C274A
Text Example
Text Example
White with #4C274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C274A; }
p { color: rgb(76,39,74); }
H1.HeaderClassName
{
color: #4C274A;
}
.AnyTagClassName
{
color: #4C274A;
}
</style>
background-color css
<style>
a { background-color: #4C274A; }
a { background-color: rgb(76,39,74); }
div.DivClassName
{
background-color: #4C274A;
}
.BgClassName
{
background-color: #4C274A;
}
</style>
border-color css
<style>
span { border-color: #4C274A; }
span { border-color: rgb(76,39,74); }
td.TdClassName
{
border-color: #4C274A;
}
.TagClassName
{
border-color: #4C274A;
}
</style>