COLOR #4D95D3

HEX: #4D95D3
RGB: (77,149,211)

Color info

#4D95D3 contains mainly blue color. Web safe color of #4D95D3 is #3399CC (or #39C).

RGB color model

#4D95D3 color RGB value is (77,149,211).

  • red value is 77;
  • green value is 149;
  • blue value is 211.
RGB:
(77,149,211)
(30%,58%,83%)

RGB channels and saturation

R 77 of 255 = 30%
G 149 of 255 = 58%
B 211 of 255 = 83%

77
149
211

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

Portions of RGB colors in percentages

R + G + B =
77 + 149 + 211 = 437 (100%)
R 77 of 437 ~ 17.62%
G 149 of 437 ~ 34.1%
B 211 of 437 ~ 48.28%

%17.62
%34.1
%48.28

CMYK color model

#4D95D3 color CMYK value is (64,29,0,17).

  • cyan value is 63.51%
  • magenta value is 29.38%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(64,29,0,17)
C64M29Y0K17 
(64%,29%,0%,17%)
(0.64/0.29/0.00/0.17)	

CMYK percentages

%63.51
%29.38
%0
%17.25

Codes

Color #4D95D3 in popluar color models

4D95D3
RGB77149211
HSL208°60.36%56.47%
HSB/HSV208°63.51%82.75%
CMYK63.51%29.38%0.00%
17.25%

Color #4D95D3 in popluar number systems.

HEX4D95D3
Decimal77149211
Binary10011011001010111010011
Octal115225323

Shades and tints

Shades of #4D95D3

#4D95D3
(77,149,211)
#4688C0
(70,136,192)
#3F7BAD
(63,123,173)
#386E9A
(56,110,154)
#316187
(49,97,135)
#2A5474
(42,84,116)
#234761
(35,71,97)
#1C3A4E
(28,58,78)
#152D3B
(21,45,59)
#0E2028
(14,32,40)
#071315
(7,19,21)
#000000
(0,0,0)

Tints of #4D95D3

#4D95D3
(77,149,211)
#5D9ED7
(93,158,215)
#6DA7DB
(109,167,219)
#7DB0DF
(125,176,223)
#8DB9E3
(141,185,227)
#9DC2E7
(157,194,231)
#ADCBEB
(173,203,235)
#BDD4EF
(189,212,239)
#CDDDF3
(205,221,243)
#DDE6F7
(221,230,247)
#EDEFFB
(237,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D95D3 color. Also use rgb(77,149,211) instead hex code.

Text Font Color

.myTextColor { color: #4D95D3; }

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

This text font color is #4D95D3.


Background Color

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

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

This div background color is #4D95D3.


Border color

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

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

This div border color is #4D95D3.


Opacity

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

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

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

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

This text has shadow with #4D95D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D95D3 on black background.


Color preview on white background

This text has color #4D95D3 on white background.



Black color preview on #4D95D3 background

This text has black color on #4D95D3 background.


White color preview on #4D95D3 background

This text has white color on #4D95D3 background.