COLOR #4EA5C3

HEX: #4EA5C3
RGB: (78,165,195)

Color info

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

RGB color model

#4EA5C3 color RGB value is (78,165,195).

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

RGB channels and saturation

R 78 of 255 = 31%
G 165 of 255 = 65%
B 195 of 255 = 76%

78
165
195

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

Portions of RGB colors in percentages

R + G + B =
78 + 165 + 195 = 438 (100%)
R 78 of 438 ~ 17.81%
G 165 of 438 ~ 37.67%
B 195 of 438 ~ 44.52%

%17.81
%37.67
%44.52

CMYK color model

#4EA5C3 color CMYK value is (60,15,0,24).

  • cyan value is 60.00%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(60,15,0,24)
C60M15Y0K24 
(60%,15%,0%,24%)
(0.60/0.15/0.00/0.24)	

CMYK percentages

%60
%15.38
%0
%23.53

Codes

Color #4EA5C3 in popluar color models

4EA5C3
RGB78165195
HSL195°49.37%53.53%
HSB/HSV195°60.00%76.47%
CMYK60.00%15.38%0.00%
23.53%

Color #4EA5C3 in popluar number systems.

HEX4EA5C3
Decimal78165195
Binary10011101010010111000011
Octal116245303

Shades and tints

Shades of #4EA5C3

#4EA5C3
(78,165,195)
#4796B2
(71,150,178)
#4087A1
(64,135,161)
#397890
(57,120,144)
#32697F
(50,105,127)
#2B5A6E
(43,90,110)
#244B5D
(36,75,93)
#1D3C4C
(29,60,76)
#162D3B
(22,45,59)
#0F1E2A
(15,30,42)
#080F19
(8,15,25)
#000000
(0,0,0)

Tints of #4EA5C3

#4EA5C3
(78,165,195)
#5EADC8
(94,173,200)
#6EB5CD
(110,181,205)
#7EBDD2
(126,189,210)
#8EC5D7
(142,197,215)
#9ECDDC
(158,205,220)
#AED5E1
(174,213,225)
#BEDDE6
(190,221,230)
#CEE5EB
(206,229,235)
#DEEDF0
(222,237,240)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EA5C3; }

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

This text font color is #4EA5C3.


Background Color

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

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

This div background color is #4EA5C3.


Border color

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

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

This div border color is #4EA5C3.


Opacity

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

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

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

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

This text has shadow with #4EA5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA5C3 on black background.


Color preview on white background

This text has color #4EA5C3 on white background.



Black color preview on #4EA5C3 background

This text has black color on #4EA5C3 background.


White color preview on #4EA5C3 background

This text has white color on #4EA5C3 background.