Color Hex Logo

#4e78af Color Hex

#4E78AF
(78,120,175)
0 Favorites   0 Comments

Color spaces of #4e78af

RGB 78120175
HSL0.590.380.50
HSV214°55°69°
CMYK 0.550.310.00   0.31
XYZ17.596218.147843.1329
Yxy18.14780.22310.2301
Hunter Lab42.6002-0.8203-30.2112
CIE-Lab49.67491.8871-33.6531

#4e78af color RGB value is (78,120,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01111000 10101111
Octal 116 170 257
Decimal 78 120 175
Hex 4E 78 AF

RGB Percentages of Color #4e78af

%20.91
%32.17
%46.92

CMYK Percentages of Color #4e78af

%55
%31
%0
%31

Triadic Colors of #4e78af

#4e78af #af4e78 #78af4e

Analogous Colors of #4e78af

#4e78af #554eaf #4ea9af

Monochromatic Colors of #4e78af

#4e78af

Complementary Color

#4e78af #af854e

#4e78af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e78af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e78af Color CSS Codes

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

#4e78af Text Font Color

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

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


#4e78af Background Color

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

This div background color is #4e78af


#4e78af Border Color

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

This div border color is #4e78af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e78af

#4e78af Color Palettes


Comments

No comments written yet.

Please login to write comment.