Color Hex Logo

#4e496f Color Hex

#4E496F
(78,73,111)
0 Favorites   0 Comments

Color spaces of #4e496f

RGB 7873111
HSL0.690.210.36
HSV248°34°44°
CMYK 0.300.340.00   0.56
XYZ8.39377.532516.0504
Yxy7.53250.26250.2356
Hunter Lab27.44546.5617-15.4617
CIE-Lab32.989711.4974-21.1857

#4e496f color RGB value is (78,73,111).

#4e496f hex color red value is 78, green value is 73 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #4e496f hue: 0.69 , saturation: 0.21 and the lightness value of 4e496f is 0.36.

The process color (four color CMYK) of #4e496f color hex is 0.30, 0.34, 0.00, 0.56. Web safe color of #4e496f is #663366. Color #4e496f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01001001 01101111
Octal 116 111 157
Decimal 78 73 111
Hex 4E 49 6F

RGB Percentages of Color #4e496f

%29.77
%27.86
%42.37

CMYK Percentages of Color #4e496f

%30
%34
%0
%56

Triadic Colors of #4e496f

#4e496f #6f4e49 #496f4e

Analogous Colors of #4e496f

#4e496f #61496f #49576f

Monochromatic Colors of #4e496f

#4e496f

Complementary Color

#4e496f #6a6f49

#4e496f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e496f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e496f Color CSS Codes

.mybgcolor {background-color:#4e496f; } 
.myforecolor {color:#4e496f; }
.mybordercolor {border:3px solid #4e496f; }

#4e496f Text Font Color

<p style="color:#4e496f">Text here</p>

This sample text font color is #4e496f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4e496f Background Color

<div style="background-color:#4e496f">
Div content here</div>

This div background color is #4e496f


#4e496f Border Color

<div style="border:3px solid #4e496f">
Div here</div>

This div border color is #4e496f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,73,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e496f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e496f;
  -webkit-box-shadow: 1px 1px 3px 2px #4e496f;
  box-shadow:         1px 1px 3px 2px #4e496f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,73,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4e496f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4e496f;
  -webkit-box-shadow: 1px 1px 3px 2px #4e496f;
  box-shadow:         1px 1px 3px 2px #4e496f;">
Div content here</div>

This div box has shadow with color #4e496f


Comments

No comments written yet.

Please login to write comment.