#4E2047

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

Shades of Loulou #4E2047

Tints of Loulou #4E2047

Color information

#4E2047 (or 0x4E2047) is unknown color: approx Loulou. HEX triplet: 4E, 20 and 47. RGB value is (78,32,71). Sum of RGB (Red+Green+Blue) = 78+32+71=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2047 is #B1DFB8. Grayscale: #323232. Windows color (decimal): -11657145 or 4661326. OLE color: 4661326.

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

Color convert

RGB783271-
CMYK00.590.090.69
HSL309.13º41.82%21.57%-
HSV(B)309.13º58.97%30.59%-
XYZ4.83.116.31-
YUV50.2139.74147.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.09%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 71 (28.12% from 255) = 39.23%
R=43.09%
G=17.68%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78327100.590.090.69309.1341.8221.57
Hex4E204703B9451352a16
Octal11640107073111054655226
Binary1001110100000100011101110111001100010110011010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,32,71); }

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

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

 a { background-color: rgb(78,32,71); }

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

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

 span { border-color: rgb(78,32,71); }

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