#4E2E49

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

Shades of Loulou #4E2E49

Tints of Loulou #4E2E49

Color information

#4E2E49 (or 0x4E2E49) is unknown color: approx Loulou. HEX triplet: 4E, 2E and 49. RGB value is (78,46,73). Sum of RGB (Red+Green+Blue) = 78+46+73=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E49 is #B1D1B6. Grayscale: #3A3A3A. Windows color (decimal): -11653559 or 4795982. OLE color: 4795982.

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

Color convert

RGB784673-
CMYK00.410.060.69
HSL309.38º25.81%24.31%-
HSV(B)309.38º41.03%30.59%-
XYZ5.324.056.81-
YUV58.65136.1141.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.59%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=39.59%
G=23.35%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78467300.410.060.69309.3825.8124.31
Hex4E2E490296451351a18
Octal1165611105161054653230
Binary10011101011101001001010100111010001011001101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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