COLOR #4F88DC

HEX: #4F88DC
RGB: (79,136,220)

Color info

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

RGB color model

#4F88DC color RGB value is (79,136,220).

  • red value is 79;
  • green value is 136;
  • blue value is 220.
RGB:
(79,136,220)
(31%,53%,86%)

RGB channels and saturation

R 79 of 255 = 31%
G 136 of 255 = 53%
B 220 of 255 = 86%

79
136
220

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

Portions of RGB colors in percentages

R + G + B =
79 + 136 + 220 = 435 (100%)
R 79 of 435 ~ 18.16%
G 136 of 435 ~ 31.26%
B 220 of 435 ~ 50.57%

%18.16
%31.26
%50.57

CMYK color model

#4F88DC color CMYK value is (64,38,0,14).

  • cyan value is 64.09%
  • magenta value is 38.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(64,38,0,14)
C64M38Y0K14 
(64%,38%,0%,14%)
(0.64/0.38/0.00/0.14)	

CMYK percentages

%64.09
%38.18
%0
%13.73

Codes

Color #4F88DC in popluar color models

4F88DC
RGB79136220
HSL216°66.82%58.63%
HSB/HSV216°64.09%86.27%
CMYK64.09%38.18%0.00%
13.73%

Color #4F88DC in popluar number systems.

HEX4F88DC
Decimal79136220
Binary10011111000100011011100
Octal117210334

Shades and tints

Shades of #4F88DC

#4F88DC
(79,136,220)
#487CC8
(72,124,200)
#4170B4
(65,112,180)
#3A64A0
(58,100,160)
#33588C
(51,88,140)
#2C4C78
(44,76,120)
#254064
(37,64,100)
#1E3450
(30,52,80)
#17283C
(23,40,60)
#101C28
(16,28,40)
#091014
(9,16,20)
#000000
(0,0,0)

Tints of #4F88DC

#4F88DC
(79,136,220)
#5F92DF
(95,146,223)
#6F9CE2
(111,156,226)
#7FA6E5
(127,166,229)
#8FB0E8
(143,176,232)
#9FBAEB
(159,186,235)
#AFC4EE
(175,196,238)
#BFCEF1
(191,206,241)
#CFD8F4
(207,216,244)
#DFE2F7
(223,226,247)
#EFECFA
(239,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F88DC color. Also use rgb(79,136,220) instead hex code.

Text Font Color

.myTextColor { color: #4F88DC; }

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

This text font color is #4F88DC.


Background Color

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

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

This div background color is #4F88DC.


Border color

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

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

This div border color is #4F88DC.


Opacity

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

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

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

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

This text has shadow with #4F88DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F88DC on black background.


Color preview on white background

This text has color #4F88DC on white background.



Black color preview on #4F88DC background

This text has black color on #4F88DC background.


White color preview on #4F88DC background

This text has white color on #4F88DC background.