Color Hex Logo

#4e657c Color Hex

#4E657C
(78,101,124)
0 Favorites   0 Comments

Color spaces of #4e657c

RGB 78101124
HSL0.580.230.40
HSV210°37°49°
CMYK 0.370.190.00   0.51
XYZ11.433712.382320.8562
Yxy12.38230.25590.2772
Hunter Lab35.1885-3.5803-10.5092
CIE-Lab41.8174-2.3896-15.6040

#4e657c color RGB value is (78,101,124).

#4e657c hex color red value is 78, green value is 101 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #4e657c hue: 0.58 , saturation: 0.23 and the lightness value of 4e657c is 0.40.

The process color (four color CMYK) of #4e657c color hex is 0.37, 0.19, 0.00, 0.51. Web safe color of #4e657c is #666666. Color #4e657c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01100101 01111100
Octal 116 145 174
Decimal 78 101 124
Hex 4E 65 7C

RGB Percentages of Color #4e657c

%25.74
%33.33
%40.92

CMYK Percentages of Color #4e657c

%37
%19
%0
%51

Triadic Colors of #4e657c

#4e657c #7c4e65 #657c4e

Analogous Colors of #4e657c

#4e657c #4e4e7c #4e7c7c

Monochromatic Colors of #4e657c

#4e657c

Complementary Color

#4e657c #7c654e

#4e657c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e657c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e657c Color CSS Codes

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

#4e657c Text Font Color

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

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


#4e657c Background Color

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

This div background color is #4e657c


#4e657c Border Color

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

This div border color is #4e657c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e657c


Comments

No comments written yet.

Please login to write comment.