#4E334D

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

Shades of Loulou #4E334D

Tints of Loulou #4E334D

Color information

#4E334D (or 0x4E334D) is unknown color: approx Loulou. HEX triplet: 4E, 33 and 4D. RGB value is (78,51,77). Sum of RGB (Red+Green+Blue) = 78+51+77=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 78 - color contains mainly: red. Hex color #4E334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E334D is #B1CCB2. Grayscale: #3D3D3D. Windows color (decimal): -11652275 or 5059406. OLE color: 5059406.

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

Color convert

RGB785177-
CMYK00.350.010.69
HSL302.22º20.93%25.29%-
HSV(B)302.22º34.62%30.59%-
XYZ5.674.527.6-
YUV62.04136.45139.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.86%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=37.86%
G=24.76%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78517700.350.010.69302.2220.9325.29
Hex4E334D02314512e1519
Octal1166311504311054562531
Binary100111011001110011010100011110001011001011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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