Color Hex Logo

#4e65ba Color Hex

#4E65BA
(78,101,186)
0 Favorites   0 Comments

Color spaces of #4e65ba

RGB 78101186
HSL0.630.440.52
HSV227°58°73°
CMYK 0.580.460.00   0.27
XYZ16.658514.472248.3698
Yxy14.47220.20950.1820
Hunter Lab38.042311.5899-48.7560
CIE-Lab44.902617.3024-47.6002

#4e65ba color RGB value is (78,101,186).

#4e65ba hex color red value is 78, green value is 101 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4e65ba hue: 0.63 , saturation: 0.44 and the lightness value of 4e65ba is 0.52.

The process color (four color CMYK) of #4e65ba color hex is 0.58, 0.46, 0.00, 0.27. Web safe color of #4e65ba is #6666cc. Color #4e65ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01100101 10111010
Octal 116 145 272
Decimal 78 101 186
Hex 4E 65 BA

RGB Percentages of Color #4e65ba

%21.37
%27.67
%50.96

CMYK Percentages of Color #4e65ba

%58
%46
%0
%27

Triadic Colors of #4e65ba

#4e65ba #ba4e65 #65ba4e

Analogous Colors of #4e65ba

#4e65ba #6d4eba #4e9bba

Monochromatic Colors of #4e65ba

#4e65ba

Complementary Color

#4e65ba #baa34e

#4e65ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e65ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e65ba Color CSS Codes

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

#4e65ba Text Font Color

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

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


#4e65ba Background Color

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

This div background color is #4e65ba


#4e65ba Border Color

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

This div border color is #4e65ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e65ba


Comments

No comments written yet.

Please login to write comment.