Shades of Loulou #4D264A
Tints of Loulou #4D264A
RGB
CMYK
RGB Variations
Color information
#4D264A (or 0x4D264A) is known color: Loulou. HEX triplet: 4D, 26 and 4A. RGB value is (77,38,74). Sum of RGB (Red+Green+Blue) = 77+38+74=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 77 - color contains mainly: red. Hex color #4D264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D264A is #B2D9B5. Grayscale: #353535. Windows color (decimal): -11721142 or 4859469. OLE color: 4859469.
HSL color Cylindrical-coordinate representation of color #4D264A: hue angle of 304.62º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D264A is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 38 | 74 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.70 |
| HSL | 304.62º | 0.34% | 0.23% | - |
| HSV(B) | 304.62º | 0.51% | 0.3% | - |
| XYZ | 4.99 | 3.46 | 6.88 | - |
| YUV | 53.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 74 | 0 | 0.51 | 0.04 | 0.70 | 304.62 | 0.34 | 0.23 |
| Hex | 4D | 26 | 4A | 0 | 33 | 4 | 46 | 131 | 22 | 17 |
| Octal | 115 | 46 | 112 | 0 | 63 | 4 | 106 | 461 | 42 | 27 |
| Binary | 1001101 | 100110 | 1001010 | 0 | 110011 | 100 | 1000110 | 100110001 | 100010 | 10111 |
Color Harmonies of #4D264A
Complementary color
Monochromatic Colors of #4D264A
Black with #4D264A
Text Example
Text Example
White with #4D264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D264A; }
p { color: rgb(77,38,74); }
H1.HeaderClassName
{
color: #4D264A;
}
.AnyTagClassName
{
color: #4D264A;
}
</style>
background-color css
<style>
a { background-color: #4D264A; }
a { background-color: rgb(77,38,74); }
div.DivClassName
{
background-color: #4D264A;
}
.BgClassName
{
background-color: #4D264A;
}
</style>
border-color css
<style>
span { border-color: #4D264A; }
span { border-color: rgb(77,38,74); }
td.TdClassName
{
border-color: #4D264A;
}
.TagClassName
{
border-color: #4D264A;
}
</style>