COLOR #4F9492

HEX: #4F9492
RGB: (79,148,146)

Color info

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

RGB color model

#4F9492 color RGB value is (79,148,146).

  • red value is 79;
  • green value is 148;
  • blue value is 146.
RGB:
(79,148,146)
(31%,58%,57%)

RGB channels and saturation

R 79 of 255 = 31%
G 148 of 255 = 58%
B 146 of 255 = 57%

79
148
146

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

Portions of RGB colors in percentages

R + G + B =
79 + 148 + 146 = 373 (100%)
R 79 of 373 ~ 21.18%
G 148 of 373 ~ 39.68%
B 146 of 373 ~ 39.14%

%21.18
%39.68
%39.14

CMYK color model

#4F9492 color CMYK value is (47,0,1,42).

  • cyan value is 46.62%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 41.96%
CMYK:
(47,0,1,42)
C47M0Y1K42 
(47%,0%,1%,42%)
(0.47/0.00/0.01/0.42)	

CMYK percentages

%46.62
%0
%1.35
%41.96

Codes

Color #4F9492 in popluar color models

4F9492
RGB79148146
HSL178°30.40%44.51%
HSB/HSV178°46.62%58.04%
CMYK46.62%0.00%1.35%
41.96%

Color #4F9492 in popluar number systems.

HEX4F9492
Decimal79148146
Binary10011111001010010010010
Octal117224222

Shades and tints

Shades of #4F9492

#4F9492
(79,148,146)
#488785
(72,135,133)
#417A78
(65,122,120)
#3A6D6B
(58,109,107)
#33605E
(51,96,94)
#2C5351
(44,83,81)
#254644
(37,70,68)
#1E3937
(30,57,55)
#172C2A
(23,44,42)
#101F1D
(16,31,29)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #4F9492

#4F9492
(79,148,146)
#5F9D9B
(95,157,155)
#6FA6A4
(111,166,164)
#7FAFAD
(127,175,173)
#8FB8B6
(143,184,182)
#9FC1BF
(159,193,191)
#AFCAC8
(175,202,200)
#BFD3D1
(191,211,209)
#CFDCDA
(207,220,218)
#DFE5E3
(223,229,227)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9492 color. Also use rgb(79,148,146) instead hex code.

Text Font Color

.myTextColor { color: #4F9492; }

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

This text font color is #4F9492.


Background Color

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

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

This div background color is #4F9492.


Border color

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

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

This div border color is #4F9492.


Opacity

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

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

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

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

This text has shadow with #4F9492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F9492 on black background.


Color preview on white background

This text has color #4F9492 on white background.



Black color preview on #4F9492 background

This text has black color on #4F9492 background.


White color preview on #4F9492 background

This text has white color on #4F9492 background.