COLOR #4F9AB5

HEX: #4F9AB5
RGB: (79,154,181)

Color info

#4F9AB5 contains mainly green and blue colors. Web safe color of #4F9AB5 is #6699CC (or #69C).

RGB color model

#4F9AB5 color RGB value is (79,154,181).

  • red value is 79;
  • green value is 154;
  • blue value is 181.
RGB:
(79,154,181)
(31%,60%,71%)

RGB channels and saturation

R 79 of 255 = 31%
G 154 of 255 = 60%
B 181 of 255 = 71%

79
154
181

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

Portions of RGB colors in percentages

R + G + B =
79 + 154 + 181 = 414 (100%)
R 79 of 414 ~ 19.08%
G 154 of 414 ~ 37.2%
B 181 of 414 ~ 43.72%

%19.08
%37.2
%43.72

CMYK color model

#4F9AB5 color CMYK value is (56,15,0,29).

  • cyan value is 56.35%
  • magenta value is 14.92%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(56,15,0,29)
C56M15Y0K29 
(56%,15%,0%,29%)
(0.56/0.15/0.00/0.29)	

CMYK percentages

%56.35
%14.92
%0
%29.02

Codes

Color #4F9AB5 in popluar color models

4F9AB5
RGB79154181
HSL196°40.80%50.98%
HSB/HSV196°56.35%70.98%
CMYK56.35%14.92%0.00%
29.02%

Color #4F9AB5 in popluar number systems.

HEX4F9AB5
Decimal79154181
Binary10011111001101010110101
Octal117232265

Shades and tints

Shades of #4F9AB5

#4F9AB5
(79,154,181)
#488CA5
(72,140,165)
#417E95
(65,126,149)
#3A7085
(58,112,133)
#336275
(51,98,117)
#2C5465
(44,84,101)
#254655
(37,70,85)
#1E3845
(30,56,69)
#172A35
(23,42,53)
#101C25
(16,28,37)
#090E15
(9,14,21)
#000000
(0,0,0)

Tints of #4F9AB5

#4F9AB5
(79,154,181)
#5FA3BB
(95,163,187)
#6FACC1
(111,172,193)
#7FB5C7
(127,181,199)
#8FBECD
(143,190,205)
#9FC7D3
(159,199,211)
#AFD0D9
(175,208,217)
#BFD9DF
(191,217,223)
#CFE2E5
(207,226,229)
#DFEBEB
(223,235,235)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F9AB5; }

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

This text font color is #4F9AB5.


Background Color

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

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

This div background color is #4F9AB5.


Border color

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

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

This div border color is #4F9AB5.


Opacity

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

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

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

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

This text has shadow with #4F9AB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9AB5 on black background.


Color preview on white background

This text has color #4F9AB5 on white background.



Black color preview on #4F9AB5 background

This text has black color on #4F9AB5 background.


White color preview on #4F9AB5 background

This text has white color on #4F9AB5 background.