COLOR #4E7691

HEX: #4E7691
RGB: (78,118,145)

Color info

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

RGB color model

#4E7691 color RGB value is (78,118,145).

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

RGB channels and saturation

R 78 of 255 = 31%
G 118 of 255 = 46%
B 145 of 255 = 57%

78
118
145

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

Portions of RGB colors in percentages

R + G + B =
78 + 118 + 145 = 341 (100%)
R 78 of 341 ~ 22.87%
G 118 of 341 ~ 34.6%
B 145 of 341 ~ 42.52%

%22.87
%34.6
%42.52

CMYK color model

#4E7691 color CMYK value is (46,19,0,43).

  • cyan value is 46.21%
  • magenta value is 18.62%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(46,19,0,43)
C46M19Y0K43 
(46%,19%,0%,43%)
(0.46/0.19/0.00/0.43)	

CMYK percentages

%46.21
%18.62
%0
%43.14

Codes

Color #4E7691 in popluar color models

4E7691
RGB78118145
HSL204°30.04%43.73%
HSB/HSV204°46.21%56.86%
CMYK46.21%18.62%0.00%
43.14%

Color #4E7691 in popluar number systems.

HEX4E7691
Decimal78118145
Binary1001110111011010010001
Octal116166221

Shades and tints

Shades of #4E7691

#4E7691
(78,118,145)
#476C84
(71,108,132)
#406277
(64,98,119)
#39586A
(57,88,106)
#324E5D
(50,78,93)
#2B4450
(43,68,80)
#243A43
(36,58,67)
#1D3036
(29,48,54)
#162629
(22,38,41)
#0F1C1C
(15,28,28)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #4E7691

#4E7691
(78,118,145)
#5E829B
(94,130,155)
#6E8EA5
(110,142,165)
#7E9AAF
(126,154,175)
#8EA6B9
(142,166,185)
#9EB2C3
(158,178,195)
#AEBECD
(174,190,205)
#BECAD7
(190,202,215)
#CED6E1
(206,214,225)
#DEE2EB
(222,226,235)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7691; }

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

This text font color is #4E7691.


Background Color

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

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

This div background color is #4E7691.


Border color

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

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

This div border color is #4E7691.


Opacity

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

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

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

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

This text has shadow with #4E7691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7691 on black background.


Color preview on white background

This text has color #4E7691 on white background.



Black color preview on #4E7691 background

This text has black color on #4E7691 background.


White color preview on #4E7691 background

This text has white color on #4E7691 background.