COLOR #4E95CA

HEX: #4E95CA
RGB: (78,149,202)

Color info

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

RGB color model

#4E95CA color RGB value is (78,149,202).

  • red value is 78;
  • green value is 149;
  • blue value is 202.
RGB:
(78,149,202)
(31%,58%,79%)

RGB channels and saturation

R 78 of 255 = 31%
G 149 of 255 = 58%
B 202 of 255 = 79%

78
149
202

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

Portions of RGB colors in percentages

R + G + B =
78 + 149 + 202 = 429 (100%)
R 78 of 429 ~ 18.18%
G 149 of 429 ~ 34.73%
B 202 of 429 ~ 47.09%

%18.18
%34.73
%47.09

CMYK color model

#4E95CA color CMYK value is (61,26,0,21).

  • cyan value is 61.39%
  • magenta value is 26.24%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(61,26,0,21)
C61M26Y0K21 
(61%,26%,0%,21%)
(0.61/0.26/0.00/0.21)	

CMYK percentages

%61.39
%26.24
%0
%20.78

Codes

Color #4E95CA in popluar color models

4E95CA
RGB78149202
HSL206°53.91%54.90%
HSB/HSV206°61.39%79.22%
CMYK61.39%26.24%0.00%
20.78%

Color #4E95CA in popluar number systems.

HEX4E95CA
Decimal78149202
Binary10011101001010111001010
Octal116225312

Shades and tints

Shades of #4E95CA

#4E95CA
(78,149,202)
#4788B8
(71,136,184)
#407BA6
(64,123,166)
#396E94
(57,110,148)
#326182
(50,97,130)
#2B5470
(43,84,112)
#24475E
(36,71,94)
#1D3A4C
(29,58,76)
#162D3A
(22,45,58)
#0F2028
(15,32,40)
#081316
(8,19,22)
#000000
(0,0,0)

Tints of #4E95CA

#4E95CA
(78,149,202)
#5E9ECE
(94,158,206)
#6EA7D2
(110,167,210)
#7EB0D6
(126,176,214)
#8EB9DA
(142,185,218)
#9EC2DE
(158,194,222)
#AECBE2
(174,203,226)
#BED4E6
(190,212,230)
#CEDDEA
(206,221,234)
#DEE6EE
(222,230,238)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E95CA color. Also use rgb(78,149,202) instead hex code.

Text Font Color

.myTextColor { color: #4E95CA; }

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

This text font color is #4E95CA.


Background Color

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

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

This div background color is #4E95CA.


Border color

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

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

This div border color is #4E95CA.


Opacity

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

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

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

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

This text has shadow with #4E95CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E95CA on black background.


Color preview on white background

This text has color #4E95CA on white background.



Black color preview on #4E95CA background

This text has black color on #4E95CA background.


White color preview on #4E95CA background

This text has white color on #4E95CA background.