COLOR #4F9BA2

HEX: #4F9BA2
RGB: (79,155,162)

Color info

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

RGB color model

#4F9BA2 color RGB value is (79,155,162).

  • red value is 79;
  • green value is 155;
  • blue value is 162.
RGB: (79,155,162) (31%,61%,64%)

RGB channels and saturation

R 79 of 255 = 31%
G 155 of 255 = 61%
B 162 of 255 = 64%

79
155
162

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

Portions of RGB colors in percentages

R + G + B =
79 + 155 + 162 = 396 (100%)
R 79 of 396 ~ 19.95%
G 155 of 396 ~ 39.14%
B 162 of 396 ~ 40.91%

%19.95
%39.14
%40.91

CMYK color model

#4F9BA2 color CMYK value is (51,4,0,36).

  • cyan value is 51.23%
  • magenta value is 4.32%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK: (51,4,0,36) C51M4Y0K36 (51%,4%,0%,36%) (0.51/0.04/0.00/0.36)

CMYK percentages

%51.23
%4.32
%0
%36.47

Codes

Color #4F9BA2 in popluar color models

4F9BA2
RGB79155162
HSL185°34.44%47.25%
HSB/HSV185°51.23%63.53%
CMYK51.23%4.32%0.00%
36.47%

Color #4F9BA2 in popluar number systems.

HEX4F9BA2
Decimal79155162
Binary10011111001101110100010
Octal117233242

Shades and tints

Shades of #4F9BA2

#4F9BA2
(79,155,162)
#488D94
(72,141,148)
#417F86
(65,127,134)
#3A7178
(58,113,120)
#33636A
(51,99,106)
#2C555C
(44,85,92)
#25474E
(37,71,78)
#1E3940
(30,57,64)
#172B32
(23,43,50)
#101D24
(16,29,36)
#090F16
(9,15,22)
#000000
(0,0,0)

Tints of #4F9BA2

#4F9BA2
(79,155,162)
#5FA4AA
(95,164,170)
#6FADB2
(111,173,178)
#7FB6BA
(127,182,186)
#8FBFC2
(143,191,194)
#9FC8CA
(159,200,202)
#AFD1D2
(175,209,210)
#BFDADA
(191,218,218)
#CFE3E2
(207,227,226)
#DFECEA
(223,236,234)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9BA2 color. Also use rgb(79,155,162) instead hex code.

Text Font Color

.myTextColor { color: #4F9BA2; }

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

This text font color is #4F9BA2.


Background Color

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

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

This div background color is #4F9BA2.


Border color

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

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

This div border color is #4F9BA2.


Opacity

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

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

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

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

This text has shadow with #4F9BA2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4F9BA2 on black background.


Color preview on white background

This text has color #4F9BA2 on white background.



Black color preview on #4F9BA2 background

This text has black color on #4F9BA2 background.


White color preview on #4F9BA2 background

This text has white color on #4F9BA2 background.