COLOR #4E91A3

HEX: #4E91A3
RGB: (78,145,163)

Color info

#4E91A3 contains mainly green and blue colors. Web safe color of #4E91A3 is #669999 (or #699).

RGB color model

#4E91A3 color RGB value is (78,145,163).

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

RGB channels and saturation

R 78 of 255 = 31%
G 145 of 255 = 57%
B 163 of 255 = 64%

78
145
163

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

Portions of RGB colors in percentages

R + G + B =
78 + 145 + 163 = 386 (100%)
R 78 of 386 ~ 20.21%
G 145 of 386 ~ 37.56%
B 163 of 386 ~ 42.23%

%20.21
%37.56
%42.23

CMYK color model

#4E91A3 color CMYK value is (52,11,0,36).

  • cyan value is 52.15%
  • magenta value is 11.04%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(52,11,0,36)
C52M11Y0K36 
(52%,11%,0%,36%)
(0.52/0.11/0.00/0.36)	

CMYK percentages

%52.15
%11.04
%0
%36.08

Codes

Color #4E91A3 in popluar color models

4E91A3
RGB78145163
HSL193°35.27%47.25%
HSB/HSV193°52.15%63.92%
CMYK52.15%11.04%0.00%
36.08%

Color #4E91A3 in popluar number systems.

HEX4E91A3
Decimal78145163
Binary10011101001000110100011
Octal116221243

Shades and tints

Shades of #4E91A3

#4E91A3
(78,145,163)
#478495
(71,132,149)
#407787
(64,119,135)
#396A79
(57,106,121)
#325D6B
(50,93,107)
#2B505D
(43,80,93)
#24434F
(36,67,79)
#1D3641
(29,54,65)
#162933
(22,41,51)
#0F1C25
(15,28,37)
#080F17
(8,15,23)
#000000
(0,0,0)

Tints of #4E91A3

#4E91A3
(78,145,163)
#5E9BAB
(94,155,171)
#6EA5B3
(110,165,179)
#7EAFBB
(126,175,187)
#8EB9C3
(142,185,195)
#9EC3CB
(158,195,203)
#AECDD3
(174,205,211)
#BED7DB
(190,215,219)
#CEE1E3
(206,225,227)
#DEEBEB
(222,235,235)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E91A3; }

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

This text font color is #4E91A3.


Background Color

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

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

This div background color is #4E91A3.


Border color

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

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

This div border color is #4E91A3.


Opacity

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

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

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

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

This text has shadow with #4E91A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E91A3 on black background.


Color preview on white background

This text has color #4E91A3 on white background.



Black color preview on #4E91A3 background

This text has black color on #4E91A3 background.


White color preview on #4E91A3 background

This text has white color on #4E91A3 background.