Color Hex Logo

#4e4cbb Color Hex

#4E4CBB
(78,76,187)
0 Favorites   0 Comments

Color spaces of #4e4cbb

RGB 7876187
HSL0.670.450.52
HSV241°59°73°
CMYK 0.580.590.00   0.27
XYZ14.696010.376448.2420
Yxy10.37640.20050.1415
Hunter Lab32.212425.0638-66.2453
CIE-Lab38.509733.4081-58.4880

#4e4cbb color RGB value is (78,76,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01001100 10111011
Octal 116 114 273
Decimal 78 76 187
Hex 4E 4C BB

RGB Percentages of Color #4e4cbb

%22.87
%22.29
%54.84

CMYK Percentages of Color #4e4cbb

%58
%59
%0
%27

Triadic Colors of #4e4cbb

#4e4cbb #bb4e4c #4cbb4e

Analogous Colors of #4e4cbb

#4e4cbb #864cbb #4c82bb

Monochromatic Colors of #4e4cbb

#4e4cbb

Complementary Color

#4e4cbb #b9bb4c

#4e4cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e4cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e4cbb Color CSS Codes

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

#4e4cbb Text Font Color

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

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


#4e4cbb Background Color

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

This div background color is #4e4cbb


#4e4cbb Border Color

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

This div border color is #4e4cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e4cbb


Comments

No comments written yet.

Please login to write comment.