COLOR #4E7489

HEX: #4E7489
RGB: (78,116,137)

Color info

#4E7489 contains red, green and blue colors in about the same proportion. Web safe color of #4E7489 is #666699 (or #669).

RGB color model

#4E7489 color RGB value is (78,116,137).

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

RGB channels and saturation

R 78 of 255 = 31%
G 116 of 255 = 45%
B 137 of 255 = 54%

78
116
137

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

Portions of RGB colors in percentages

R + G + B =
78 + 116 + 137 = 331 (100%)
R 78 of 331 ~ 23.56%
G 116 of 331 ~ 35.05%
B 137 of 331 ~ 41.39%

%23.56
%35.05
%41.39

CMYK color model

#4E7489 color CMYK value is (43,15,0,46).

  • cyan value is 43.07%
  • magenta value is 15.33%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(43,15,0,46)
C43M15Y0K46 
(43%,15%,0%,46%)
(0.43/0.15/0.00/0.46)	

CMYK percentages

%43.07
%15.33
%0
%46.27

Codes

Color #4E7489 in popluar color models

4E7489
RGB78116137
HSL201°27.44%42.16%
HSB/HSV201°43.07%53.73%
CMYK43.07%15.33%0.00%
46.27%

Color #4E7489 in popluar number systems.

HEX4E7489
Decimal78116137
Binary1001110111010010001001
Octal116164211

Shades and tints

Shades of #4E7489

#4E7489
(78,116,137)
#476A7D
(71,106,125)
#406071
(64,96,113)
#395665
(57,86,101)
#324C59
(50,76,89)
#2B424D
(43,66,77)
#243841
(36,56,65)
#1D2E35
(29,46,53)
#162429
(22,36,41)
#0F1A1D
(15,26,29)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #4E7489

#4E7489
(78,116,137)
#5E8093
(94,128,147)
#6E8C9D
(110,140,157)
#7E98A7
(126,152,167)
#8EA4B1
(142,164,177)
#9EB0BB
(158,176,187)
#AEBCC5
(174,188,197)
#BEC8CF
(190,200,207)
#CED4D9
(206,212,217)
#DEE0E3
(222,224,227)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7489; }

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

This text font color is #4E7489.


Background Color

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

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

This div background color is #4E7489.


Border color

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

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

This div border color is #4E7489.


Opacity

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

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

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

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

This text has shadow with #4E7489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7489 on black background.


Color preview on white background

This text has color #4E7489 on white background.



Black color preview on #4E7489 background

This text has black color on #4E7489 background.


White color preview on #4E7489 background

This text has white color on #4E7489 background.