#4E1445

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

Shades of Loulou #4E1445

Tints of Loulou #4E1445

Color information

#4E1445 (or 0x4E1445) is unknown color: approx Loulou. HEX triplet: 4E, 14 and 45. RGB value is (78,20,69). Sum of RGB (Red+Green+Blue) = 78+20+69=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1445 is #B1EBBA. Grayscale: #2A2A2A. Windows color (decimal): -11660219 or 4527182. OLE color: 4527182.

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

Color convert

RGB782069-
CMYK00.740.120.69
HSL309.31º59.18%19.22%-
HSV(B)309.31º74.36%30.59%-
XYZ4.472.555.89-
YUV42.93142.72153.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.71%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 69 (27.34% from 255) = 41.32%
R=46.71%
G=11.98%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78206900.740.120.69309.3159.1819.22
Hex4E144504AC451353b13
Octal116241050112141054657323
Binary1001110101001000101010010101100100010110011010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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