#4E344C

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

Shades of Loulou #4E344C

Tints of Loulou #4E344C

Color information

#4E344C (or 0x4E344C) is unknown color: approx Loulou. HEX triplet: 4E, 34 and 4C. RGB value is (78,52,76). Sum of RGB (Red+Green+Blue) = 78+52+76=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 78 - color contains mainly: red. Hex color #4E344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E344C is #B1CBB3. Grayscale: #3E3E3E. Windows color (decimal): -11652020 or 4994126. OLE color: 4994126.

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

Color convert

RGB785276-
CMYK00.330.030.69
HSL304.62º20%25.49%-
HSV(B)304.62º33.33%30.59%-
XYZ5.674.67.43-
YUV62.51135.61139.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.86%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=37.86%
G=25.24%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78527600.330.030.69304.622025.49
Hex4E344C0213451311419
Octal1166411404131054612431
Binary1001110110100100110001000011110001011001100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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