COLOR #4D87BF

HEX: #4D87BF
RGB: (77,135,191)

Color info

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

RGB color model

#4D87BF color RGB value is (77,135,191).

  • red value is 77;
  • green value is 135;
  • blue value is 191.
RGB:
(77,135,191)
(30%,53%,75%)

RGB channels and saturation

R 77 of 255 = 30%
G 135 of 255 = 53%
B 191 of 255 = 75%

77
135
191

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

Portions of RGB colors in percentages

R + G + B =
77 + 135 + 191 = 403 (100%)
R 77 of 403 ~ 19.11%
G 135 of 403 ~ 33.5%
B 191 of 403 ~ 47.39%

%19.11
%33.5
%47.39

CMYK color model

#4D87BF color CMYK value is (60,29,0,25).

  • cyan value is 59.69%
  • magenta value is 29.32%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(60,29,0,25)
C60M29Y0K25 
(60%,29%,0%,25%)
(0.60/0.29/0.00/0.25)	

CMYK percentages

%59.69
%29.32
%0
%25.1

Codes

Color #4D87BF in popluar color models

4D87BF
RGB77135191
HSL209°47.11%52.55%
HSB/HSV209°59.69%74.90%
CMYK59.69%29.32%0.00%
25.10%

Color #4D87BF in popluar number systems.

HEX4D87BF
Decimal77135191
Binary10011011000011110111111
Octal115207277

Shades and tints

Shades of #4D87BF

#4D87BF
(77,135,191)
#467BAE
(70,123,174)
#3F6F9D
(63,111,157)
#38638C
(56,99,140)
#31577B
(49,87,123)
#2A4B6A
(42,75,106)
#233F59
(35,63,89)
#1C3348
(28,51,72)
#152737
(21,39,55)
#0E1B26
(14,27,38)
#070F15
(7,15,21)
#000000
(0,0,0)

Tints of #4D87BF

#4D87BF
(77,135,191)
#5D91C4
(93,145,196)
#6D9BC9
(109,155,201)
#7DA5CE
(125,165,206)
#8DAFD3
(141,175,211)
#9DB9D8
(157,185,216)
#ADC3DD
(173,195,221)
#BDCDE2
(189,205,226)
#CDD7E7
(205,215,231)
#DDE1EC
(221,225,236)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D87BF color. Also use rgb(77,135,191) instead hex code.

Text Font Color

.myTextColor { color: #4D87BF; }

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

This text font color is #4D87BF.


Background Color

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

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

This div background color is #4D87BF.


Border color

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

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

This div border color is #4D87BF.


Opacity

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

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

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

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

This text has shadow with #4D87BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D87BF on black background.


Color preview on white background

This text has color #4D87BF on white background.



Black color preview on #4D87BF background

This text has black color on #4D87BF background.


White color preview on #4D87BF background

This text has white color on #4D87BF background.