Color Hex Logo

#4e4abb Color Hex

#4E4ABB
(78,74,187)
0 Favorites   0 Comments

Color spaces of #4e4abb

RGB 7874187
HSL0.670.450.51
HSV242°60°73°
CMYK 0.580.600.00   0.27
XYZ14.560310.105148.1968
Yxy10.10510.19980.1387
Hunter Lab31.788526.1296-67.6418
CIE-Lab38.030434.6454-59.2667

#4e4abb color RGB value is (78,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01001010 10111011
Octal 116 112 273
Decimal 78 74 187
Hex 4E 4A BB

RGB Percentages of Color #4e4abb

%23.01
%21.83
%55.16

CMYK Percentages of Color #4e4abb

%58
%60
%0
%27

Triadic Colors of #4e4abb

#4e4abb #bb4e4a #4abb4e

Analogous Colors of #4e4abb

#4e4abb #874abb #4a7fbb

Monochromatic Colors of #4e4abb

#4e4abb

Complementary Color

#4e4abb #b7bb4a

#4e4abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e4abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e4abb Color CSS Codes

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

#4e4abb Text Font Color

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

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


#4e4abb Background Color

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

This div background color is #4e4abb


#4e4abb Border Color

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

This div border color is #4e4abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e4abb


Comments

No comments written yet.

Please login to write comment.