COLOR #4FB9CF

HEX: #4FB9CF
RGB: (79,185,207)

Color info

#4FB9CF contains mainly green and blue colors. Web safe color of #4FB9CF is #66CCCC (or #6CC).

RGB color model

#4FB9CF color RGB value is (79,185,207).

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

RGB channels and saturation

R 79 of 255 = 31%
G 185 of 255 = 73%
B 207 of 255 = 81%

79
185
207

R + G + B ~ 62%. #4FB9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 185 + 207 = 471 (100%)
R 79 of 471 ~ 16.77%
G 185 of 471 ~ 39.28%
B 207 of 471 ~ 43.95%

%16.77
%39.28
%43.95

CMYK color model

#4FB9CF color CMYK value is (62,11,0,19).

  • cyan value is 61.84%
  • magenta value is 10.63%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(62,11,0,19)
C62M11Y0K19 
(62%,11%,0%,19%)
(0.62/0.11/0.00/0.19)	

CMYK percentages

%61.84
%10.63
%0
%18.82

Codes

Color #4FB9CF in popluar color models

4FB9CF
RGB79185207
HSL190°57.14%56.08%
HSB/HSV190°61.84%81.18%
CMYK61.84%10.63%0.00%
18.82%

Color #4FB9CF in popluar number systems.

HEX4FB9CF
Decimal79185207
Binary10011111011100111001111
Octal117271317

Shades and tints

Shades of #4FB9CF

#4FB9CF
(79,185,207)
#48A9BD
(72,169,189)
#4199AB
(65,153,171)
#3A8999
(58,137,153)
#337987
(51,121,135)
#2C6975
(44,105,117)
#255963
(37,89,99)
#1E4951
(30,73,81)
#17393F
(23,57,63)
#10292D
(16,41,45)
#09191B
(9,25,27)
#000000
(0,0,0)

Tints of #4FB9CF

#4FB9CF
(79,185,207)
#5FBFD3
(95,191,211)
#6FC5D7
(111,197,215)
#7FCBDB
(127,203,219)
#8FD1DF
(143,209,223)
#9FD7E3
(159,215,227)
#AFDDE7
(175,221,231)
#BFE3EB
(191,227,235)
#CFE9EF
(207,233,239)
#DFEFF3
(223,239,243)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FB9CF; }

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

This text font color is #4FB9CF.


Background Color

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

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

This div background color is #4FB9CF.


Border color

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

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

This div border color is #4FB9CF.


Opacity

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

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

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

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

This text has shadow with #4FB9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FB9CF on black background.


Color preview on white background

This text has color #4FB9CF on white background.



Black color preview on #4FB9CF background

This text has black color on #4FB9CF background.


White color preview on #4FB9CF background

This text has white color on #4FB9CF background.