COLOR #4F87D7

HEX: #4F87D7
RGB: (79,135,215)

Color info

#4F87D7 contains mainly blue color. Web safe color of #4F87D7 is #6699CC (or #69C).

RGB color model

#4F87D7 color RGB value is (79,135,215).

  • red value is 79;
  • green value is 135;
  • blue value is 215.
RGB:
(79,135,215)
(31%,53%,84%)

RGB channels and saturation

R 79 of 255 = 31%
G 135 of 255 = 53%
B 215 of 255 = 84%

79
135
215

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

Portions of RGB colors in percentages

R + G + B =
79 + 135 + 215 = 429 (100%)
R 79 of 429 ~ 18.41%
G 135 of 429 ~ 31.47%
B 215 of 429 ~ 50.12%

%18.41
%31.47
%50.12

CMYK color model

#4F87D7 color CMYK value is (63,37,0,16).

  • cyan value is 63.26%
  • magenta value is 37.21%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(63,37,0,16)
C63M37Y0K16 
(63%,37%,0%,16%)
(0.63/0.37/0.00/0.16)	

CMYK percentages

%63.26
%37.21
%0
%15.69

Codes

Color #4F87D7 in popluar color models

4F87D7
RGB79135215
HSL215°62.96%57.65%
HSB/HSV215°63.26%84.31%
CMYK63.26%37.21%0.00%
15.69%

Color #4F87D7 in popluar number systems.

HEX4F87D7
Decimal79135215
Binary10011111000011111010111
Octal117207327

Shades and tints

Shades of #4F87D7

#4F87D7
(79,135,215)
#487BC4
(72,123,196)
#416FB1
(65,111,177)
#3A639E
(58,99,158)
#33578B
(51,87,139)
#2C4B78
(44,75,120)
#253F65
(37,63,101)
#1E3352
(30,51,82)
#17273F
(23,39,63)
#101B2C
(16,27,44)
#090F19
(9,15,25)
#000000
(0,0,0)

Tints of #4F87D7

#4F87D7
(79,135,215)
#5F91DA
(95,145,218)
#6F9BDD
(111,155,221)
#7FA5E0
(127,165,224)
#8FAFE3
(143,175,227)
#9FB9E6
(159,185,230)
#AFC3E9
(175,195,233)
#BFCDEC
(191,205,236)
#CFD7EF
(207,215,239)
#DFE1F2
(223,225,242)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F87D7 color. Also use rgb(79,135,215) instead hex code.

Text Font Color

.myTextColor { color: #4F87D7; }

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

This text font color is #4F87D7.


Background Color

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

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

This div background color is #4F87D7.


Border color

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

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

This div border color is #4F87D7.


Opacity

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

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

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

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

This text has shadow with #4F87D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F87D7 on black background.


Color preview on white background

This text has color #4F87D7 on white background.



Black color preview on #4F87D7 background

This text has black color on #4F87D7 background.


White color preview on #4F87D7 background

This text has white color on #4F87D7 background.