Color Hex Logo

#4e5faf Color Hex

#4E5FAF
(78,95,175)
0 Favorites   0 Comments

Color spaces of #4e5faf

RGB 7895175
HSL0.640.380.50
HSV229°55°69°
CMYK 0.550.460.00   0.31
XYZ14.972012.899342.2581
Yxy12.89930.21350.1839
Hunter Lab35.915611.5583-44.6194
CIE-Lab42.611117.3990-44.8322

#4e5faf color RGB value is (78,95,175).

#4e5faf hex color red value is 78, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4e5faf hue: 0.64 , saturation: 0.38 and the lightness value of 4e5faf is 0.50.

The process color (four color CMYK) of #4e5faf color hex is 0.55, 0.46, 0.00, 0.31. Web safe color of #4e5faf is #666699. Color #4e5faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01011111 10101111
Octal 116 137 257
Decimal 78 95 175
Hex 4E 5F AF

RGB Percentages of Color #4e5faf

%22.41
%27.30
%50.29

CMYK Percentages of Color #4e5faf

%55
%46
%0
%31

Triadic Colors of #4e5faf

#4e5faf #af4e5f #5faf4e

Analogous Colors of #4e5faf

#4e5faf #6e4eaf #4e90af

Monochromatic Colors of #4e5faf

#4e5faf

Complementary Color

#4e5faf #af9e4e

#4e5faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e5faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e5faf Color CSS Codes

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

#4e5faf Text Font Color

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

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


#4e5faf Background Color

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

This div background color is #4e5faf


#4e5faf Border Color

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

This div border color is #4e5faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e5faf


Comments

No comments written yet.

Please login to write comment.