COLOR #4FA7F7

HEX: #4FA7F7 RGB: (79,167,247)

Color info

#4FA7F7 contains mainly blue color. Web safe color of #4FA7F7 is #6699FF (or #69F).

RGB color model

#4FA7F7 color RGB value is (79,167,247).

RGB: (79,167,247) (31%, 65%, 97%)

RGB channels and saturation

R 79 of 255 = 31%
G 167 of 255 = 65%
B 247 of 255 = 97%

79
167
247

R + G + B ~ 64%. #4FA7F7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 79 + 167 + 247 = 493 (100%)
R 79 of 493 ~ 16.02%
G 167 of 493 ~ 33.87%
B 247 of 493 ~ 50.1'%

%16.02
%33.87
%50.1

CMYK color model

#4FA7F7 color CMYK value is (68,32,0,3).

  • cyan value is 68.02%
  • magenta value is 32.39%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (68,32,0,3)
C68M32Y0K3 (68%, 32%, 0%, 3%)
(0.68 / 0.32 / 0.00 / 0.03)

CMYK percentages

%68.02
%32.39
%0
%3.14

Codes

Color #4FA7F7 in popluar color models

4F A7 F7
RGB 79 167 247
HSL 209° 91.30% 63.92%
HSB/HSV 209° 68.02% 96.86%
CMYK 68.02% 32.39% 0.00%
3.14%

Color #4FA7F7 in popluar number systems.

HEX 4F A7 F7
Decimal 79 167 247
Binary 1001111 10100111 11110111
Octal 117 247 367

Shades and tints

Shades of #4FA7F7

#4FA7F7
(79,167,247)
#4898E1
(72,152,225)
#4189CB
(65,137,203)
#3A7AB5
(58,122,181)
#336B9F
(51,107,159)
#2C5C89
(44,92,137)
#254D73
(37,77,115)
#1E3E5D
(30,62,93)
#172F47
(23,47,71)
#102031
(16,32,49)
#09111B
(9,17,27)
#000000
(0,0,0)

Tints of #4FA7F7

#4FA7F7
(79,167,247)
#5FAFF7
(95,175,247)
#6FB7F7
(111,183,247)
#7FBFF7
(127,191,247)
#8FC7F7
(143,199,247)
#9FCFF7
(159,207,247)
#AFD7F7
(175,215,247)
#BFDFF7
(191,223,247)
#CFE7F7
(207,231,247)
#DFEFF7
(223,239,247)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FA7F7 color. Also use rgb(79,167,247) instead hex code.

Text Font Color

.myTextColor { color: #4FA7F7; }

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

This text font color is #4FA7F7.

Background Color

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

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

This div background color is #4FA7F7.

Border color

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

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

This div border color is #4FA7F7.

Opacity

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

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

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

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

This text has shadow with #4FA7F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FA7F7.

Preview

Color preview on black background

This text has color #4FA7F7 on black background.


Color preview on white background

This text has color #4FA7F7 on white background.


Black color preview on #4FA7F7 background

This text has black color on #4FA7F7 background.


White color preview on #4FA7F7 background

This text has white color on #4FA7F7 background.


Related colors

Complementary color

Complementary color for #hex is #B05808.


I love getcolorcode.com

Triadic colors

1 #F74FA7 and #A7F74F with #4FA7F7 are triadic colors.

2 #F7A74F and #A74FF7 with #4FA7F7 are triadic colors.