Shades of Loulou #4B2045
Tints of Loulou #4B2045
RGB
CMYK
RGB Variations
Color information
#4B2045 (or 0x4B2045) is known color: Loulou. HEX triplet: 4B, 20 and 45. RGB value is (75,32,69). Sum of RGB (Red+Green+Blue) = 75+32+69=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2045 is #B4DFBA. Grayscale: #303030. Windows color (decimal): -11853755 or 4530251. OLE color: 4530251.
HSL color Cylindrical-coordinate representation of color #4B2045: hue angle of 308.37º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B2045 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 69 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.71 |
| HSL | 308.37º | 0.4% | 0.21% | - |
| HSV(B) | 308.37º | 0.57% | 0.29% | - |
| XYZ | 4.49 | 2.96 | 5.96 | - |
| YUV | 49.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 69 | 0 | 0.57 | 0.08 | 0.71 | 308.37 | 0.4 | 0.21 |
| Hex | 4B | 20 | 45 | 0 | 39 | 8 | 47 | 134 | 28 | 15 |
| Octal | 113 | 40 | 105 | 0 | 71 | 10 | 107 | 464 | 50 | 25 |
| Binary | 1001011 | 100000 | 1000101 | 0 | 111001 | 1000 | 1000111 | 100110100 | 101000 | 10101 |
Color Harmonies of #4B2045
Complementary color
Monochromatic Colors of #4B2045
Black with #4B2045
Text Example
Text Example
White with #4B2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2045; }
p { color: rgb(75,32,69); }
H1.HeaderClassName
{
color: #4B2045;
}
.AnyTagClassName
{
color: #4B2045;
}
</style>
background-color css
<style>
a { background-color: #4B2045; }
a { background-color: rgb(75,32,69); }
div.DivClassName
{
background-color: #4B2045;
}
.BgClassName
{
background-color: #4B2045;
}
</style>
border-color css
<style>
span { border-color: #4B2045; }
span { border-color: rgb(75,32,69); }
td.TdClassName
{
border-color: #4B2045;
}
.TagClassName
{
border-color: #4B2045;
}
</style>