#4E324D

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

Shades of Loulou #4E324D

Tints of Loulou #4E324D

Color information

#4E324D (or 0x4E324D) is unknown color: approx Loulou. HEX triplet: 4E, 32 and 4D. RGB value is (78,50,77). Sum of RGB (Red+Green+Blue) = 78+50+77=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 78 - color contains mainly: red. Hex color #4E324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E324D is #B1CDB2. Grayscale: #3D3D3D. Windows color (decimal): -11652531 or 5059150. OLE color: 5059150.

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

Color convert

RGB785077-
CMYK00.360.010.69
HSL302.14º21.88%25.1%-
HSV(B)302.14º35.9%30.59%-
XYZ5.624.447.58-
YUV61.45136.78139.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.05%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=38.05%
G=24.39%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78507700.360.010.69302.1421.8825.1
Hex4E324D02414512e1619
Octal1166211504411054562631
Binary100111011001010011010100100110001011001011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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