Color Hex Logo

#4e65bc Color Hex

#4E65BC
(78,101,188)
0 Favorites   0 Comments

Color spaces of #4e65bc

RGB 78101188
HSL0.630.450.52
HSV227°59°74°
CMYK 0.590.460.00   0.26
XYZ16.872714.557949.4976
Yxy14.55790.20850.1799
Hunter Lab38.154812.1648-50.2075
CIE-Lab45.022617.9795-48.5703

#4e65bc color RGB value is (78,101,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01100101 10111100
Octal 116 145 274
Decimal 78 101 188
Hex 4E 65 BC

RGB Percentages of Color #4e65bc

%21.25
%27.52
%51.23

CMYK Percentages of Color #4e65bc

%59
%46
%0
%26

Triadic Colors of #4e65bc

#4e65bc #bc4e65 #65bc4e

Analogous Colors of #4e65bc

#4e65bc #6e4ebc #4e9cbc

Monochromatic Colors of #4e65bc

#4e65bc

Complementary Color

#4e65bc #bca54e

#4e65bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e65bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e65bc Color CSS Codes

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

#4e65bc Text Font Color

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

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


#4e65bc Background Color

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

This div background color is #4e65bc


#4e65bc Border Color

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

This div border color is #4e65bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e65bc


Comments

No comments written yet.

Please login to write comment.