#4E2944

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

Shades of Loulou #4E2944

Tints of Loulou #4E2944

Color information

#4E2944 (or 0x4E2944) is unknown color: approx Loulou. HEX triplet: 4E, 29 and 44. RGB value is (78,41,68). Sum of RGB (Red+Green+Blue) = 78+41+68=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2944 is #B1D6BB. Grayscale: #373737. Windows color (decimal): -11654844 or 4467022. OLE color: 4467022.

HSL color Cylindrical-coordinate representation of color #4E2944: hue angle of 316.22º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E2944 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB784168-
CMYK00.470.130.69
HSL316.22º31.09%23.33%-
HSV(B)316.22º47.44%30.59%-
XYZ4.983.625.91-
YUV55.14135.26144.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.71%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=41.71%
G=21.93%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78416800.470.130.69316.2231.0923.33
Hex4E294402FD4513c1f17
Octal11651104057151054743727
Binary100111010100110001000101111110110001011001111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,41,68); }

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

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

 a { background-color: rgb(78,41,68); }

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

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

 span { border-color: rgb(78,41,68); }

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