COLOR #4F71CF

HEX: #4F71CF
RGB: (79,113,207)

Color info

#4F71CF contains mainly blue color. Web safe color of #4F71CF is #6666CC (or #66C).

RGB color model

#4F71CF color RGB value is (79,113,207).

  • red value is 79;
  • green value is 113;
  • blue value is 207.
RGB:
(79,113,207)
(31%,44%,81%)

RGB channels and saturation

R 79 of 255 = 31%
G 113 of 255 = 44%
B 207 of 255 = 81%

79
113
207

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

Portions of RGB colors in percentages

R + G + B =
79 + 113 + 207 = 399 (100%)
R 79 of 399 ~ 19.8%
G 113 of 399 ~ 28.32%
B 207 of 399 ~ 51.88%

%19.8
%28.32
%51.88

CMYK color model

#4F71CF color CMYK value is (62,45,0,19).

  • cyan value is 61.84%
  • magenta value is 45.41%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(62,45,0,19)
C62M45Y0K19 
(62%,45%,0%,19%)
(0.62/0.45/0.00/0.19)	

CMYK percentages

%61.84
%45.41
%0
%18.82

Codes

Color #4F71CF in popluar color models

4F71CF
RGB79113207
HSL224°57.14%56.08%
HSB/HSV224°61.84%81.18%
CMYK61.84%45.41%0.00%
18.82%

Color #4F71CF in popluar number systems.

HEX4F71CF
Decimal79113207
Binary1001111111000111001111
Octal117161317

Shades and tints

Shades of #4F71CF

#4F71CF
(79,113,207)
#4867BD
(72,103,189)
#415DAB
(65,93,171)
#3A5399
(58,83,153)
#334987
(51,73,135)
#2C3F75
(44,63,117)
#253563
(37,53,99)
#1E2B51
(30,43,81)
#17213F
(23,33,63)
#10172D
(16,23,45)
#090D1B
(9,13,27)
#000000
(0,0,0)

Tints of #4F71CF

#4F71CF
(79,113,207)
#5F7DD3
(95,125,211)
#6F89D7
(111,137,215)
#7F95DB
(127,149,219)
#8FA1DF
(143,161,223)
#9FADE3
(159,173,227)
#AFB9E7
(175,185,231)
#BFC5EB
(191,197,235)
#CFD1EF
(207,209,239)
#DFDDF3
(223,221,243)
#EFE9F7
(239,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F71CF color. Also use rgb(79,113,207) instead hex code.

Text Font Color

.myTextColor { color: #4F71CF; }

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

This text font color is #4F71CF.


Background Color

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

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

This div background color is #4F71CF.


Border color

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

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

This div border color is #4F71CF.


Opacity

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

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

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

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

This text has shadow with #4F71CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F71CF on black background.


Color preview on white background

This text has color #4F71CF on white background.



Black color preview on #4F71CF background

This text has black color on #4F71CF background.


White color preview on #4F71CF background

This text has white color on #4F71CF background.