COLOR #4F729C

HEX: #4F729C RGB: (79,114,156)

Color info

#4F729C contains mainly green and blue colors. Web safe color of #4F729C is #666699 (or #669).

RGB color model

#4F729C color RGB value is (79,114,156).

RGB: (79,114,156) (31%, 45%, 61%)

RGB channels and saturation

R 79 of 255 = 31%
G 114 of 255 = 45%
B 156 of 255 = 61%

79
114
156

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

Portions of RGB colors in percentages

R + G + B = 79 + 114 + 156 = 349 (100%)
R 79 of 349 ~ 22.64%
G 114 of 349 ~ 32.66%
B 156 of 349 ~ 44.7'%

%22.64
%32.66
%44.7

CMYK color model

#4F729C color CMYK value is (49,27,0,39).

  • cyan value is 49.36%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (49,27,0,39) C49M27Y0K39 (49%,27%,0%,39%) (0.49/0.27/0.00/0.39) 

CMYK percentages

%49.36
%26.92
%0
%38.82

Codes

Color #4F729C in popluar color models

4F 72 9C
RGB 79 114 156
HSL 213° 32.77% 46.08%
HSB/HSV 213° 49.36% 61.18%
CMYK 49.36% 26.92% 0.00%
38.82%

Color #4F729C in popluar number systems.

HEX 4F 72 9C
Decimal 79 114 156
Binary 1001111 1110010 10011100
Octal 117 162 234

Shades and tints

Shades of #4F729C

#4F729C
(79,114,156)
#48688E
(72,104,142)
#415E80
(65,94,128)
#3A5472
(58,84,114)
#334A64
(51,74,100)
#2C4056
(44,64,86)
#253648
(37,54,72)
#1E2C3A
(30,44,58)
#17222C
(23,34,44)
#10181E
(16,24,30)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #4F729C

#4F729C
(79,114,156)
#5F7EA5
(95,126,165)
#6F8AAE
(111,138,174)
#7F96B7
(127,150,183)
#8FA2C0
(143,162,192)
#9FAEC9
(159,174,201)
#AFBAD2
(175,186,210)
#BFC6DB
(191,198,219)
#CFD2E4
(207,210,228)
#DFDEED
(223,222,237)
#EFEAF6
(239,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F729C color. Also use rgb(79,114,156) instead hex code.

Text Font Color

.myTextColor { color: #4F729C; }

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

This text font color is #4F729C.

Background Color

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

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

This div background color is #4F729C.

Border color

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

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

This div border color is #4F729C.

Opacity

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

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

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

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

This text has shadow with #4F729C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F729C.

Preview

Color preview on black background

This text has color #4F729C on black background.


Color preview on white background

This text has color #4F729C on white background.


Black color preview on #4F729C background

This text has black color on #4F729C background.


White color preview on #4F729C background

This text has white color on #4F729C background.


Related colors

Complementary color

Complementary color for #hex is #B08D63.


I love getcolorcode.com

Triadic colors

1 #9C4F72 and #729C4F with #4F729C are triadic colors.

2 #9C724F and #724F9C with #4F729C are triadic colors.