#4E2349

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

Shades of Loulou #4E2349

Tints of Loulou #4E2349

Color information

#4E2349 (or 0x4E2349) is unknown color: approx Loulou. HEX triplet: 4E, 23 and 49. RGB value is (78,35,73). Sum of RGB (Red+Green+Blue) = 78+35+73=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2349 is #B1DCB6. Grayscale: #343434. Windows color (decimal): -11656375 or 4793166. OLE color: 4793166.

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

Color convert

RGB783573-
CMYK00.550.060.69
HSL306.98º38.05%22.16%-
HSV(B)306.98º55.13%30.59%-
XYZ4.953.36.68-
YUV52.19139.75146.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.94%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 73 (28.91% from 255) = 39.25%
R=41.94%
G=18.82%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78357300.550.060.69306.9838.0522.16
Hex4E23490376451332616
Octal1164311106761054634626
Binary100111010001110010010110111110100010110011001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,35,73); }

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

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

 a { background-color: rgb(78,35,73); }

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

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

 span { border-color: rgb(78,35,73); }

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