COLOR #4F9DA4

HEX: #4F9DA4
RGB: (79,157,164)

Color info

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

RGB color model

#4F9DA4 color RGB value is (79,157,164).

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

RGB channels and saturation

R 79 of 255 = 31%
G 157 of 255 = 62%
B 164 of 255 = 64%

79
157
164

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

Portions of RGB colors in percentages

R + G + B =
79 + 157 + 164 = 400 (100%)
R 79 of 400 ~ 19.75%
G 157 of 400 ~ 39.25%
B 164 of 400 ~ 41%

%19.75
%39.25
%41

CMYK color model

#4F9DA4 color CMYK value is (52,4,0,36).

  • cyan value is 51.83%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(52,4,0,36)
C52M4Y0K36 
(52%,4%,0%,36%)
(0.52/0.04/0.00/0.36)	

CMYK percentages

%51.83
%4.27
%0
%35.69

Codes

Color #4F9DA4 in popluar color models

4F9DA4
RGB79157164
HSL185°34.98%47.65%
HSB/HSV185°51.83%64.31%
CMYK51.83%4.27%0.00%
35.69%

Color #4F9DA4 in popluar number systems.

HEX4F9DA4
Decimal79157164
Binary10011111001110110100100
Octal117235244

Shades and tints

Shades of #4F9DA4

#4F9DA4
(79,157,164)
#488F96
(72,143,150)
#418188
(65,129,136)
#3A737A
(58,115,122)
#33656C
(51,101,108)
#2C575E
(44,87,94)
#254950
(37,73,80)
#1E3B42
(30,59,66)
#172D34
(23,45,52)
#101F26
(16,31,38)
#091118
(9,17,24)
#000000
(0,0,0)

Tints of #4F9DA4

#4F9DA4
(79,157,164)
#5FA5AC
(95,165,172)
#6FADB4
(111,173,180)
#7FB5BC
(127,181,188)
#8FBDC4
(143,189,196)
#9FC5CC
(159,197,204)
#AFCDD4
(175,205,212)
#BFD5DC
(191,213,220)
#CFDDE4
(207,221,228)
#DFE5EC
(223,229,236)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F9DA4; }

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

This text font color is #4F9DA4.


Background Color

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

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

This div background color is #4F9DA4.


Border color

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

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

This div border color is #4F9DA4.


Opacity

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

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

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

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

This text has shadow with #4F9DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9DA4 on black background.


Color preview on white background

This text has color #4F9DA4 on white background.



Black color preview on #4F9DA4 background

This text has black color on #4F9DA4 background.


White color preview on #4F9DA4 background

This text has white color on #4F9DA4 background.