Color Hex Logo

#4e737f Color Hex

#4E737F
(78,115,127)
0 Favorites   0 Comments

Color spaces of #4e737f

RGB 78115127
HSL0.540.240.40
HSV195°39°50°
CMYK 0.390.090.00   0.50
XYZ13.103415.413522.3631
Yxy15.41350.25750.3029
Hunter Lab39.2600-9.1290-6.2904
CIE-Lab46.1954-9.7872-10.7680

#4e737f color RGB value is (78,115,127).

#4e737f hex color red value is 78, green value is 115 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #4e737f hue: 0.54 , saturation: 0.24 and the lightness value of 4e737f is 0.40.

The process color (four color CMYK) of #4e737f color hex is 0.39, 0.09, 0.00, 0.50. Web safe color of #4e737f is #666666. Color #4e737f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01110011 01111111
Octal 116 163 177
Decimal 78 115 127
Hex 4E 73 7F

RGB Percentages of Color #4e737f

%24.38
%35.94
%39.69

CMYK Percentages of Color #4e737f

%39
%9
%0
%50

Triadic Colors of #4e737f

#4e737f #7f4e73 #737f4e

Analogous Colors of #4e737f

#4e737f #4e5b7f #4e7f73

Monochromatic Colors of #4e737f

#4e737f

Complementary Color

#4e737f #7f5a4e

#4e737f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e737f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e737f Color CSS Codes

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

#4e737f Text Font Color

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

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


#4e737f Background Color

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

This div background color is #4e737f


#4e737f Border Color

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

This div border color is #4e737f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e737f


Comments

No comments written yet.

Please login to write comment.