COLOR #4E7091

HEX: #4E7091
RGB: (78,112,145)

Color info

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

RGB color model

#4E7091 color RGB value is (78,112,145).

  • red value is 78;
  • green value is 112;
  • blue value is 145.
RGB:
(78,112,145)
(31%,44%,57%)

RGB channels and saturation

R 78 of 255 = 31%
G 112 of 255 = 44%
B 145 of 255 = 57%

78
112
145

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

Portions of RGB colors in percentages

R + G + B =
78 + 112 + 145 = 335 (100%)
R 78 of 335 ~ 23.28%
G 112 of 335 ~ 33.43%
B 145 of 335 ~ 43.28%

%23.28
%33.43
%43.28

CMYK color model

#4E7091 color CMYK value is (46,23,0,43).

  • cyan value is 46.21%
  • magenta value is 22.76%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(46,23,0,43)
C46M23Y0K43 
(46%,23%,0%,43%)
(0.46/0.23/0.00/0.43)	

CMYK percentages

%46.21
%22.76
%0
%43.14

Codes

Color #4E7091 in popluar color models

4E7091
RGB78112145
HSL210°30.04%43.73%
HSB/HSV210°46.21%56.86%
CMYK46.21%22.76%0.00%
43.14%

Color #4E7091 in popluar number systems.

HEX4E7091
Decimal78112145
Binary1001110111000010010001
Octal116160221

Shades and tints

Shades of #4E7091

#4E7091
(78,112,145)
#476684
(71,102,132)
#405C77
(64,92,119)
#39526A
(57,82,106)
#32485D
(50,72,93)
#2B3E50
(43,62,80)
#243443
(36,52,67)
#1D2A36
(29,42,54)
#162029
(22,32,41)
#0F161C
(15,22,28)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #4E7091

#4E7091
(78,112,145)
#5E7D9B
(94,125,155)
#6E8AA5
(110,138,165)
#7E97AF
(126,151,175)
#8EA4B9
(142,164,185)
#9EB1C3
(158,177,195)
#AEBECD
(174,190,205)
#BECBD7
(190,203,215)
#CED8E1
(206,216,225)
#DEE5EB
(222,229,235)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7091 color. Also use rgb(78,112,145) instead hex code.

Text Font Color

.myTextColor { color: #4E7091; }

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

This text font color is #4E7091.


Background Color

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

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

This div background color is #4E7091.


Border color

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

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

This div border color is #4E7091.


Opacity

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

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

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

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

This text has shadow with #4E7091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7091 on black background.


Color preview on white background

This text has color #4E7091 on white background.



Black color preview on #4E7091 background

This text has black color on #4E7091 background.


White color preview on #4E7091 background

This text has white color on #4E7091 background.