Color Hex Logo

#4e777f Color Hex

#4E777F
(78,119,127)
0 Favorites   0 Comments

Color spaces of #4e777f

RGB 78119127
HSL0.530.240.40
HSV190°39°50°
CMYK 0.390.060.00   0.50
XYZ13.569516.345722.5185
Yxy16.34570.25880.3117
Hunter Lab40.4298-10.8420-4.7223
CIE-Lab47.4248-12.0593-8.9210

#4e777f color RGB value is (78,119,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01110111 01111111
Octal 116 167 177
Decimal 78 119 127
Hex 4E 77 7F

RGB Percentages of Color #4e777f

%24.07
%36.73
%39.20

CMYK Percentages of Color #4e777f

%39
%6
%0
%50

Triadic Colors of #4e777f

#4e777f #7f4e77 #777f4e

Analogous Colors of #4e777f

#4e777f #4e5f7f #4e7f6f

Monochromatic Colors of #4e777f

#4e777f

Complementary Color

#4e777f #7f564e

#4e777f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e777f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e777f Color CSS Codes

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

#4e777f Text Font Color

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

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


#4e777f Background Color

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

This div background color is #4e777f


#4e777f Border Color

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

This div border color is #4e777f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,119,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 #4e777f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e777f


Comments

No comments written yet.

Please login to write comment.