COLOR #4EA5BE

HEX: #4EA5BE
RGB: (78,165,190)

Color info

#4EA5BE contains mainly green and blue colors. Web safe color of #4EA5BE is #6699CC (or #69C).

RGB color model

#4EA5BE color RGB value is (78,165,190).

  • red value is 78;
  • green value is 165;
  • blue value is 190.
RGB:
(78,165,190)
(31%,65%,75%)

RGB channels and saturation

R 78 of 255 = 31%
G 165 of 255 = 65%
B 190 of 255 = 75%

78
165
190

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

Portions of RGB colors in percentages

R + G + B =
78 + 165 + 190 = 433 (100%)
R 78 of 433 ~ 18.01%
G 165 of 433 ~ 38.11%
B 190 of 433 ~ 43.88%

%18.01
%38.11
%43.88

CMYK color model

#4EA5BE color CMYK value is (59,13,0,25).

  • cyan value is 58.95%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(59,13,0,25)
C59M13Y0K25 
(59%,13%,0%,25%)
(0.59/0.13/0.00/0.25)	

CMYK percentages

%58.95
%13.16
%0
%25.49

Codes

Color #4EA5BE in popluar color models

4EA5BE
RGB78165190
HSL193°46.28%52.55%
HSB/HSV193°58.95%74.51%
CMYK58.95%13.16%0.00%
25.49%

Color #4EA5BE in popluar number systems.

HEX4EA5BE
Decimal78165190
Binary10011101010010110111110
Octal116245276

Shades and tints

Shades of #4EA5BE

#4EA5BE
(78,165,190)
#4796AD
(71,150,173)
#40879C
(64,135,156)
#39788B
(57,120,139)
#32697A
(50,105,122)
#2B5A69
(43,90,105)
#244B58
(36,75,88)
#1D3C47
(29,60,71)
#162D36
(22,45,54)
#0F1E25
(15,30,37)
#080F14
(8,15,20)
#000000
(0,0,0)

Tints of #4EA5BE

#4EA5BE
(78,165,190)
#5EADC3
(94,173,195)
#6EB5C8
(110,181,200)
#7EBDCD
(126,189,205)
#8EC5D2
(142,197,210)
#9ECDD7
(158,205,215)
#AED5DC
(174,213,220)
#BEDDE1
(190,221,225)
#CEE5E6
(206,229,230)
#DEEDEB
(222,237,235)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EA5BE color. Also use rgb(78,165,190) instead hex code.

Text Font Color

.myTextColor { color: #4EA5BE; }

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

This text font color is #4EA5BE.


Background Color

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

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

This div background color is #4EA5BE.


Border color

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

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

This div border color is #4EA5BE.


Opacity

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

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

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

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

This text has shadow with #4EA5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA5BE on black background.


Color preview on white background

This text has color #4EA5BE on white background.



Black color preview on #4EA5BE background

This text has black color on #4EA5BE background.


White color preview on #4EA5BE background

This text has white color on #4EA5BE background.