#4E354A

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

Shades of Loulou #4E354A

Tints of Loulou #4E354A

Color information

#4E354A (or 0x4E354A) is unknown color: approx Loulou. HEX triplet: 4E, 35 and 4A. RGB value is (78,53,74). Sum of RGB (Red+Green+Blue) = 78+53+74=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 78 - color contains mainly: red. Hex color #4E354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E354A is #B1CAB5. Grayscale: #3E3E3E. Windows color (decimal): -11651766 or 4863310. OLE color: 4863310.

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

Color convert

RGB785374-
CMYK00.320.050.69
HSL309.6º19.08%25.69%-
HSV(B)309.6º32.05%30.59%-
XYZ5.654.667.08-
YUV62.87134.28138.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.05%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=38.05%
G=25.85%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78537400.320.050.69309.619.0825.69
Hex4E354A020545136131a
Octal1166511204051054662332
Binary10011101101011001010010000010110001011001101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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