Shades of Loulou #4E334B
Tints of Loulou #4E334B
RGB
CMYK
RGB Variations
Color information
#4E334B (or 0x4E334B) is known color: Loulou. HEX triplet: 4E, 33 and 4B. RGB value is (78,51,75). Sum of RGB (Red+Green+Blue) = 78+51+75=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 78 - color contains mainly: red. Hex color #4E334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E334B is #B1CCB4. Grayscale: #3D3D3D. Windows color (decimal): -11652277 or 4928334. OLE color: 4928334.
HSL color Cylindrical-coordinate representation of color #4E334B: hue angle of 306.67º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E334B is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 51 | 75 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.69 |
| HSL | 306.67º | 0.21% | 0.25% | - |
| HSV(B) | 306.67º | 0.35% | 0.31% | - |
| XYZ | 5.6 | 4.5 | 7.23 | - |
| YUV | 61.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 75 | 0 | 0.35 | 0.04 | 0.69 | 306.67 | 0.21 | 0.25 |
| Hex | 4E | 33 | 4B | 0 | 23 | 4 | 45 | 133 | 15 | 19 |
| Octal | 116 | 63 | 113 | 0 | 43 | 4 | 105 | 463 | 25 | 31 |
| Binary | 1001110 | 110011 | 1001011 | 0 | 100011 | 100 | 1000101 | 100110011 | 10101 | 11001 |
Color Harmonies of #4E334B
Complementary color
Monochromatic Colors of #4E334B
Black with #4E334B
Text Example
Text Example
White with #4E334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E334B; }
p { color: rgb(78,51,75); }
H1.HeaderClassName
{
color: #4E334B;
}
.AnyTagClassName
{
color: #4E334B;
}
</style>
background-color css
<style>
a { background-color: #4E334B; }
a { background-color: rgb(78,51,75); }
div.DivClassName
{
background-color: #4E334B;
}
.BgClassName
{
background-color: #4E334B;
}
</style>
border-color css
<style>
span { border-color: #4E334B; }
span { border-color: rgb(78,51,75); }
td.TdClassName
{
border-color: #4E334B;
}
.TagClassName
{
border-color: #4E334B;
}
</style>