COLOR #4F9199

HEX: #4F9199 RGB: (79,145,153)

Color info

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

RGB color model

#4F9199 color RGB value is (79,145,153).

RGB: (79,145,153) (31%, 57%, 60%)

RGB channels and saturation

R 79 of 255 = 31%
G 145 of 255 = 57%
B 153 of 255 = 60%

79
145
153

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

Portions of RGB colors in percentages

R + G + B = 79 + 145 + 153 = 377 (100%)
R 79 of 377 ~ 20.95%
G 145 of 377 ~ 38.46%
B 153 of 377 ~ 40.58'%

%20.95
%38.46
%40.58

CMYK color model

#4F9199 color CMYK value is (48,5,0,40).

  • cyan value is 48.37%
  • magenta value is 5.23%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (48,5,0,40)
C48M5Y0K40 (48%, 5%, 0%, 40%)
(0.48 / 0.05 / 0.00 / 0.40)

CMYK percentages

%48.37
%5.23
%0
%40

Codes

Color #4F9199 in popluar color models

4F 91 99
RGB 79 145 153
HSL 186° 31.90% 45.49%
HSB/HSV 186° 48.37% 60.00%
CMYK 48.37% 5.23% 0.00%
40.00%

Color #4F9199 in popluar number systems.

HEX 4F 91 99
Decimal 79 145 153
Binary 1001111 10010001 10011001
Octal 117 221 231

Shades and tints

Shades of #4F9199

#4F9199
(79,145,153)
#48848C
(72,132,140)
#41777F
(65,119,127)
#3A6A72
(58,106,114)
#335D65
(51,93,101)
#2C5058
(44,80,88)
#25434B
(37,67,75)
#1E363E
(30,54,62)
#172931
(23,41,49)
#101C24
(16,28,36)
#090F17
(9,15,23)
#000000
(0,0,0)

Tints of #4F9199

#4F9199
(79,145,153)
#5F9BA2
(95,155,162)
#6FA5AB
(111,165,171)
#7FAFB4
(127,175,180)
#8FB9BD
(143,185,189)
#9FC3C6
(159,195,198)
#AFCDCF
(175,205,207)
#BFD7D8
(191,215,216)
#CFE1E1
(207,225,225)
#DFEBEA
(223,235,234)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F9199; }

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

This text font color is #4F9199.

Background Color

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

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

This div background color is #4F9199.

Border color

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

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

This div border color is #4F9199.

Opacity

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

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

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

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

This text has shadow with #4F9199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F9199.

Preview

Color preview on black background

This text has color #4F9199 on black background.


Color preview on white background

This text has color #4F9199 on white background.


Black color preview on #4F9199 background

This text has black color on #4F9199 background.


White color preview on #4F9199 background

This text has white color on #4F9199 background.


Related colors

Complementary color

Complementary color for #hex is #B06E66.


I love getcolorcode.com

Triadic colors

1 #994F91 and #91994F with #4F9199 are triadic colors.

2 #99914F and #914F99 with #4F9199 are triadic colors.