Color Hex Logo

#4e616a Color Hex

#4E616A
(78,97,106)
0 Favorites   0 Comments

Color spaces of #4e616a

RGB 7897106
HSL0.550.150.36
HSV199°26°42°
CMYK 0.260.080.00   0.58
XYZ10.018111.209715.2713
Yxy11.20970.27450.3071
Hunter Lab33.4809-5.1811-3.6067
CIE-Lab39.9314-4.8988-7.4792

#4e616a color RGB value is (78,97,106).

#4e616a hex color red value is 78, green value is 97 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #4e616a hue: 0.55 , saturation: 0.15 and the lightness value of 4e616a is 0.36.

The process color (four color CMYK) of #4e616a color hex is 0.26, 0.08, 0.00, 0.58. Web safe color of #4e616a is #666666. Color #4e616a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01100001 01101010
Octal 116 141 152
Decimal 78 97 106
Hex 4E 61 6A

RGB Percentages of Color #4e616a

%27.76
%34.52
%37.72

CMYK Percentages of Color #4e616a

%26
%8
%0
%58

Triadic Colors of #4e616a

#4e616a #6a4e61 #616a4e

Analogous Colors of #4e616a

#4e616a #4e536a #4e6a65

Monochromatic Colors of #4e616a

#4e616a

Complementary Color

#4e616a #6a574e

#4e616a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e616a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e616a Color CSS Codes

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

#4e616a Text Font Color

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

This sample text font color is #4e616a
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.


#4e616a Background Color

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

This div background color is #4e616a


#4e616a Border Color

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

This div border color is #4e616a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e616a


Comments

No comments written yet.

Please login to write comment.