COLOR #4E9DCB

HEX: #4E9DCB
RGB: (78,157,203)

Color info

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

RGB color model

#4E9DCB color RGB value is (78,157,203).

  • red value is 78;
  • green value is 157;
  • blue value is 203.
RGB:
(78,157,203)
(31%,62%,80%)

RGB channels and saturation

R 78 of 255 = 31%
G 157 of 255 = 62%
B 203 of 255 = 80%

78
157
203

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

Portions of RGB colors in percentages

R + G + B =
78 + 157 + 203 = 438 (100%)
R 78 of 438 ~ 17.81%
G 157 of 438 ~ 35.84%
B 203 of 438 ~ 46.35%

%17.81
%35.84
%46.35

CMYK color model

#4E9DCB color CMYK value is (62,23,0,20).

  • cyan value is 61.58%
  • magenta value is 22.66%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(62,23,0,20)
C62M23Y0K20 
(62%,23%,0%,20%)
(0.62/0.23/0.00/0.20)	

CMYK percentages

%61.58
%22.66
%0
%20.39

Codes

Color #4E9DCB in popluar color models

4E9DCB
RGB78157203
HSL202°54.59%55.10%
HSB/HSV202°61.58%79.61%
CMYK61.58%22.66%0.00%
20.39%

Color #4E9DCB in popluar number systems.

HEX4E9DCB
Decimal78157203
Binary10011101001110111001011
Octal116235313

Shades and tints

Shades of #4E9DCB

#4E9DCB
(78,157,203)
#478FB9
(71,143,185)
#4081A7
(64,129,167)
#397395
(57,115,149)
#326583
(50,101,131)
#2B5771
(43,87,113)
#24495F
(36,73,95)
#1D3B4D
(29,59,77)
#162D3B
(22,45,59)
#0F1F29
(15,31,41)
#081117
(8,17,23)
#000000
(0,0,0)

Tints of #4E9DCB

#4E9DCB
(78,157,203)
#5EA5CF
(94,165,207)
#6EADD3
(110,173,211)
#7EB5D7
(126,181,215)
#8EBDDB
(142,189,219)
#9EC5DF
(158,197,223)
#AECDE3
(174,205,227)
#BED5E7
(190,213,231)
#CEDDEB
(206,221,235)
#DEE5EF
(222,229,239)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9DCB color. Also use rgb(78,157,203) instead hex code.

Text Font Color

.myTextColor { color: #4E9DCB; }

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

This text font color is #4E9DCB.


Background Color

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

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

This div background color is #4E9DCB.


Border color

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

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

This div border color is #4E9DCB.


Opacity

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

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

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

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

This text has shadow with #4E9DCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9DCB on black background.


Color preview on white background

This text has color #4E9DCB on white background.



Black color preview on #4E9DCB background

This text has black color on #4E9DCB background.


White color preview on #4E9DCB background

This text has white color on #4E9DCB background.