COLOR #4D96BB

HEX: #4D96BB
RGB: (77,150,187)

Color info

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

RGB color model

#4D96BB color RGB value is (77,150,187).

  • red value is 77;
  • green value is 150;
  • blue value is 187.
RGB:
(77,150,187)
(30%,59%,73%)

RGB channels and saturation

R 77 of 255 = 30%
G 150 of 255 = 59%
B 187 of 255 = 73%

77
150
187

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

Portions of RGB colors in percentages

R + G + B =
77 + 150 + 187 = 414 (100%)
R 77 of 414 ~ 18.6%
G 150 of 414 ~ 36.23%
B 187 of 414 ~ 45.17%

%18.6
%36.23
%45.17

CMYK color model

#4D96BB color CMYK value is (59,20,0,27).

  • cyan value is 58.82%
  • magenta value is 19.79%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(59,20,0,27)
C59M20Y0K27 
(59%,20%,0%,27%)
(0.59/0.20/0.00/0.27)	

CMYK percentages

%58.82
%19.79
%0
%26.67

Codes

Color #4D96BB in popluar color models

4D96BB
RGB77150187
HSL200°44.72%51.76%
HSB/HSV200°58.82%73.33%
CMYK58.82%19.79%0.00%
26.67%

Color #4D96BB in popluar number systems.

HEX4D96BB
Decimal77150187
Binary10011011001011010111011
Octal115226273

Shades and tints

Shades of #4D96BB

#4D96BB
(77,150,187)
#4689AA
(70,137,170)
#3F7C99
(63,124,153)
#386F88
(56,111,136)
#316277
(49,98,119)
#2A5566
(42,85,102)
#234855
(35,72,85)
#1C3B44
(28,59,68)
#152E33
(21,46,51)
#0E2122
(14,33,34)
#071411
(7,20,17)
#000000
(0,0,0)

Tints of #4D96BB

#4D96BB
(77,150,187)
#5D9FC1
(93,159,193)
#6DA8C7
(109,168,199)
#7DB1CD
(125,177,205)
#8DBAD3
(141,186,211)
#9DC3D9
(157,195,217)
#ADCCDF
(173,204,223)
#BDD5E5
(189,213,229)
#CDDEEB
(205,222,235)
#DDE7F1
(221,231,241)
#EDF0F7
(237,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D96BB color. Also use rgb(77,150,187) instead hex code.

Text Font Color

.myTextColor { color: #4D96BB; }

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

This text font color is #4D96BB.


Background Color

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

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

This div background color is #4D96BB.


Border color

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

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

This div border color is #4D96BB.


Opacity

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

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

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

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

This text has shadow with #4D96BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D96BB on black background.


Color preview on white background

This text has color #4D96BB on white background.



Black color preview on #4D96BB background

This text has black color on #4D96BB background.


White color preview on #4D96BB background

This text has white color on #4D96BB background.