COLOR #4D9EFE

HEX: #4D9EFE
RGB: (77,158,254)

Color info

#4D9EFE contains mainly blue color. Web safe color of #4D9EFE is #3399FF (or #39F).

RGB color model

#4D9EFE color RGB value is (77,158,254).

  • red value is 77;
  • green value is 158;
  • blue value is 254.
RGB:
(77,158,254)
(30%,62%,100%)

RGB channels and saturation

R 77 of 255 = 30%
G 158 of 255 = 62%
B 254 of 255 = 100%

77
158
254

R + G + B ~ 64%. #4D9EFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
77 + 158 + 254 = 489 (100%)
R 77 of 489 ~ 15.75%
G 158 of 489 ~ 32.31%
B 254 of 489 ~ 51.94%

%15.75
%32.31
%51.94

CMYK color model

#4D9EFE color CMYK value is (70,38,0,0).

  • cyan value is 69.69%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(70,38,0,0)
C70M38Y0K0 
(70%,38%,0%,0%)
(0.70/0.38/0.00/0.00)	

CMYK percentages

%69.69
%37.8
%0
%0.39

Codes

Color #4D9EFE in popluar color models

4D9EFE
RGB77158254
HSL213°98.88%64.90%
HSB/HSV213°69.69%99.61%
CMYK69.69%37.80%0.00%
0.39%

Color #4D9EFE in popluar number systems.

HEX4D9EFE
Decimal77158254
Binary10011011001111011111110
Octal115236376

Shades and tints

Shades of #4D9EFE

#4D9EFE
(77,158,254)
#4690E7
(70,144,231)
#3F82D0
(63,130,208)
#3874B9
(56,116,185)
#3166A2
(49,102,162)
#2A588B
(42,88,139)
#234A74
(35,74,116)
#1C3C5D
(28,60,93)
#152E46
(21,46,70)
#0E202F
(14,32,47)
#071218
(7,18,24)
#000000
(0,0,0)

Tints of #4D9EFE

#4D9EFE
(77,158,254)
#5DA6FE
(93,166,254)
#6DAEFE
(109,174,254)
#7DB6FE
(125,182,254)
#8DBEFE
(141,190,254)
#9DC6FE
(157,198,254)
#ADCEFE
(173,206,254)
#BDD6FE
(189,214,254)
#CDDEFE
(205,222,254)
#DDE6FE
(221,230,254)
#EDEEFE
(237,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9EFE color. Also use rgb(77,158,254) instead hex code.

Text Font Color

.myTextColor { color: #4D9EFE; }

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

This text font color is #4D9EFE.


Background Color

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

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

This div background color is #4D9EFE.


Border color

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

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

This div border color is #4D9EFE.


Opacity

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

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

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

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

This text has shadow with #4D9EFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9EFE on black background.


Color preview on white background

This text has color #4D9EFE on white background.



Black color preview on #4D9EFE background

This text has black color on #4D9EFE background.


White color preview on #4D9EFE background

This text has white color on #4D9EFE background.