COLOR #4964CF

HEX: #4964CF
RGB: (73,100,207)

Color info

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

RGB color model

#4964CF color RGB value is (73,100,207).

  • red value is 73;
  • green value is 100;
  • blue value is 207.
RGB:
(73,100,207)
(29%,39%,81%)

RGB channels and saturation

R 73 of 255 = 29%
G 100 of 255 = 39%
B 207 of 255 = 81%

73
100
207

R + G + B ~ 50%. #4964CF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 100 + 207 = 380 (100%)
R 73 of 380 ~ 19.21%
G 100 of 380 ~ 26.32%
B 207 of 380 ~ 54.47%

%19.21
%26.32
%54.47

CMYK color model

#4964CF color CMYK value is (65,52,0,19).

  • cyan value is 64.73%
  • magenta value is 51.69%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(65,52,0,19)
C65M52Y0K19 
(65%,52%,0%,19%)
(0.65/0.52/0.00/0.19)	

CMYK percentages

%64.73
%51.69
%0
%18.82

Codes

Color #4964CF in popluar color models

4964CF
RGB73100207
HSL228°58.26%54.90%
HSB/HSV228°64.73%81.18%
CMYK64.73%51.69%0.00%
18.82%

Color #4964CF in popluar number systems.

HEX4964CF
Decimal73100207
Binary1001001110010011001111
Octal111144317

Shades and tints

Shades of #4964CF

#4964CF
(73,100,207)
#435BBD
(67,91,189)
#3D52AB
(61,82,171)
#374999
(55,73,153)
#314087
(49,64,135)
#2B3775
(43,55,117)
#252E63
(37,46,99)
#1F2551
(31,37,81)
#191C3F
(25,28,63)
#13132D
(19,19,45)
#0D0A1B
(13,10,27)
#000000
(0,0,0)

Tints of #4964CF

#4964CF
(73,100,207)
#5972D3
(89,114,211)
#6980D7
(105,128,215)
#798EDB
(121,142,219)
#899CDF
(137,156,223)
#99AAE3
(153,170,227)
#A9B8E7
(169,184,231)
#B9C6EB
(185,198,235)
#C9D4EF
(201,212,239)
#D9E2F3
(217,226,243)
#E9F0F7
(233,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4964CF color. Also use rgb(73,100,207) instead hex code.

Text Font Color

.myTextColor { color: #4964CF; }

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

This text font color is #4964CF.


Background Color

.myBgColor { background-color: #4964CF; }

<div style="background-color:#4964CF">Inner text</div>

This div background color is #4964CF.


Border color

.myBorderColor { border: 1px solid #4964CF; }

<div style="border:3px solid #4964CF">Div</div>

This div border color is #4964CF.


Opacity

.myOpacity80 { color: #4964CF; opacity: 0.8; }

<p style="color:#4964CF;opacity:0.8;">80%</p>

Text with #4964CF 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 #4964CF;}

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

This text has shadow with #4964CF color.

.textShadow {text-shadow: 3px 3px 1px #4964CF, 3px 3px 1px red;}

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

This text has shadow with #4964CF primary color and red secondary color.


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

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

This text has shadow with #4964CF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4964CF on black background.


Color preview on white background

This text has color #4964CF on white background.



Black color preview on #4964CF background

This text has black color on #4964CF background.


White color preview on #4964CF background

This text has white color on #4964CF background.