COLOR #4E89CD

HEX: #4E89CD
RGB: (78,137,205)

Color info

#4E89CD contains mainly blue color. Web safe color of #4E89CD is #6699CC (or #69C).

RGB color model

#4E89CD color RGB value is (78,137,205).

  • red value is 78;
  • green value is 137;
  • blue value is 205.
RGB:
(78,137,205)
(31%,54%,80%)

RGB channels and saturation

R 78 of 255 = 31%
G 137 of 255 = 54%
B 205 of 255 = 80%

78
137
205

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

Portions of RGB colors in percentages

R + G + B =
78 + 137 + 205 = 420 (100%)
R 78 of 420 ~ 18.57%
G 137 of 420 ~ 32.62%
B 205 of 420 ~ 48.81%

%18.57
%32.62
%48.81

CMYK color model

#4E89CD color CMYK value is (62,33,0,20).

  • cyan value is 61.95%
  • magenta value is 33.17%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(62,33,0,20)
C62M33Y0K20 
(62%,33%,0%,20%)
(0.62/0.33/0.00/0.20)	

CMYK percentages

%61.95
%33.17
%0
%19.61

Codes

Color #4E89CD in popluar color models

4E89CD
RGB78137205
HSL212°55.95%55.49%
HSB/HSV212°61.95%80.39%
CMYK61.95%33.17%0.00%
19.61%

Color #4E89CD in popluar number systems.

HEX4E89CD
Decimal78137205
Binary10011101000100111001101
Octal116211315

Shades and tints

Shades of #4E89CD

#4E89CD
(78,137,205)
#477DBB
(71,125,187)
#4071A9
(64,113,169)
#396597
(57,101,151)
#325985
(50,89,133)
#2B4D73
(43,77,115)
#244161
(36,65,97)
#1D354F
(29,53,79)
#16293D
(22,41,61)
#0F1D2B
(15,29,43)
#081119
(8,17,25)
#000000
(0,0,0)

Tints of #4E89CD

#4E89CD
(78,137,205)
#5E93D1
(94,147,209)
#6E9DD5
(110,157,213)
#7EA7D9
(126,167,217)
#8EB1DD
(142,177,221)
#9EBBE1
(158,187,225)
#AEC5E5
(174,197,229)
#BECFE9
(190,207,233)
#CED9ED
(206,217,237)
#DEE3F1
(222,227,241)
#EEEDF5
(238,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E89CD color. Also use rgb(78,137,205) instead hex code.

Text Font Color

.myTextColor { color: #4E89CD; }

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

This text font color is #4E89CD.


Background Color

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

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

This div background color is #4E89CD.


Border color

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

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

This div border color is #4E89CD.


Opacity

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

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

Text with #4E89CD 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 #4E89CD;}

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

This text has shadow with #4E89CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E89CD on black background.


Color preview on white background

This text has color #4E89CD on white background.



Black color preview on #4E89CD background

This text has black color on #4E89CD background.


White color preview on #4E89CD background

This text has white color on #4E89CD background.