COLOR #4979CA

HEX: #4979CA
RGB: (73,121,202)

Color info

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

RGB color model

#4979CA color RGB value is (73,121,202).

  • red value is 73;
  • green value is 121;
  • blue value is 202.
RGB:
(73,121,202)
(29%,47%,79%)

RGB channels and saturation

R 73 of 255 = 29%
G 121 of 255 = 47%
B 202 of 255 = 79%

73
121
202

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

Portions of RGB colors in percentages

R + G + B =
73 + 121 + 202 = 396 (100%)
R 73 of 396 ~ 18.43%
G 121 of 396 ~ 30.56%
B 202 of 396 ~ 51.01%

%18.43
%30.56
%51.01

CMYK color model

#4979CA color CMYK value is (64,40,0,21).

  • cyan value is 63.86%
  • magenta value is 40.10%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(64,40,0,21)
C64M40Y0K21 
(64%,40%,0%,21%)
(0.64/0.40/0.00/0.21)	

CMYK percentages

%63.86
%40.1
%0
%20.78

Codes

Color #4979CA in popluar color models

4979CA
RGB73121202
HSL218°54.89%53.92%
HSB/HSV218°63.86%79.22%
CMYK63.86%40.10%0.00%
20.78%

Color #4979CA in popluar number systems.

HEX4979CA
Decimal73121202
Binary1001001111100111001010
Octal111171312

Shades and tints

Shades of #4979CA

#4979CA
(73,121,202)
#436EB8
(67,110,184)
#3D63A6
(61,99,166)
#375894
(55,88,148)
#314D82
(49,77,130)
#2B4270
(43,66,112)
#25375E
(37,55,94)
#1F2C4C
(31,44,76)
#19213A
(25,33,58)
#131628
(19,22,40)
#0D0B16
(13,11,22)
#000000
(0,0,0)

Tints of #4979CA

#4979CA
(73,121,202)
#5985CE
(89,133,206)
#6991D2
(105,145,210)
#799DD6
(121,157,214)
#89A9DA
(137,169,218)
#99B5DE
(153,181,222)
#A9C1E2
(169,193,226)
#B9CDE6
(185,205,230)
#C9D9EA
(201,217,234)
#D9E5EE
(217,229,238)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4979CA color. Also use rgb(73,121,202) instead hex code.

Text Font Color

.myTextColor { color: #4979CA; }

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

This text font color is #4979CA.


Background Color

.myBgColor { background-color: #4979CA; }

<div style="background-color:#4979CA">Inner text</div>

This div background color is #4979CA.


Border color

.myBorderColor { border: 1px solid #4979CA; }

<div style="border:3px solid #4979CA">Div</div>

This div border color is #4979CA.


Opacity

.myOpacity80 { color: #4979CA; opacity: 0.8; }

<p style="color:#4979CA;opacity:0.8;">80%</p>

Text with #4979CA 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 #4979CA;}

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

This text has shadow with #4979CA color.

.textShadow {text-shadow: 3px 3px 1px #4979CA, 3px 3px 1px red;}

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

This text has shadow with #4979CA primary color and red secondary color.


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

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

This text has shadow with #4979CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4979CA on black background.


Color preview on white background

This text has color #4979CA on white background.



Black color preview on #4979CA background

This text has black color on #4979CA background.


White color preview on #4979CA background

This text has white color on #4979CA background.