COLOR #4F769D

HEX: #4F769D RGB: (79,118,157)

Color info

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

RGB color model

#4F769D color RGB value is (79,118,157).

RGB: (79,118,157) (31%, 46%, 62%)

RGB channels and saturation

R 79 of 255 = 31%
G 118 of 255 = 46%
B 157 of 255 = 62%

79
118
157

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

Portions of RGB colors in percentages

R + G + B = 79 + 118 + 157 = 354 (100%)
R 79 of 354 ~ 22.32%
G 118 of 354 ~ 33.33%
B 157 of 354 ~ 44.35'%

%22.32
%33.33
%44.35

CMYK color model

#4F769D color CMYK value is (50,25,0,38).

  • cyan value is 49.68%
  • magenta value is 24.84%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (50,25,0,38)
C50M25Y0K38 (50%, 25%, 0%, 38%)
(0.50 / 0.25 / 0.00 / 0.38)

CMYK percentages

%49.68
%24.84
%0
%38.43

Codes

Color #4F769D in popluar color models

4F 76 9D
RGB 79 118 157
HSL 210° 33.05% 46.27%
HSB/HSV 210° 49.68% 61.57%
CMYK 49.68% 24.84% 0.00%
38.43%

Color #4F769D in popluar number systems.

HEX 4F 76 9D
Decimal 79 118 157
Binary 1001111 1110110 10011101
Octal 117 166 235

Shades and tints

Shades of #4F769D

#4F769D
(79,118,157)
#486C8F
(72,108,143)
#416281
(65,98,129)
#3A5873
(58,88,115)
#334E65
(51,78,101)
#2C4457
(44,68,87)
#253A49
(37,58,73)
#1E303B
(30,48,59)
#17262D
(23,38,45)
#101C1F
(16,28,31)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #4F769D

#4F769D
(79,118,157)
#5F82A5
(95,130,165)
#6F8EAD
(111,142,173)
#7F9AB5
(127,154,181)
#8FA6BD
(143,166,189)
#9FB2C5
(159,178,197)
#AFBECD
(175,190,205)
#BFCAD5
(191,202,213)
#CFD6DD
(207,214,221)
#DFE2E5
(223,226,229)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F769D color. Also use rgb(79,118,157) instead hex code.

Text Font Color

.myTextColor { color: #4F769D; }

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

This text font color is #4F769D.

Background Color

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

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

This div background color is #4F769D.

Border color

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

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

This div border color is #4F769D.

Opacity

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

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

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

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

This text has shadow with #4F769D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F769D.

Preview

Color preview on black background

This text has color #4F769D on black background.


Color preview on white background

This text has color #4F769D on white background.


Black color preview on #4F769D background

This text has black color on #4F769D background.


White color preview on #4F769D background

This text has white color on #4F769D background.


Related colors

Complementary color

Complementary color for #hex is #B08962.


I love getcolorcode.com

Triadic colors

1 #9D4F76 and #769D4F with #4F769D are triadic colors.

2 #9D764F and #764F9D with #4F769D are triadic colors.