#4E2049

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

Shades of Loulou #4E2049

Tints of Loulou #4E2049

Color information

#4E2049 (or 0x4E2049) is unknown color: approx Loulou. HEX triplet: 4E, 20 and 49. RGB value is (78,32,73). Sum of RGB (Red+Green+Blue) = 78+32+73=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2049 is #B1DFB6. Grayscale: #323232. Windows color (decimal): -11657143 or 4792398. OLE color: 4792398.

HSL color Cylindrical-coordinate representation of color #4E2049: hue angle of 306.52º 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 #4E2049 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB783273-
CMYK00.590.060.69
HSL306.52º41.82%21.57%-
HSV(B)306.52º58.97%30.59%-
XYZ4.863.136.65-
YUV50.43140.74147.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.62%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=42.62%
G=17.49%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78327300.590.060.69306.5241.8221.57
Hex4E204903B6451332a16
Octal1164011107361054635226
Binary100111010000010010010111011110100010110011001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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