COLOR #4FB6BD

HEX: #4FB6BD
RGB: (79,182,189)

Color info

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

RGB color model

#4FB6BD color RGB value is (79,182,189).

  • red value is 79;
  • green value is 182;
  • blue value is 189.
RGB:
(79,182,189)
(31%,71%,74%)

RGB channels and saturation

R 79 of 255 = 31%
G 182 of 255 = 71%
B 189 of 255 = 74%

79
182
189

R + G + B ~ 59%. #4FB6BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
79 + 182 + 189 = 450 (100%)
R 79 of 450 ~ 17.56%
G 182 of 450 ~ 40.44%
B 189 of 450 ~ 42%

%17.56
%40.44
%42

CMYK color model

#4FB6BD color CMYK value is (58,4,0,26).

  • cyan value is 58.20%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(58,4,0,26)
C58M4Y0K26 
(58%,4%,0%,26%)
(0.58/0.04/0.00/0.26)	

CMYK percentages

%58.2
%3.7
%0
%25.88

Codes

Color #4FB6BD in popluar color models

4FB6BD
RGB79182189
HSL184°45.45%52.55%
HSB/HSV184°58.20%74.12%
CMYK58.20%3.70%0.00%
25.88%

Color #4FB6BD in popluar number systems.

HEX4FB6BD
Decimal79182189
Binary10011111011011010111101
Octal117266275

Shades and tints

Shades of #4FB6BD

#4FB6BD
(79,182,189)
#48A6AC
(72,166,172)
#41969B
(65,150,155)
#3A868A
(58,134,138)
#337679
(51,118,121)
#2C6668
(44,102,104)
#255657
(37,86,87)
#1E4646
(30,70,70)
#173635
(23,54,53)
#102624
(16,38,36)
#091613
(9,22,19)
#000000
(0,0,0)

Tints of #4FB6BD

#4FB6BD
(79,182,189)
#5FBCC3
(95,188,195)
#6FC2C9
(111,194,201)
#7FC8CF
(127,200,207)
#8FCED5
(143,206,213)
#9FD4DB
(159,212,219)
#AFDAE1
(175,218,225)
#BFE0E7
(191,224,231)
#CFE6ED
(207,230,237)
#DFECF3
(223,236,243)
#EFF2F9
(239,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FB6BD color. Also use rgb(79,182,189) instead hex code.

Text Font Color

.myTextColor { color: #4FB6BD; }

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

This text font color is #4FB6BD.


Background Color

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

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

This div background color is #4FB6BD.


Border color

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

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

This div border color is #4FB6BD.


Opacity

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

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

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

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

This text has shadow with #4FB6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FB6BD on black background.


Color preview on white background

This text has color #4FB6BD on white background.



Black color preview on #4FB6BD background

This text has black color on #4FB6BD background.


White color preview on #4FB6BD background

This text has white color on #4FB6BD background.