#4E1345

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

Shades of Loulou #4E1345

Tints of Loulou #4E1345

Color information

#4E1345 (or 0x4E1345) is unknown color: approx Loulou. HEX triplet: 4E, 13 and 45. RGB value is (78,19,69). Sum of RGB (Red+Green+Blue) = 78+19+69=166 (21% of max value = 765). Red value is 78 (30.86% from 255 or 46.99% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1345 is #B1ECBA. Grayscale: #2A2A2A. Windows color (decimal): -11660475 or 4526926. OLE color: 4526926.

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

Color convert

RGB781969-
CMYK00.760.120.69
HSL309.15º60.82%19.02%-
HSV(B)309.15º75.64%30.59%-
XYZ4.452.525.88-
YUV42.34143.05153.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.99%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 69 (27.34% from 255) = 41.57%
R=46.99%
G=11.45%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78196900.760.120.69309.1560.8219.02
Hex4E134504CC451353d13
Octal116231050114141054657523
Binary1001110100111000101010011001100100010110011010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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