Shades of Loulou #4D254A
Tints of Loulou #4D254A
RGB
CMYK
RGB Variations
Color information
#4D254A (or 0x4D254A) is known color: Loulou. HEX triplet: 4D, 25 and 4A. RGB value is (77,37,74). Sum of RGB (Red+Green+Blue) = 77+37+74=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D254A is #B2DAB5. Grayscale: #353535. Windows color (decimal): -11721398 or 4859213. OLE color: 4859213.
HSL color Cylindrical-coordinate representation of color #4D254A: hue angle of 304.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D254A is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 37 | 74 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.70 |
| HSL | 304.5º | 0.35% | 0.22% | - |
| HSV(B) | 304.5º | 0.52% | 0.3% | - |
| XYZ | 4.96 | 3.4 | 6.87 | - |
| YUV | 53.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 74 | 0 | 0.52 | 0.04 | 0.70 | 304.5 | 0.35 | 0.22 |
| Hex | 4D | 25 | 4A | 0 | 34 | 4 | 46 | 130 | 23 | 16 |
| Octal | 115 | 45 | 112 | 0 | 64 | 4 | 106 | 460 | 43 | 26 |
| Binary | 1001101 | 100101 | 1001010 | 0 | 110100 | 100 | 1000110 | 100110000 | 100011 | 10110 |
Color Harmonies of #4D254A
Complementary color
Monochromatic Colors of #4D254A
Black with #4D254A
Text Example
Text Example
White with #4D254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D254A; }
p { color: rgb(77,37,74); }
H1.HeaderClassName
{
color: #4D254A;
}
.AnyTagClassName
{
color: #4D254A;
}
</style>
background-color css
<style>
a { background-color: #4D254A; }
a { background-color: rgb(77,37,74); }
div.DivClassName
{
background-color: #4D254A;
}
.BgClassName
{
background-color: #4D254A;
}
</style>
border-color css
<style>
span { border-color: #4D254A; }
span { border-color: rgb(77,37,74); }
td.TdClassName
{
border-color: #4D254A;
}
.TagClassName
{
border-color: #4D254A;
}
</style>