COLOR #4F9195

HEX: #4F9195 RGB: (79,145,149)

Color info

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

RGB color model

#4F9195 color RGB value is (79,145,149).

RGB: (79,145,149) (31%, 57%, 58%)

RGB channels and saturation

R 79 of 255 = 31%
G 145 of 255 = 57%
B 149 of 255 = 58%

79
145
149

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

Portions of RGB colors in percentages

R + G + B = 79 + 145 + 149 = 373 (100%)
R 79 of 373 ~ 21.18%
G 145 of 373 ~ 38.87%
B 149 of 373 ~ 39.95'%

%21.18
%38.87
%39.95

CMYK color model

#4F9195 color CMYK value is (47,3,0,42).

  • cyan value is 46.98%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (47,3,0,42)
C47M3Y0K42 (47%, 3%, 0%, 42%)
(0.47 / 0.03 / 0.00 / 0.42)

CMYK percentages

%46.98
%2.68
%0
%41.57

Codes

Color #4F9195 in popluar color models

4F 91 95
RGB 79 145 149
HSL 183° 30.70% 44.71%
HSB/HSV 183° 46.98% 58.43%
CMYK 46.98% 2.68% 0.00%
41.57%

Color #4F9195 in popluar number systems.

HEX 4F 91 95
Decimal 79 145 149
Binary 1001111 10010001 10010101
Octal 117 221 225

Shades and tints

Shades of #4F9195

#4F9195
(79,145,149)
#488488
(72,132,136)
#41777B
(65,119,123)
#3A6A6E
(58,106,110)
#335D61
(51,93,97)
#2C5054
(44,80,84)
#254347
(37,67,71)
#1E363A
(30,54,58)
#17292D
(23,41,45)
#101C20
(16,28,32)
#090F13
(9,15,19)
#000000
(0,0,0)

Tints of #4F9195

#4F9195
(79,145,149)
#5F9B9E
(95,155,158)
#6FA5A7
(111,165,167)
#7FAFB0
(127,175,176)
#8FB9B9
(143,185,185)
#9FC3C2
(159,195,194)
#AFCDCB
(175,205,203)
#BFD7D4
(191,215,212)
#CFE1DD
(207,225,221)
#DFEBE6
(223,235,230)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F9195 color. Also use rgb(79,145,149) instead hex code.

Text Font Color

.myTextColor { color: #4F9195; }

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

This text font color is #4F9195.

Background Color

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

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

This div background color is #4F9195.

Border color

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

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

This div border color is #4F9195.

Opacity

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

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

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

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

This text has shadow with #4F9195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F9195.

Preview

Color preview on black background

This text has color #4F9195 on black background.


Color preview on white background

This text has color #4F9195 on white background.


Black color preview on #4F9195 background

This text has black color on #4F9195 background.


White color preview on #4F9195 background

This text has white color on #4F9195 background.


Related colors

Complementary color

Complementary color for #hex is #B06E6A.


I love getcolorcode.com

Triadic colors

1 #954F91 and #91954F with #4F9195 are triadic colors.

2 #95914F and #914F95 with #4F9195 are triadic colors.