COLOR #4F89B3

HEX: #4F89B3
RGB: (79,137,179)

Color info

#4F89B3 contains mainly green and blue colors. Web safe color of #4F89B3 is #669999 (or #699).

RGB color model

#4F89B3 color RGB value is (79,137,179).

  • red value is 79;
  • green value is 137;
  • blue value is 179.
RGB:
(79,137,179)
(31%,54%,70%)

RGB channels and saturation

R 79 of 255 = 31%
G 137 of 255 = 54%
B 179 of 255 = 70%

79
137
179

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

Portions of RGB colors in percentages

R + G + B =
79 + 137 + 179 = 395 (100%)
R 79 of 395 ~ 20%
G 137 of 395 ~ 34.68%
B 179 of 395 ~ 45.32%

%20
%34.68
%45.32

CMYK color model

#4F89B3 color CMYK value is (56,23,0,30).

  • cyan value is 55.87%
  • magenta value is 23.46%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(56,23,0,30)
C56M23Y0K30 
(56%,23%,0%,30%)
(0.56/0.23/0.00/0.30)	

CMYK percentages

%55.87
%23.46
%0
%29.8

Codes

Color #4F89B3 in popluar color models

4F89B3
RGB79137179
HSL205°39.68%50.59%
HSB/HSV205°55.87%70.20%
CMYK55.87%23.46%0.00%
29.80%

Color #4F89B3 in popluar number systems.

HEX4F89B3
Decimal79137179
Binary10011111000100110110011
Octal117211263

Shades and tints

Shades of #4F89B3

#4F89B3
(79,137,179)
#487DA3
(72,125,163)
#417193
(65,113,147)
#3A6583
(58,101,131)
#335973
(51,89,115)
#2C4D63
(44,77,99)
#254153
(37,65,83)
#1E3543
(30,53,67)
#172933
(23,41,51)
#101D23
(16,29,35)
#091113
(9,17,19)
#000000
(0,0,0)

Tints of #4F89B3

#4F89B3
(79,137,179)
#5F93B9
(95,147,185)
#6F9DBF
(111,157,191)
#7FA7C5
(127,167,197)
#8FB1CB
(143,177,203)
#9FBBD1
(159,187,209)
#AFC5D7
(175,197,215)
#BFCFDD
(191,207,221)
#CFD9E3
(207,217,227)
#DFE3E9
(223,227,233)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F89B3 color. Also use rgb(79,137,179) instead hex code.

Text Font Color

.myTextColor { color: #4F89B3; }

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

This text font color is #4F89B3.


Background Color

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

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

This div background color is #4F89B3.


Border color

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

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

This div border color is #4F89B3.


Opacity

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

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

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

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

This text has shadow with #4F89B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F89B3 on black background.


Color preview on white background

This text has color #4F89B3 on white background.



Black color preview on #4F89B3 background

This text has black color on #4F89B3 background.


White color preview on #4F89B3 background

This text has white color on #4F89B3 background.