Shades of Loulou #462E46
Tints of Loulou #462E46
RGB
CMYK
RGB Variations
Color information
#462E46 (or 0x462E46) is known color: Loulou. HEX triplet: 46, 2E and 46. RGB value is (70,46,70). Sum of RGB (Red+Green+Blue) = 70+46+70=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #462E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E46 is #B9D1B9. Grayscale: #373737. Windows color (decimal): -12177850 or 4599366. OLE color: 4599366.
HSL color Cylindrical-coordinate representation of color #462E46: hue angle of 300º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #462E46 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 46 | 70 | - |
| CMYK | 0 | 0.34 | 0 | 0.73 |
| HSL | 300º | 0.21% | 0.23% | - |
| HSV(B) | 300º | 0.34% | 0.27% | - |
| XYZ | 4.61 | 3.7 | 6.27 | - |
| YUV | 55.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 70 | 0 | 0.34 | 0 | 0.73 | 300 | 0.21 | 0.23 |
| Hex | 46 | 2E | 46 | 0 | 22 | 0 | 49 | 12C | 15 | 17 |
| Octal | 106 | 56 | 106 | 0 | 42 | 0 | 111 | 454 | 25 | 27 |
| Binary | 1000110 | 101110 | 1000110 | 0 | 100010 | 0 | 1001001 | 100101100 | 10101 | 10111 |
Color Harmonies of #462E46
Complementary color
Monochromatic Colors of #462E46
Black with #462E46
Text Example
Text Example
White with #462E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E46; }
p { color: rgb(70,46,70); }
H1.HeaderClassName
{
color: #462E46;
}
.AnyTagClassName
{
color: #462E46;
}
</style>
background-color css
<style>
a { background-color: #462E46; }
a { background-color: rgb(70,46,70); }
div.DivClassName
{
background-color: #462E46;
}
.BgClassName
{
background-color: #462E46;
}
</style>
border-color css
<style>
span { border-color: #462E46; }
span { border-color: rgb(70,46,70); }
td.TdClassName
{
border-color: #462E46;
}
.TagClassName
{
border-color: #462E46;
}
</style>