Shades of Loulou #4B394A
Tints of Loulou #4B394A
RGB
CMYK
RGB Variations
Color information
#4B394A (or 0x4B394A) is known color: Loulou. HEX triplet: 4B, 39 and 4A. RGB value is (75,57,74). Sum of RGB (Red+Green+Blue) = 75+57+74=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 75 - color contains mainly: red. Hex color #4B394A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B394A is #B4C6B5. Grayscale: #404040. Windows color (decimal): -11847350 or 4864331. OLE color: 4864331.
HSL color Cylindrical-coordinate representation of color #4B394A: hue angle of 303.33º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B394A is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 57 | 74 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.71 |
| HSL | 303.33º | 0.14% | 0.26% | - |
| HSV(B) | 303.33º | 0.24% | 0.29% | - |
| XYZ | 5.6 | 4.92 | 7.13 | - |
| YUV | 64.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 57 | 74 | 0 | 0.24 | 0.01 | 0.71 | 303.33 | 0.14 | 0.26 |
| Hex | 4B | 39 | 4A | 0 | 18 | 1 | 47 | 12F | E | 1A |
| Octal | 113 | 71 | 112 | 0 | 30 | 1 | 107 | 457 | 16 | 32 |
| Binary | 1001011 | 111001 | 1001010 | 0 | 11000 | 1 | 1000111 | 100101111 | 1110 | 11010 |
Color Harmonies of #4B394A
Complementary color
Monochromatic Colors of #4B394A
Black with #4B394A
Text Example
Text Example
White with #4B394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B394A; }
p { color: rgb(75,57,74); }
H1.HeaderClassName
{
color: #4B394A;
}
.AnyTagClassName
{
color: #4B394A;
}
</style>
background-color css
<style>
a { background-color: #4B394A; }
a { background-color: rgb(75,57,74); }
div.DivClassName
{
background-color: #4B394A;
}
.BgClassName
{
background-color: #4B394A;
}
</style>
border-color css
<style>
span { border-color: #4B394A; }
span { border-color: rgb(75,57,74); }
td.TdClassName
{
border-color: #4B394A;
}
.TagClassName
{
border-color: #4B394A;
}
</style>