COLOR #4F929B

HEX: #4F929B RGB: (79,146,155)

Color info

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

RGB color model

#4F929B color RGB value is (79,146,155).

RGB: (79,146,155) (31%, 57%, 61%)

RGB channels and saturation

R 79 of 255 = 31%
G 146 of 255 = 57%
B 155 of 255 = 61%

79
146
155

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

Portions of RGB colors in percentages

R + G + B = 79 + 146 + 155 = 380 (100%)
R 79 of 380 ~ 20.79%
G 146 of 380 ~ 38.42%
B 155 of 380 ~ 40.79'%

%20.79
%38.42
%40.79

CMYK color model

#4F929B color CMYK value is (49,6,0,39).

  • cyan value is 49.03%
  • magenta value is 5.81%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (49,6,0,39)
C49M6Y0K39 (49%, 6%, 0%, 39%)
(0.49 / 0.06 / 0.00 / 0.39)

CMYK percentages

%49.03
%5.81
%0
%39.22

Codes

Color #4F929B in popluar color models

4F 92 9B
RGB 79 146 155
HSL 187° 32.48% 45.88%
HSB/HSV 187° 49.03% 60.78%
CMYK 49.03% 5.81% 0.00%
39.22%

Color #4F929B in popluar number systems.

HEX 4F 92 9B
Decimal 79 146 155
Binary 1001111 10010010 10011011
Octal 117 222 233

Shades and tints

Shades of #4F929B

#4F929B
(79,146,155)
#48858D
(72,133,141)
#41787F
(65,120,127)
#3A6B71
(58,107,113)
#335E63
(51,94,99)
#2C5155
(44,81,85)
#254447
(37,68,71)
#1E3739
(30,55,57)
#172A2B
(23,42,43)
#101D1D
(16,29,29)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #4F929B

#4F929B
(79,146,155)
#5F9BA4
(95,155,164)
#6FA4AD
(111,164,173)
#7FADB6
(127,173,182)
#8FB6BF
(143,182,191)
#9FBFC8
(159,191,200)
#AFC8D1
(175,200,209)
#BFD1DA
(191,209,218)
#CFDAE3
(207,218,227)
#DFE3EC
(223,227,236)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F929B; }

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

This text font color is #4F929B.

Background Color

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

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

This div background color is #4F929B.

Border color

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

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

This div border color is #4F929B.

Opacity

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

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

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

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

This text has shadow with #4F929B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F929B.

Preview

Color preview on black background

This text has color #4F929B on black background.


Color preview on white background

This text has color #4F929B on white background.


Black color preview on #4F929B background

This text has black color on #4F929B background.


White color preview on #4F929B background

This text has white color on #4F929B background.


Related colors

Complementary color

Complementary color for #hex is #B06D64.


I love getcolorcode.com

Triadic colors

1 #9B4F92 and #929B4F with #4F929B are triadic colors.

2 #9B924F and #924F9B with #4F929B are triadic colors.