#4E324A

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

Shades of Loulou #4E324A

Tints of Loulou #4E324A

Color information

#4E324A (or 0x4E324A) is unknown color: approx Loulou. HEX triplet: 4E, 32 and 4A. RGB value is (78,50,74). Sum of RGB (Red+Green+Blue) = 78+50+74=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 78 - color contains mainly: red. Hex color #4E324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E324A is #B1CDB5. Grayscale: #3D3D3D. Windows color (decimal): -11652534 or 4862542. OLE color: 4862542.

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

Color convert

RGB785074-
CMYK00.360.050.69
HSL308.57º21.88%25.1%-
HSV(B)308.57º35.9%30.59%-
XYZ5.524.47.04-
YUV61.11135.28140.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.61%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 74 (29.30% from 255) = 36.63%
R=38.61%
G=24.75%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78507400.360.050.69308.5721.8825.1
Hex4E324A0245451351619
Octal1166211204451054652631
Binary10011101100101001010010010010110001011001101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,50,74); }

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

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

 a { background-color: rgb(78,50,74); }

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

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

 span { border-color: rgb(78,50,74); }

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