COLOR #4956CF

HEX: #4956CF
RGB: (73,86,207)

Color info

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

RGB color model

#4956CF color RGB value is (73,86,207).

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

RGB channels and saturation

R 73 of 255 = 29%
G 86 of 255 = 34%
B 207 of 255 = 81%

73
86
207

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

Portions of RGB colors in percentages

R + G + B =
73 + 86 + 207 = 366 (100%)
R 73 of 366 ~ 19.95%
G 86 of 366 ~ 23.5%
B 207 of 366 ~ 56.56%

%19.95
%23.5
%56.56

CMYK color model

#4956CF color CMYK value is (65,58,0,19).

  • cyan value is 64.73%
  • magenta value is 58.45%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(65,58,0,19)
C65M58Y0K19 
(65%,58%,0%,19%)
(0.65/0.58/0.00/0.19)	

CMYK percentages

%64.73
%58.45
%0
%18.82

Codes

Color #4956CF in popluar color models

4956CF
RGB7386207
HSL234°58.26%54.90%
HSB/HSV234°64.73%81.18%
CMYK64.73%58.45%0.00%
18.82%

Color #4956CF in popluar number systems.

HEX4956CF
Decimal7386207
Binary1001001101011011001111
Octal111126317

Shades and tints

Shades of #4956CF

#4956CF
(73,86,207)
#434FBD
(67,79,189)
#3D48AB
(61,72,171)
#374199
(55,65,153)
#313A87
(49,58,135)
#2B3375
(43,51,117)
#252C63
(37,44,99)
#1F2551
(31,37,81)
#191E3F
(25,30,63)
#13172D
(19,23,45)
#0D101B
(13,16,27)
#000000
(0,0,0)

Tints of #4956CF

#4956CF
(73,86,207)
#5965D3
(89,101,211)
#6974D7
(105,116,215)
#7983DB
(121,131,219)
#8992DF
(137,146,223)
#99A1E3
(153,161,227)
#A9B0E7
(169,176,231)
#B9BFEB
(185,191,235)
#C9CEEF
(201,206,239)
#D9DDF3
(217,221,243)
#E9ECF7
(233,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4956CF; }

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

This text font color is #4956CF.


Background Color

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

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

This div background color is #4956CF.


Border color

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

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

This div border color is #4956CF.


Opacity

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

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

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

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

This text has shadow with #4956CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4956CF on black background.


Color preview on white background

This text has color #4956CF on white background.



Black color preview on #4956CF background

This text has black color on #4956CF background.


White color preview on #4956CF background

This text has white color on #4956CF background.