#4E314C

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

Shades of Loulou #4E314C

Tints of Loulou #4E314C

Color information

#4E314C (or 0x4E314C) is unknown color: approx Loulou. HEX triplet: 4E, 31 and 4C. RGB value is (78,49,76). Sum of RGB (Red+Green+Blue) = 78+49+76=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 78 - color contains mainly: red. Hex color #4E314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E314C is #B1CEB3. Grayscale: #3C3C3C. Windows color (decimal): -11652788 or 4993358. OLE color: 4993358.

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

Color convert

RGB784976-
CMYK00.370.030.69
HSL304.14º22.83%24.9%-
HSV(B)304.14º37.18%30.59%-
XYZ5.544.347.38-
YUV60.75136.61140.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.42%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=38.42%
G=24.14%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78497600.370.030.69304.1422.8324.9
Hex4E314C0253451301719
Octal1166111404531054602731
Binary1001110110001100110001001011110001011001100001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,49,76); }

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

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

 a { background-color: rgb(78,49,76); }

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

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

 span { border-color: rgb(78,49,76); }

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