Shades of Loulou #4B2646
Tints of Loulou #4B2646
RGB
CMYK
RGB Variations
Color information
#4B2646 (or 0x4B2646) is known color: Loulou. HEX triplet: 4B, 26 and 46. RGB value is (75,38,70). Sum of RGB (Red+Green+Blue) = 75+38+70=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2646 is #B4D9B9. Grayscale: #343434. Windows color (decimal): -11852218 or 4597323. OLE color: 4597323.
HSL color Cylindrical-coordinate representation of color #4B2646: hue angle of 308.11º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B2646 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 38 | 70 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.71 |
| HSL | 308.11º | 0.33% | 0.22% | - |
| HSV(B) | 308.11º | 0.49% | 0.29% | - |
| XYZ | 4.7 | 3.32 | 6.19 | - |
| YUV | 52.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 38 | 70 | 0 | 0.49 | 0.07 | 0.71 | 308.11 | 0.33 | 0.22 |
| Hex | 4B | 26 | 46 | 0 | 31 | 7 | 47 | 134 | 21 | 16 |
| Octal | 113 | 46 | 106 | 0 | 61 | 7 | 107 | 464 | 41 | 26 |
| Binary | 1001011 | 100110 | 1000110 | 0 | 110001 | 111 | 1000111 | 100110100 | 100001 | 10110 |
Color Harmonies of #4B2646
Complementary color
Monochromatic Colors of #4B2646
Black with #4B2646
Text Example
Text Example
White with #4B2646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2646; }
p { color: rgb(75,38,70); }
H1.HeaderClassName
{
color: #4B2646;
}
.AnyTagClassName
{
color: #4B2646;
}
</style>
background-color css
<style>
a { background-color: #4B2646; }
a { background-color: rgb(75,38,70); }
div.DivClassName
{
background-color: #4B2646;
}
.BgClassName
{
background-color: #4B2646;
}
</style>
border-color css
<style>
span { border-color: #4B2646; }
span { border-color: rgb(75,38,70); }
td.TdClassName
{
border-color: #4B2646;
}
.TagClassName
{
border-color: #4B2646;
}
</style>