COLOR #4FB5D2

HEX: #4FB5D2 RGB: (79,181,210)

Color info

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

RGB color model

#4FB5D2 color RGB value is (79,181,210).

RGB: (79,181,210) (31%, 71%, 82%)

RGB channels and saturation

R 79 of 255 = 31%
G 181 of 255 = 71%
B 210 of 255 = 82%

79
181
210

R + G + B ~ 61%. #4FB5D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 79 + 181 + 210 = 470 (100%)
R 79 of 470 ~ 16.81%
G 181 of 470 ~ 38.51%
B 210 of 470 ~ 44.68'%

%16.81
%38.51
%44.68

CMYK color model

#4FB5D2 color CMYK value is (62,14,0,18).

  • cyan value is 62.38%
  • magenta value is 13.81%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (62,14,0,18)
C62M14Y0K18 (62%, 14%, 0%, 18%)
(0.62 / 0.14 / 0.00 / 0.18)

CMYK percentages

%62.38
%13.81
%0
%17.65

Codes

Color #4FB5D2 in popluar color models

4F B5 D2
RGB 79 181 210
HSL 193° 59.28% 56.67%
HSB/HSV 193° 62.38% 82.35%
CMYK 62.38% 13.81% 0.00%
17.65%

Color #4FB5D2 in popluar number systems.

HEX 4F B5 D2
Decimal 79 181 210
Binary 1001111 10110101 11010010
Octal 117 265 322

Shades and tints

Shades of #4FB5D2

#4FB5D2
(79,181,210)
#48A5BF
(72,165,191)
#4195AC
(65,149,172)
#3A8599
(58,133,153)
#337586
(51,117,134)
#2C6573
(44,101,115)
#255560
(37,85,96)
#1E454D
(30,69,77)
#17353A
(23,53,58)
#102527
(16,37,39)
#091514
(9,21,20)
#000000
(0,0,0)

Tints of #4FB5D2

#4FB5D2
(79,181,210)
#5FBBD6
(95,187,214)
#6FC1DA
(111,193,218)
#7FC7DE
(127,199,222)
#8FCDE2
(143,205,226)
#9FD3E6
(159,211,230)
#AFD9EA
(175,217,234)
#BFDFEE
(191,223,238)
#CFE5F2
(207,229,242)
#DFEBF6
(223,235,246)
#EFF1FA
(239,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FB5D2 color. Also use rgb(79,181,210) instead hex code.

Text Font Color

.myTextColor { color: #4FB5D2; }

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

This text font color is #4FB5D2.

Background Color

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

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

This div background color is #4FB5D2.

Border color

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

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

This div border color is #4FB5D2.

Opacity

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

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

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

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

This text has shadow with #4FB5D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FB5D2.

Preview

Color preview on black background

This text has color #4FB5D2 on black background.


Color preview on white background

This text has color #4FB5D2 on white background.


Black color preview on #4FB5D2 background

This text has black color on #4FB5D2 background.


White color preview on #4FB5D2 background

This text has white color on #4FB5D2 background.


Related colors

Complementary color

Complementary color for #hex is #B04A2D.


I love getcolorcode.com

Triadic colors

1 #D24FB5 and #B5D24F with #4FB5D2 are triadic colors.

2 #D2B54F and #B54FD2 with #4FB5D2 are triadic colors.