COLOR #4FB7DA

HEX: #4FB7DA RGB: (79,183,218)

Color info

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

RGB color model

#4FB7DA color RGB value is (79,183,218).

RGB: (79,183,218) (31%, 72%, 85%)

RGB channels and saturation

R 79 of 255 = 31%
G 183 of 255 = 72%
B 218 of 255 = 85%

79
183
218

R + G + B ~ 63%. #4FB7DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 79 + 183 + 218 = 480 (100%)
R 79 of 480 ~ 16.46%
G 183 of 480 ~ 38.13%
B 218 of 480 ~ 45.42'%

%16.46
%38.13
%45.42

CMYK color model

#4FB7DA color CMYK value is (64,16,0,15).

  • cyan value is 63.76%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (64,16,0,15)
C64M16Y0K15 (64%, 16%, 0%, 15%)
(0.64 / 0.16 / 0.00 / 0.15)

CMYK percentages

%63.76
%16.06
%0
%14.51

Codes

Color #4FB7DA in popluar color models

4F B7 DA
RGB 79 183 218
HSL 195° 65.26% 58.24%
HSB/HSV 195° 63.76% 85.49%
CMYK 63.76% 16.06% 0.00%
14.51%

Color #4FB7DA in popluar number systems.

HEX 4F B7 DA
Decimal 79 183 218
Binary 1001111 10110111 11011010
Octal 117 267 332

Shades and tints

Shades of #4FB7DA

#4FB7DA
(79,183,218)
#48A7C7
(72,167,199)
#4197B4
(65,151,180)
#3A87A1
(58,135,161)
#33778E
(51,119,142)
#2C677B
(44,103,123)
#255768
(37,87,104)
#1E4755
(30,71,85)
#173742
(23,55,66)
#10272F
(16,39,47)
#09171C
(9,23,28)
#000000
(0,0,0)

Tints of #4FB7DA

#4FB7DA
(79,183,218)
#5FBDDD
(95,189,221)
#6FC3E0
(111,195,224)
#7FC9E3
(127,201,227)
#8FCFE6
(143,207,230)
#9FD5E9
(159,213,233)
#AFDBEC
(175,219,236)
#BFE1EF
(191,225,239)
#CFE7F2
(207,231,242)
#DFEDF5
(223,237,245)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FB7DA color. Also use rgb(79,183,218) instead hex code.

Text Font Color

.myTextColor { color: #4FB7DA; }

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

This text font color is #4FB7DA.

Background Color

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

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

This div background color is #4FB7DA.

Border color

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

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

This div border color is #4FB7DA.

Opacity

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

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

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

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

This text has shadow with #4FB7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FB7DA.

Preview

Color preview on black background

This text has color #4FB7DA on black background.


Color preview on white background

This text has color #4FB7DA on white background.


Black color preview on #4FB7DA background

This text has black color on #4FB7DA background.


White color preview on #4FB7DA background

This text has white color on #4FB7DA background.


Related colors

Complementary color

Complementary color for #hex is #B04825.


I love getcolorcode.com

Triadic colors

1 #DA4FB7 and #B7DA4F with #4FB7DA are triadic colors.

2 #DAB74F and #B74FDA with #4FB7DA are triadic colors.