Color Hex Logo

#4e40bb Color Hex

#4E40BB
(78,64,187)
0 Favorites   0 Comments

Color spaces of #4e40bb

RGB 7864187
HSL0.690.490.49
HSV247°66°73°
CMYK 0.580.660.00   0.27
XYZ13.94498.874347.9917
Yxy8.87430.19690.1253
Hunter Lab29.789831.4256-74.6641
CIE-Lab35.741140.6893-62.9972

#4e40bb color RGB value is (78,64,187).

#4e40bb hex color red value is 78, green value is 64 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4e40bb hue: 0.69 , saturation: 0.49 and the lightness value of 4e40bb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01000000 10111011
Octal 116 100 273
Decimal 78 64 187
Hex 4E 40 BB

RGB Percentages of Color #4e40bb

%23.71
%19.45
%56.84

CMYK Percentages of Color #4e40bb

%58
%66
%0
%27

Triadic Colors of #4e40bb

#4e40bb #bb4e40 #40bb4e

Analogous Colors of #4e40bb

#4e40bb #8c40bb #4070bb

Monochromatic Colors of #4e40bb

#4e40bb

Complementary Color

#4e40bb #adbb40

#4e40bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e40bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e40bb Color CSS Codes

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

#4e40bb Text Font Color

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

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


#4e40bb Background Color

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

This div background color is #4e40bb


#4e40bb Border Color

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

This div border color is #4e40bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e40bb


Comments

No comments written yet.

Please login to write comment.