Color Hex Logo

#4e6edb Color Hex

#4E6EDB
(78,110,219)
0 Favorites   0 Comments

Color spaces of #4e6edb

RGB 78110219
HSL0.630.660.58
HSV226°64°86°
CMYK 0.640.500.00   0.14
XYZ21.504017.886069.3368
Yxy17.88600.19780.1645
Hunter Lab42.291816.7506-67.6007
CIE-Lab49.357522.9569-59.3817

#4e6edb color RGB value is (78,110,219).

#4e6edb hex color red value is 78, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4e6edb hue: 0.63 , saturation: 0.66 and the lightness value of 4e6edb is 0.58.

The process color (four color CMYK) of #4e6edb color hex is 0.64, 0.50, 0.00, 0.14. Web safe color of #4e6edb is #6666cc. Color #4e6edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01101110 11011011
Octal 116 156 333
Decimal 78 110 219
Hex 4E 6E DB

RGB Percentages of Color #4e6edb

%19.16
%27.03
%53.81

CMYK Percentages of Color #4e6edb

%64
%50
%0
%14

Triadic Colors of #4e6edb

#4e6edb #db4e6e #6edb4e

Analogous Colors of #4e6edb

#4e6edb #754edb #4eb5db

Monochromatic Colors of #4e6edb

#4e6edb

Complementary Color

#4e6edb #dbbb4e

#4e6edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e6edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e6edb Color CSS Codes

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

#4e6edb Text Font Color

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

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


#4e6edb Background Color

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

This div background color is #4e6edb


#4e6edb Border Color

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

This div border color is #4e6edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e6edb


Comments

No comments written yet.

Please login to write comment.