#4E2846

Color #4E2846 Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #4E2846

Tints of Loulou #4E2846

Color information

#4E2846 (or 0x4E2846) is unknown color: approx Loulou. HEX triplet: 4E, 28 and 46. RGB value is (78,40,70). Sum of RGB (Red+Green+Blue) = 78+40+70=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2846 is #B1D7B9. Grayscale: #363636. Windows color (decimal): -11655098 or 4597838. OLE color: 4597838.

HSL color Cylindrical-coordinate representation of color #4E2846: hue angle of 312.63º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E2846 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB784070-
CMYK00.490.100.69
HSL312.63º32.2%23.14%-
HSV(B)312.63º48.72%30.59%-
XYZ5.013.586.22-
YUV54.78136.59144.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 41.49%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 70 (27.73% from 255) = 37.23%
R=41.49%
G=21.28%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78407000.490.100.69312.6332.223.14
Hex4E2846031A451392017
Octal11650106061121054714027
Binary1001110101000100011001100011010100010110011100110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E2846; }

 p { color: rgb(78,40,70); }

 H1.HeaderClassName
 {
   color: #4E2846;
 }
 .AnyTagClassName
 {
   color: #4E2846;
 }
</style>
background-color css

<style>
 a { background-color: #4E2846; }

 a { background-color: rgb(78,40,70); }

 div.DivClassName
 {
   background-color: #4E2846;
 }
 .BgClassName
 {
   background-color: #4E2846;
 }
</style>
border-color css

<style>
 span { border-color: #4E2846; }

 span { border-color: rgb(78,40,70); }

 td.TdClassName
 {
   border-color: #4E2846;
 }
 .TagClassName
 {
   border-color: #4E2846;
 }
</style>