COLOR #4F8FD9

HEX: #4F8FD9
RGB: (79,143,217)

Color info

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

RGB color model

#4F8FD9 color RGB value is (79,143,217).

  • red value is 79;
  • green value is 143;
  • blue value is 217.
RGB:
(79,143,217)
(31%,56%,85%)

RGB channels and saturation

R 79 of 255 = 31%
G 143 of 255 = 56%
B 217 of 255 = 85%

79
143
217

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

Portions of RGB colors in percentages

R + G + B =
79 + 143 + 217 = 439 (100%)
R 79 of 439 ~ 18%
G 143 of 439 ~ 32.57%
B 217 of 439 ~ 49.43%

%18
%32.57
%49.43

CMYK color model

#4F8FD9 color CMYK value is (64,34,0,15).

  • cyan value is 63.59%
  • magenta value is 34.10%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(64,34,0,15)
C64M34Y0K15 
(64%,34%,0%,15%)
(0.64/0.34/0.00/0.15)	

CMYK percentages

%63.59
%34.1
%0
%14.9

Codes

Color #4F8FD9 in popluar color models

4F8FD9
RGB79143217
HSL212°64.49%58.04%
HSB/HSV212°63.59%85.10%
CMYK63.59%34.10%0.00%
14.90%

Color #4F8FD9 in popluar number systems.

HEX4F8FD9
Decimal79143217
Binary10011111000111111011001
Octal117217331

Shades and tints

Shades of #4F8FD9

#4F8FD9
(79,143,217)
#4882C6
(72,130,198)
#4175B3
(65,117,179)
#3A68A0
(58,104,160)
#335B8D
(51,91,141)
#2C4E7A
(44,78,122)
#254167
(37,65,103)
#1E3454
(30,52,84)
#172741
(23,39,65)
#101A2E
(16,26,46)
#090D1B
(9,13,27)
#000000
(0,0,0)

Tints of #4F8FD9

#4F8FD9
(79,143,217)
#5F99DC
(95,153,220)
#6FA3DF
(111,163,223)
#7FADE2
(127,173,226)
#8FB7E5
(143,183,229)
#9FC1E8
(159,193,232)
#AFCBEB
(175,203,235)
#BFD5EE
(191,213,238)
#CFDFF1
(207,223,241)
#DFE9F4
(223,233,244)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F8FD9 color. Also use rgb(79,143,217) instead hex code.

Text Font Color

.myTextColor { color: #4F8FD9; }

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

This text font color is #4F8FD9.


Background Color

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

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

This div background color is #4F8FD9.


Border color

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

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

This div border color is #4F8FD9.


Opacity

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

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

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

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

This text has shadow with #4F8FD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F8FD9 on black background.


Color preview on white background

This text has color #4F8FD9 on white background.



Black color preview on #4F8FD9 background

This text has black color on #4F8FD9 background.


White color preview on #4F8FD9 background

This text has white color on #4F8FD9 background.