COLOR #4980B0

HEX: #4980B0
RGB: (73,128,176)

Renk bilgisi

#4980B0 contains mainly green and blue colors. #4980B0 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4980B0 color RGB value is (73,128,176).

  • kırmız ton 73;
  • yeşil ton 128;
  • mavi ton 176.
RGB:
(73,128,176)
(29%,50%,69%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 128 of 255 = 50%
B 176 of 255 = 69%

73
128
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 128 + 176 = 377 (100%)
R 73 of 377 ~ 19.36%
G 128 of 377 ~ 33.95%
B 176 of 377 ~ 46.68%

%19.36
%33.95
%46.68

CMYK RENK MODELİ

#4980B0 rengi CMYK tonu (59,27,0,31).

  • camgöbeği tonu 58.52%
  • eflatun tonu 27.27%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(59,27,0,31)
C59M27Y0K31 
(59%,27%,0%,31%)
(0.59/0.27/0.00/0.31)	

CMYK yüzdeleri

%58.52
%27.27
%0
%30.98

Codes

Color #4980B0 in popluar color models

4980B0
RGB73128176
HSL208°41.37%48.82%
HSB/HSV208°58.52%69.02%
CMYK58.52%27.27%0.00%
30.98%

Color #4980B0 in popluar number systems.

HEX4980B0
Decimal73128176
Binary10010011000000010110000
Octal111200260

Shades and tints

Shades of #4980B0

#4980B0
(73,128,176)
#4375A0
(67,117,160)
#3D6A90
(61,106,144)
#375F80
(55,95,128)
#315470
(49,84,112)
#2B4960
(43,73,96)
#253E50
(37,62,80)
#1F3340
(31,51,64)
#192830
(25,40,48)
#131D20
(19,29,32)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #4980B0

#4980B0
(73,128,176)
#598BB7
(89,139,183)
#6996BE
(105,150,190)
#79A1C5
(121,161,197)
#89ACCC
(137,172,204)
#99B7D3
(153,183,211)
#A9C2DA
(169,194,218)
#B9CDE1
(185,205,225)
#C9D8E8
(201,216,232)
#D9E3EF
(217,227,239)
#E9EEF6
(233,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4980B0 color. Also use rgb(73,128,176) instead hex code.

Text Font Color

.myTextColor { color: #4980B0; }

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

This text font color is #4980B0.


Background Color

.myBgColor { background-color: #4980B0; }

<div style="background-color:#4980B0">Inner text</div>

This div background color is #4980B0.


Border color

.myBorderColor { border: 1px solid #4980B0; }

<div style="border:3px solid #4980B0">Div</div>

This div border color is #4980B0.


Opacity

.myOpacity80 { color: #4980B0; opacity: 0.8; }

<p style="color:#4980B0;opacity:0.8;">80%</p>

Text with #4980B0 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 #4980B0;}

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

This text has shadow with #4980B0 color.

.textShadow {text-shadow: 3px 3px 1px #4980B0, 3px 3px 1px red;}

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

This text has shadow with #4980B0 primary color and red secondary color.


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

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

This text has shadow with #4980B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4980B0 on black background.


Color preview on white background

This text has color #4980B0 on white background.



Black color preview on #4980B0 background

This text has black color on #4980B0 background.


White color preview on #4980B0 background

This text has white color on #4980B0 background.