#4E2245

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

Shades of Loulou #4E2245

Tints of Loulou #4E2245

Color information

#4E2245 (or 0x4E2245) is unknown color: approx Loulou. HEX triplet: 4E, 22 and 45. RGB value is (78,34,69). Sum of RGB (Red+Green+Blue) = 78+34+69=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2245 is #B1DDBA. Grayscale: #333333. Windows color (decimal): -11656635 or 4530766. OLE color: 4530766.

HSL color Cylindrical-coordinate representation of color #4E2245: hue angle of 312.27º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E2245 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB783469-
CMYK00.560.120.69
HSL312.27º39.29%21.96%-
HSV(B)312.27º56.41%30.59%-
XYZ4.793.195.99-
YUV51.15138.08147.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.09%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 69 (27.34% from 255) = 38.12%
R=43.09%
G=18.78%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78346900.560.120.69312.2739.2921.96
Hex4E2245038C451382716
Octal11642105070141054704726
Binary1001110100010100010101110001100100010110011100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,34,69); }

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

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

 a { background-color: rgb(78,34,69); }

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

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

 span { border-color: rgb(78,34,69); }

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