#4E354C

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

Shades of Loulou #4E354C

Tints of Loulou #4E354C

Color information

#4E354C (or 0x4E354C) is unknown color: approx Loulou. HEX triplet: 4E, 35 and 4C. RGB value is (78,53,76). Sum of RGB (Red+Green+Blue) = 78+53+76=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 78 - color contains mainly: red. Hex color #4E354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E354C is #B1CAB3. Grayscale: #3F3F3F. Windows color (decimal): -11651764 or 4994382. OLE color: 4994382.

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

Color convert

RGB785376-
CMYK00.320.030.69
HSL304.8º19.08%25.69%-
HSV(B)304.8º32.05%30.59%-
XYZ5.724.697.44-
YUV63.1135.28138.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.68%
GREEN value IS 53 (21.09% from 255) = 25.60%
BLUE value IS 76 (30.08% from 255) = 36.71%
R=37.68%
G=25.60%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78537600.320.030.69304.819.0825.69
Hex4E354C020345131131a
Octal1166511404031054612332
Binary1001110110101100110001000001110001011001100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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