COLOR #4FD0F4

HEX: #4FD0F4
RGB: (79,208,244)

Color info

#4FD0F4 contains mainly green and blue colors. Web safe color of #4FD0F4 is #66CCFF (or #6CF).

RGB color model

#4FD0F4 color RGB value is (79,208,244).

  • red value is 79;
  • green value is 208;
  • blue value is 244.
RGB:
(79,208,244)
(31%,82%,96%)

RGB channels and saturation

R 79 of 255 = 31%
G 208 of 255 = 82%
B 244 of 255 = 96%

79
208
244

R + G + B ~ 70%. #4FD0F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 208 + 244 = 531 (100%)
R 79 of 531 ~ 14.88%
G 208 of 531 ~ 39.17%
B 244 of 531 ~ 45.95%

%14.88
%39.17
%45.95

CMYK color model

#4FD0F4 color CMYK value is (68,15,0,4).

  • cyan value is 67.62%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(68,15,0,4)
C68M15Y0K4 
(68%,15%,0%,4%)
(0.68/0.15/0.00/0.04)	

CMYK percentages

%67.62
%14.75
%0
%4.31

Codes

Color #4FD0F4 in popluar color models

4FD0F4
RGB79208244
HSL193°88.24%63.33%
HSB/HSV193°67.62%95.69%
CMYK67.62%14.75%0.00%
4.31%

Color #4FD0F4 in popluar number systems.

HEX4FD0F4
Decimal79208244
Binary10011111101000011110100
Octal117320364

Shades and tints

Shades of #4FD0F4

#4FD0F4
(79,208,244)
#48BEDE
(72,190,222)
#41ACC8
(65,172,200)
#3A9AB2
(58,154,178)
#33889C
(51,136,156)
#2C7686
(44,118,134)
#256470
(37,100,112)
#1E525A
(30,82,90)
#174044
(23,64,68)
#102E2E
(16,46,46)
#091C18
(9,28,24)
#000000
(0,0,0)

Tints of #4FD0F4

#4FD0F4
(79,208,244)
#5FD4F5
(95,212,245)
#6FD8F6
(111,216,246)
#7FDCF7
(127,220,247)
#8FE0F8
(143,224,248)
#9FE4F9
(159,228,249)
#AFE8FA
(175,232,250)
#BFECFB
(191,236,251)
#CFF0FC
(207,240,252)
#DFF4FD
(223,244,253)
#EFF8FE
(239,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FD0F4 color. Also use rgb(79,208,244) instead hex code.

Text Font Color

.myTextColor { color: #4FD0F4; }

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

This text font color is #4FD0F4.


Background Color

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

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

This div background color is #4FD0F4.


Border color

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

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

This div border color is #4FD0F4.


Opacity

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

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

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

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

This text has shadow with #4FD0F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FD0F4 on black background.


Color preview on white background

This text has color #4FD0F4 on white background.



Black color preview on #4FD0F4 background

This text has black color on #4FD0F4 background.


White color preview on #4FD0F4 background

This text has white color on #4FD0F4 background.