COLOR #4978AD

HEX: #4978AD
RGB: (73,120,173)

Renk bilgisi

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

RGB renk modeli

#4978AD color RGB value is (73,120,173).

  • kırmız ton 73;
  • yeşil ton 120;
  • mavi ton 173.
RGB:
(73,120,173)
(29%,47%,68%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 120 of 255 = 47%
B 173 of 255 = 68%

73
120
173

R + G + B ~ 48%. #4978AD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 120 + 173 = 366 (100%)
R 73 of 366 ~ 19.95%
G 120 of 366 ~ 32.79%
B 173 of 366 ~ 47.27%

%19.95
%32.79
%47.27

CMYK RENK MODELİ

#4978AD rengi CMYK tonu (58,31,0,32).

  • camgöbeği tonu 57.80%
  • eflatun tonu 30.64%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(58,31,0,32)
C58M31Y0K32 
(58%,31%,0%,32%)
(0.58/0.31/0.00/0.32)	

CMYK yüzdeleri

%57.8
%30.64
%0
%32.16

Codes

Color #4978AD in popluar color models

4978AD
RGB73120173
HSL212°40.65%48.24%
HSB/HSV212°57.80%67.84%
CMYK57.80%30.64%0.00%
32.16%

Color #4978AD in popluar number systems.

HEX4978AD
Decimal73120173
Binary1001001111100010101101
Octal111170255

Shades and tints

Shades of #4978AD

#4978AD
(73,120,173)
#436E9E
(67,110,158)
#3D648F
(61,100,143)
#375A80
(55,90,128)
#315071
(49,80,113)
#2B4662
(43,70,98)
#253C53
(37,60,83)
#1F3244
(31,50,68)
#192835
(25,40,53)
#131E26
(19,30,38)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #4978AD

#4978AD
(73,120,173)
#5984B4
(89,132,180)
#6990BB
(105,144,187)
#799CC2
(121,156,194)
#89A8C9
(137,168,201)
#99B4D0
(153,180,208)
#A9C0D7
(169,192,215)
#B9CCDE
(185,204,222)
#C9D8E5
(201,216,229)
#D9E4EC
(217,228,236)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4978AD color. Also use rgb(73,120,173) instead hex code.

Text Font Color

.myTextColor { color: #4978AD; }

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

This text font color is #4978AD.


Background Color

.myBgColor { background-color: #4978AD; }

<div style="background-color:#4978AD">Inner text</div>

This div background color is #4978AD.


Border color

.myBorderColor { border: 1px solid #4978AD; }

<div style="border:3px solid #4978AD">Div</div>

This div border color is #4978AD.


Opacity

.myOpacity80 { color: #4978AD; opacity: 0.8; }

<p style="color:#4978AD;opacity:0.8;">80%</p>

Text with #4978AD 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 #4978AD;}

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

This text has shadow with #4978AD color.

.textShadow {text-shadow: 3px 3px 1px #4978AD, 3px 3px 1px red;}

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

This text has shadow with #4978AD primary color and red secondary color.


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

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

This text has shadow with #4978AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4978AD on black background.


Color preview on white background

This text has color #4978AD on white background.



Black color preview on #4978AD background

This text has black color on #4978AD background.


White color preview on #4978AD background

This text has white color on #4978AD background.