COLOR #4F80A5

HEX: #4F80A5
RGB: (79,128,165)

Renk bilgisi

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

RGB renk modeli

#4F80A5 color RGB value is (79,128,165).

  • kırmız ton 79;
  • yeşil ton 128;
  • mavi ton 165.
RGB:
(79,128,165)
(31%,50%,65%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 128 of 255 = 50%
B 165 of 255 = 65%

79
128
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 128 + 165 = 372 (100%)
R 79 of 372 ~ 21.24%
G 128 of 372 ~ 34.41%
B 165 of 372 ~ 44.35%

%21.24
%34.41
%44.35

CMYK RENK MODELİ

#4F80A5 rengi CMYK tonu (52,22,0,35).

  • camgöbeği tonu 52.12%
  • eflatun tonu 22.42%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(52,22,0,35)
C52M22Y0K35 
(52%,22%,0%,35%)
(0.52/0.22/0.00/0.35)	

CMYK yüzdeleri

%52.12
%22.42
%0
%35.29

Codes

Color #4F80A5 in popluar color models

4F80A5
RGB79128165
HSL206°35.25%47.84%
HSB/HSV206°52.12%64.71%
CMYK52.12%22.42%0.00%
35.29%

Color #4F80A5 in popluar number systems.

HEX4F80A5
Decimal79128165
Binary10011111000000010100101
Octal117200245

Shades and tints

Shades of #4F80A5

#4F80A5
(79,128,165)
#487596
(72,117,150)
#416A87
(65,106,135)
#3A5F78
(58,95,120)
#335469
(51,84,105)
#2C495A
(44,73,90)
#253E4B
(37,62,75)
#1E333C
(30,51,60)
#17282D
(23,40,45)
#101D1E
(16,29,30)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #4F80A5

#4F80A5
(79,128,165)
#5F8BAD
(95,139,173)
#6F96B5
(111,150,181)
#7FA1BD
(127,161,189)
#8FACC5
(143,172,197)
#9FB7CD
(159,183,205)
#AFC2D5
(175,194,213)
#BFCDDD
(191,205,221)
#CFD8E5
(207,216,229)
#DFE3ED
(223,227,237)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F80A5 color. Also use rgb(79,128,165) instead hex code.

Text Font Color

.myTextColor { color: #4F80A5; }

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

This text font color is #4F80A5.


Background Color

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

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

This div background color is #4F80A5.


Border color

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

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

This div border color is #4F80A5.


Opacity

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

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

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

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

This text has shadow with #4F80A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F80A5 on black background.


Color preview on white background

This text has color #4F80A5 on white background.



Black color preview on #4F80A5 background

This text has black color on #4F80A5 background.


White color preview on #4F80A5 background

This text has white color on #4F80A5 background.