COLOR #4F739E

HEX: #4F739E
RGB: (79,115,158)

Color info

#4F739E contains mainly green and blue colors. Web safe color of #4F739E is #666699 (or #669).

RGB color model

#4F739E color RGB value is (79,115,158).

  • red value is 79;
  • green value is 115;
  • blue value is 158.
RGB:
(79,115,158)
(31%,45%,62%)

RGB channels and saturation

R 79 of 255 = 31%
G 115 of 255 = 45%
B 158 of 255 = 62%

79
115
158

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

Portions of RGB colors in percentages

R + G + B =
79 + 115 + 158 = 352 (100%)
R 79 of 352 ~ 22.44%
G 115 of 352 ~ 32.67%
B 158 of 352 ~ 44.89%

%22.44
%32.67
%44.89

CMYK color model

#4F739E color CMYK value is (50,27,0,38).

  • cyan value is 50.00%
  • magenta value is 27.22%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(50,27,0,38)
C50M27Y0K38 
(50%,27%,0%,38%)
(0.50/0.27/0.00/0.38)	

CMYK percentages

%50
%27.22
%0
%38.04

Codes

Color #4F739E in popluar color models

4F739E
RGB79115158
HSL213°33.33%46.47%
HSB/HSV213°50.00%61.96%
CMYK50.00%27.22%0.00%
38.04%

Color #4F739E in popluar number systems.

HEX4F739E
Decimal79115158
Binary1001111111001110011110
Octal117163236

Shades and tints

Shades of #4F739E

#4F739E
(79,115,158)
#486990
(72,105,144)
#415F82
(65,95,130)
#3A5574
(58,85,116)
#334B66
(51,75,102)
#2C4158
(44,65,88)
#25374A
(37,55,74)
#1E2D3C
(30,45,60)
#17232E
(23,35,46)
#101920
(16,25,32)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #4F739E

#4F739E
(79,115,158)
#5F7FA6
(95,127,166)
#6F8BAE
(111,139,174)
#7F97B6
(127,151,182)
#8FA3BE
(143,163,190)
#9FAFC6
(159,175,198)
#AFBBCE
(175,187,206)
#BFC7D6
(191,199,214)
#CFD3DE
(207,211,222)
#DFDFE6
(223,223,230)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F739E color. Also use rgb(79,115,158) instead hex code.

Text Font Color

.myTextColor { color: #4F739E; }

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

This text font color is #4F739E.


Background Color

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

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

This div background color is #4F739E.


Border color

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

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

This div border color is #4F739E.


Opacity

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

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

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

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

This text has shadow with #4F739E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F739E on black background.


Color preview on white background

This text has color #4F739E on white background.



Black color preview on #4F739E background

This text has black color on #4F739E background.


White color preview on #4F739E background

This text has white color on #4F739E background.