COLOR #4F779D

HEX: #4F779D
RGB: (79,119,157)

Renk bilgisi

#4F779D contains mainly green and blue colors. #4F779D ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#4F779D color RGB value is (79,119,157).

  • kırmız ton 79;
  • yeşil ton 119;
  • mavi ton 157.
RGB:
(79,119,157)
(31%,47%,62%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 119 of 255 = 47%
B 157 of 255 = 62%

79
119
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 119 + 157 = 355 (100%)
R 79 of 355 ~ 22.25%
G 119 of 355 ~ 33.52%
B 157 of 355 ~ 44.23%

%22.25
%33.52
%44.23

CMYK RENK MODELİ

#4F779D rengi CMYK tonu (50,24,0,38).

  • camgöbeği tonu 49.68%
  • eflatun tonu 24.20%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(50,24,0,38)
C50M24Y0K38 
(50%,24%,0%,38%)
(0.50/0.24/0.00/0.38)	

CMYK yüzdeleri

%49.68
%24.2
%0
%38.43

Codes

Color #4F779D in popluar color models

4F779D
RGB79119157
HSL209°33.05%46.27%
HSB/HSV209°49.68%61.57%
CMYK49.68%24.20%0.00%
38.43%

Color #4F779D in popluar number systems.

HEX4F779D
Decimal79119157
Binary1001111111011110011101
Octal117167235

Shades and tints

Shades of #4F779D

#4F779D
(79,119,157)
#486D8F
(72,109,143)
#416381
(65,99,129)
#3A5973
(58,89,115)
#334F65
(51,79,101)
#2C4557
(44,69,87)
#253B49
(37,59,73)
#1E313B
(30,49,59)
#17272D
(23,39,45)
#101D1F
(16,29,31)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #4F779D

#4F779D
(79,119,157)
#5F83A5
(95,131,165)
#6F8FAD
(111,143,173)
#7F9BB5
(127,155,181)
#8FA7BD
(143,167,189)
#9FB3C5
(159,179,197)
#AFBFCD
(175,191,205)
#BFCBD5
(191,203,213)
#CFD7DD
(207,215,221)
#DFE3E5
(223,227,229)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F779D; }

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

This text font color is #4F779D.


Background Color

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

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

This div background color is #4F779D.


Border color

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

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

This div border color is #4F779D.


Opacity

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

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

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

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

This text has shadow with #4F779D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F779D on black background.


Color preview on white background

This text has color #4F779D on white background.



Black color preview on #4F779D background

This text has black color on #4F779D background.


White color preview on #4F779D background

This text has white color on #4F779D background.