COLOR #4D94CF

HEX: #4D94CF
RGB: (77,148,207)

Color info

#4D94CF contains mainly green and blue colors. Web safe color of #4D94CF is #3399CC (or #39C).

RGB color model

#4D94CF color RGB value is (77,148,207).

  • red value is 77;
  • green value is 148;
  • blue value is 207.
RGB:
(77,148,207)
(30%,58%,81%)

RGB channels and saturation

R 77 of 255 = 30%
G 148 of 255 = 58%
B 207 of 255 = 81%

77
148
207

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

Portions of RGB colors in percentages

R + G + B =
77 + 148 + 207 = 432 (100%)
R 77 of 432 ~ 17.82%
G 148 of 432 ~ 34.26%
B 207 of 432 ~ 47.92%

%17.82
%34.26
%47.92

CMYK color model

#4D94CF color CMYK value is (63,29,0,19).

  • cyan value is 62.80%
  • magenta value is 28.50%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(63,29,0,19)
C63M29Y0K19 
(63%,29%,0%,19%)
(0.63/0.29/0.00/0.19)	

CMYK percentages

%62.8
%28.5
%0
%18.82

Codes

Color #4D94CF in popluar color models

4D94CF
RGB77148207
HSL207°57.52%55.69%
HSB/HSV207°62.80%81.18%
CMYK62.80%28.50%0.00%
18.82%

Color #4D94CF in popluar number systems.

HEX4D94CF
Decimal77148207
Binary10011011001010011001111
Octal115224317

Shades and tints

Shades of #4D94CF

#4D94CF
(77,148,207)
#4687BD
(70,135,189)
#3F7AAB
(63,122,171)
#386D99
(56,109,153)
#316087
(49,96,135)
#2A5375
(42,83,117)
#234663
(35,70,99)
#1C3951
(28,57,81)
#152C3F
(21,44,63)
#0E1F2D
(14,31,45)
#07121B
(7,18,27)
#000000
(0,0,0)

Tints of #4D94CF

#4D94CF
(77,148,207)
#5D9DD3
(93,157,211)
#6DA6D7
(109,166,215)
#7DAFDB
(125,175,219)
#8DB8DF
(141,184,223)
#9DC1E3
(157,193,227)
#ADCAE7
(173,202,231)
#BDD3EB
(189,211,235)
#CDDCEF
(205,220,239)
#DDE5F3
(221,229,243)
#EDEEF7
(237,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D94CF color. Also use rgb(77,148,207) instead hex code.

Text Font Color

.myTextColor { color: #4D94CF; }

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

This text font color is #4D94CF.


Background Color

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

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

This div background color is #4D94CF.


Border color

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

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

This div border color is #4D94CF.


Opacity

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

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

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

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

This text has shadow with #4D94CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D94CF on black background.


Color preview on white background

This text has color #4D94CF on white background.



Black color preview on #4D94CF background

This text has black color on #4D94CF background.


White color preview on #4D94CF background

This text has white color on #4D94CF background.