COLOR #4F9599

HEX: #4F9599 RGB: (79,149,153)

Color info

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

RGB color model

#4F9599 color RGB value is (79,149,153).

RGB: (79,149,153) (31%, 58%, 60%)

RGB channels and saturation

R 79 of 255 = 31%
G 149 of 255 = 58%
B 153 of 255 = 60%

79
149
153

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

Portions of RGB colors in percentages

R + G + B = 79 + 149 + 153 = 381 (100%)
R 79 of 381 ~ 20.73%
G 149 of 381 ~ 39.11%
B 153 of 381 ~ 40.16'%

%20.73
%39.11
%40.16

CMYK color model

#4F9599 color CMYK value is (48,3,0,40).

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

CMYK: (48,3,0,40)
C48M3Y0K40 (48%, 3%, 0%, 40%)
(0.48 / 0.03 / 0.00 / 0.40)

CMYK percentages

%48.37
%2.61
%0
%40

Codes

Color #4F9599 in popluar color models

4F 95 99
RGB 79 149 153
HSL 183° 31.90% 45.49%
HSB/HSV 183° 48.37% 60.00%
CMYK 48.37% 2.61% 0.00%
40.00%

Color #4F9599 in popluar number systems.

HEX 4F 95 99
Decimal 79 149 153
Binary 1001111 10010101 10011001
Octal 117 225 231

Shades and tints

Shades of #4F9599

#4F9599
(79,149,153)
#48888C
(72,136,140)
#417B7F
(65,123,127)
#3A6E72
(58,110,114)
#336165
(51,97,101)
#2C5458
(44,84,88)
#25474B
(37,71,75)
#1E3A3E
(30,58,62)
#172D31
(23,45,49)
#102024
(16,32,36)
#091317
(9,19,23)
#000000
(0,0,0)

Tints of #4F9599

#4F9599
(79,149,153)
#5F9EA2
(95,158,162)
#6FA7AB
(111,167,171)
#7FB0B4
(127,176,180)
#8FB9BD
(143,185,189)
#9FC2C6
(159,194,198)
#AFCBCF
(175,203,207)
#BFD4D8
(191,212,216)
#CFDDE1
(207,221,225)
#DFE6EA
(223,230,234)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F9599; }

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

This text font color is #4F9599.

Background Color

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

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

This div background color is #4F9599.

Border color

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

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

This div border color is #4F9599.

Opacity

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

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

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

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

This text has shadow with #4F9599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F9599.

Preview

Color preview on black background

This text has color #4F9599 on black background.


Color preview on white background

This text has color #4F9599 on white background.


Black color preview on #4F9599 background

This text has black color on #4F9599 background.


White color preview on #4F9599 background

This text has white color on #4F9599 background.


Related colors

Complementary color

Complementary color for #hex is #B06A66.


I love getcolorcode.com

Triadic colors

1 #994F95 and #95994F with #4F9599 are triadic colors.

2 #99954F and #954F99 with #4F9599 are triadic colors.