COLOR #4F9DA7

HEX: #4F9DA7
RGB: (79,157,167)

Color info

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

RGB color model

#4F9DA7 color RGB value is (79,157,167).

  • red value is 79;
  • green value is 157;
  • blue value is 167.
RGB:
(79,157,167)
(31%,62%,65%)

RGB channels and saturation

R 79 of 255 = 31%
G 157 of 255 = 62%
B 167 of 255 = 65%

79
157
167

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

Portions of RGB colors in percentages

R + G + B =
79 + 157 + 167 = 403 (100%)
R 79 of 403 ~ 19.6%
G 157 of 403 ~ 38.96%
B 167 of 403 ~ 41.44%

%19.6
%38.96
%41.44

CMYK color model

#4F9DA7 color CMYK value is (53,6,0,35).

  • cyan value is 52.69%
  • magenta value is 5.99%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(53,6,0,35)
C53M6Y0K35 
(53%,6%,0%,35%)
(0.53/0.06/0.00/0.35)	

CMYK percentages

%52.69
%5.99
%0
%34.51

Codes

Color #4F9DA7 in popluar color models

4F9DA7
RGB79157167
HSL187°35.77%48.24%
HSB/HSV187°52.69%65.49%
CMYK52.69%5.99%0.00%
34.51%

Color #4F9DA7 in popluar number systems.

HEX4F9DA7
Decimal79157167
Binary10011111001110110100111
Octal117235247

Shades and tints

Shades of #4F9DA7

#4F9DA7
(79,157,167)
#488F98
(72,143,152)
#418189
(65,129,137)
#3A737A
(58,115,122)
#33656B
(51,101,107)
#2C575C
(44,87,92)
#25494D
(37,73,77)
#1E3B3E
(30,59,62)
#172D2F
(23,45,47)
#101F20
(16,31,32)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #4F9DA7

#4F9DA7
(79,157,167)
#5FA5AF
(95,165,175)
#6FADB7
(111,173,183)
#7FB5BF
(127,181,191)
#8FBDC7
(143,189,199)
#9FC5CF
(159,197,207)
#AFCDD7
(175,205,215)
#BFD5DF
(191,213,223)
#CFDDE7
(207,221,231)
#DFE5EF
(223,229,239)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9DA7 color. Also use rgb(79,157,167) instead hex code.

Text Font Color

.myTextColor { color: #4F9DA7; }

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

This text font color is #4F9DA7.


Background Color

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

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

This div background color is #4F9DA7.


Border color

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

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

This div border color is #4F9DA7.


Opacity

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

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

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

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

This text has shadow with #4F9DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9DA7 on black background.


Color preview on white background

This text has color #4F9DA7 on white background.



Black color preview on #4F9DA7 background

This text has black color on #4F9DA7 background.


White color preview on #4F9DA7 background

This text has white color on #4F9DA7 background.