Color Hex Logo

#4e778d Color Hex

#4E778D
(78,119,141)
0 Favorites   0 Comments

Color spaces of #4e778d

RGB 78119141
HSL0.560.290.43
HSV201°45°55°
CMYK 0.450.160.00   0.45
XYZ14.546416.736427.6631
Yxy16.73640.24680.2839
Hunter Lab40.9101-8.1236-11.4543
CIE-Lab47.9262-8.0940-16.4534

#4e778d color RGB value is (78,119,141).

#4e778d hex color red value is 78, green value is 119 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #4e778d hue: 0.56 , saturation: 0.29 and the lightness value of 4e778d is 0.43.

The process color (four color CMYK) of #4e778d color hex is 0.45, 0.16, 0.00, 0.45. Web safe color of #4e778d is #666699. Color #4e778d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01110111 10001101
Octal 116 167 215
Decimal 78 119 141
Hex 4E 77 8D

RGB Percentages of Color #4e778d

%23.08
%35.21
%41.72

CMYK Percentages of Color #4e778d

%45
%16
%0
%45

Triadic Colors of #4e778d

#4e778d #8d4e77 #778d4e

Analogous Colors of #4e778d

#4e778d #4e588d #4e8d84

Monochromatic Colors of #4e778d

#4e778d

Complementary Color

#4e778d #8d644e

#4e778d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e778d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e778d Color CSS Codes

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

#4e778d Text Font Color

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

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


#4e778d Background Color

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

This div background color is #4e778d


#4e778d Border Color

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

This div border color is #4e778d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e778d


Comments

No comments written yet.

Please login to write comment.