Color Hex Logo

#4e4bbf Color Hex

#4E4BBF
(78,75,191)
0 Favorites   0 Comments

Color spaces of #4e4bbf

RGB 7875191
HSL0.670.480.52
HSV242°61°75°
CMYK 0.590.610.00   0.25
XYZ15.061910.413450.5064
Yxy10.41340.19820.1371
Hunter Lab32.269826.8426-70.2076
CIE-Lab38.574435.3382-60.7257

#4e4bbf color RGB value is (78,75,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01001011 10111111
Octal 116 113 277
Decimal 78 75 191
Hex 4E 4B BF

RGB Percentages of Color #4e4bbf

%22.67
%21.80
%55.52

CMYK Percentages of Color #4e4bbf

%59
%61
%0
%25

Triadic Colors of #4e4bbf

#4e4bbf #bf4e4b #4bbf4e

Analogous Colors of #4e4bbf

#4e4bbf #884bbf #4b82bf

Monochromatic Colors of #4e4bbf

#4e4bbf

Complementary Color

#4e4bbf #bcbf4b

#4e4bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e4bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e4bbf Color CSS Codes

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

#4e4bbf Text Font Color

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

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


#4e4bbf Background Color

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

This div background color is #4e4bbf


#4e4bbf Border Color

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

This div border color is #4e4bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e4bbf


Comments

No comments written yet.

Please login to write comment.