COLOR #4E7DB0

HEX: #4E7DB0
RGB: (78,125,176)

Color info

#4E7DB0 contains mainly green and blue colors. Web safe color of #4E7DB0 is #666699 (or #669).

RGB color model

#4E7DB0 color RGB value is (78,125,176).

  • red value is 78;
  • green value is 125;
  • blue value is 176.
RGB:
(78,125,176)
(31%,49%,69%)

RGB channels and saturation

R 78 of 255 = 31%
G 125 of 255 = 49%
B 176 of 255 = 69%

78
125
176

R + G + B ~ 50%. #4E7DB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 125 + 176 = 379 (100%)
R 78 of 379 ~ 20.58%
G 125 of 379 ~ 32.98%
B 176 of 379 ~ 46.44%

%20.58
%32.98
%46.44

CMYK color model

#4E7DB0 color CMYK value is (56,29,0,31).

  • cyan value is 55.68%
  • magenta value is 28.98%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(56,29,0,31)
C56M29Y0K31 
(56%,29%,0%,31%)
(0.56/0.29/0.00/0.31)	

CMYK percentages

%55.68
%28.98
%0
%30.98

Codes

Color #4E7DB0 in popluar color models

4E7DB0
RGB78125176
HSL211°38.58%49.80%
HSB/HSV211°55.68%69.02%
CMYK55.68%28.98%0.00%
30.98%

Color #4E7DB0 in popluar number systems.

HEX4E7DB0
Decimal78125176
Binary1001110111110110110000
Octal116175260

Shades and tints

Shades of #4E7DB0

#4E7DB0
(78,125,176)
#4772A0
(71,114,160)
#406790
(64,103,144)
#395C80
(57,92,128)
#325170
(50,81,112)
#2B4660
(43,70,96)
#243B50
(36,59,80)
#1D3040
(29,48,64)
#162530
(22,37,48)
#0F1A20
(15,26,32)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #4E7DB0

#4E7DB0
(78,125,176)
#5E88B7
(94,136,183)
#6E93BE
(110,147,190)
#7E9EC5
(126,158,197)
#8EA9CC
(142,169,204)
#9EB4D3
(158,180,211)
#AEBFDA
(174,191,218)
#BECAE1
(190,202,225)
#CED5E8
(206,213,232)
#DEE0EF
(222,224,239)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7DB0 color. Also use rgb(78,125,176) instead hex code.

Text Font Color

.myTextColor { color: #4E7DB0; }

<p style="color:#4E7DB0">This sample text font color is #4E7DB0.</p>

This text font color is #4E7DB0.


Background Color

.myBgColor { background-color: #4E7DB0; }

<div style="background-color:#4E7DB0">Inner text</div>

This div background color is #4E7DB0.


Border color

.myBorderColor { border: 1px solid #4E7DB0; }

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

This div border color is #4E7DB0.


Opacity

.myOpacity80 { color: #4E7DB0; opacity: 0.8; }

<p style="color:#4E7DB0;opacity:0.8;">80%</p>

Text with #4E7DB0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4E7DB0;}

<p style="text-shadow: 3px 3px 1px #4E7DB0">Text here.</p>

This text has shadow with #4E7DB0 color.

.textShadow {text-shadow: 3px 3px 1px #4E7DB0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4E7DB0, 5px 5px 20px red">Text here.</p>

This text has shadow with #4E7DB0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4E7DB0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4E7DB0, Direction=45, Strength=4)">Text</p>

This text has shadow with #4E7DB0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4E7DB0;
  -webkit-box-shadow:	1px 1px 3px 2px #4E7DB0;
  box-shadow:		1px 1px 3px 2px #4E7DB0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4E7DB0;
-webkit-box-shadow: 1px 1px 3px 2px #4E7DB0;
box-shadow:1px 1px 3px 2px #4E7DB0;">
Div content here</div>
This div box has shadow with color #4E7DB0.

Preview

Color preview on black background

This text has color #4E7DB0 on black background.


Color preview on white background

This text has color #4E7DB0 on white background.



Black color preview on #4E7DB0 background

This text has black color on #4E7DB0 background.


White color preview on #4E7DB0 background

This text has white color on #4E7DB0 background.