COLOR #4977CD

HEX: #4977CD
RGB: (73,119,205)

Color info

#4977CD contains mainly blue color. Web safe color of #4977CD is #3366CC (or #36C).

RGB color model

#4977CD color RGB value is (73,119,205).

  • red value is 73;
  • green value is 119;
  • blue value is 205.
RGB:
(73,119,205)
(29%,47%,80%)

RGB channels and saturation

R 73 of 255 = 29%
G 119 of 255 = 47%
B 205 of 255 = 80%

73
119
205

R + G + B ~ 52%. #4977CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 119 + 205 = 397 (100%)
R 73 of 397 ~ 18.39%
G 119 of 397 ~ 29.97%
B 205 of 397 ~ 51.64%

%18.39
%29.97
%51.64

CMYK color model

#4977CD color CMYK value is (64,42,0,20).

  • cyan value is 64.39%
  • magenta value is 41.95%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(64,42,0,20)
C64M42Y0K20 
(64%,42%,0%,20%)
(0.64/0.42/0.00/0.20)	

CMYK percentages

%64.39
%41.95
%0
%19.61

Codes

Color #4977CD in popluar color models

4977CD
RGB73119205
HSL219°56.90%54.51%
HSB/HSV219°64.39%80.39%
CMYK64.39%41.95%0.00%
19.61%

Color #4977CD in popluar number systems.

HEX4977CD
Decimal73119205
Binary1001001111011111001101
Octal111167315

Shades and tints

Shades of #4977CD

#4977CD
(73,119,205)
#436DBB
(67,109,187)
#3D63A9
(61,99,169)
#375997
(55,89,151)
#314F85
(49,79,133)
#2B4573
(43,69,115)
#253B61
(37,59,97)
#1F314F
(31,49,79)
#19273D
(25,39,61)
#131D2B
(19,29,43)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #4977CD

#4977CD
(73,119,205)
#5983D1
(89,131,209)
#698FD5
(105,143,213)
#799BD9
(121,155,217)
#89A7DD
(137,167,221)
#99B3E1
(153,179,225)
#A9BFE5
(169,191,229)
#B9CBE9
(185,203,233)
#C9D7ED
(201,215,237)
#D9E3F1
(217,227,241)
#E9EFF5
(233,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4977CD color. Also use rgb(73,119,205) instead hex code.

Text Font Color

.myTextColor { color: #4977CD; }

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

This text font color is #4977CD.


Background Color

.myBgColor { background-color: #4977CD; }

<div style="background-color:#4977CD">Inner text</div>

This div background color is #4977CD.


Border color

.myBorderColor { border: 1px solid #4977CD; }

<div style="border:3px solid #4977CD">Div</div>

This div border color is #4977CD.


Opacity

.myOpacity80 { color: #4977CD; opacity: 0.8; }

<p style="color:#4977CD;opacity:0.8;">80%</p>

Text with #4977CD 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 #4977CD;}

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

This text has shadow with #4977CD color.

.textShadow {text-shadow: 3px 3px 1px #4977CD, 3px 3px 1px red;}

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

This text has shadow with #4977CD primary color and red secondary color.


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

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

This text has shadow with #4977CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4977CD on black background.


Color preview on white background

This text has color #4977CD on white background.



Black color preview on #4977CD background

This text has black color on #4977CD background.


White color preview on #4977CD background

This text has white color on #4977CD background.