COLOR #4959C5

HEX: #4959C5
RGB: (73,89,197)

Color info

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

RGB color model

#4959C5 color RGB value is (73,89,197).

  • red value is 73;
  • green value is 89;
  • blue value is 197.
RGB:
(73,89,197)
(29%,35%,77%)

RGB channels and saturation

R 73 of 255 = 29%
G 89 of 255 = 35%
B 197 of 255 = 77%

73
89
197

R + G + B ~ 47%. #4959C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 89 + 197 = 359 (100%)
R 73 of 359 ~ 20.33%
G 89 of 359 ~ 24.79%
B 197 of 359 ~ 54.87%

%20.33
%24.79
%54.87

CMYK color model

#4959C5 color CMYK value is (63,55,0,23).

  • cyan value is 62.94%
  • magenta value is 54.82%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(63,55,0,23)
C63M55Y0K23 
(63%,55%,0%,23%)
(0.63/0.55/0.00/0.23)	

CMYK percentages

%62.94
%54.82
%0
%22.75

Codes

Color #4959C5 in popluar color models

4959C5
RGB7389197
HSL232°51.67%52.94%
HSB/HSV232°62.94%77.25%
CMYK62.94%54.82%0.00%
22.75%

Color #4959C5 in popluar number systems.

HEX4959C5
Decimal7389197
Binary1001001101100111000101
Octal111131305

Shades and tints

Shades of #4959C5

#4959C5
(73,89,197)
#4351B4
(67,81,180)
#3D49A3
(61,73,163)
#374192
(55,65,146)
#313981
(49,57,129)
#2B3170
(43,49,112)
#25295F
(37,41,95)
#1F214E
(31,33,78)
#19193D
(25,25,61)
#13112C
(19,17,44)
#0D091B
(13,9,27)
#000000
(0,0,0)

Tints of #4959C5

#4959C5
(73,89,197)
#5968CA
(89,104,202)
#6977CF
(105,119,207)
#7986D4
(121,134,212)
#8995D9
(137,149,217)
#99A4DE
(153,164,222)
#A9B3E3
(169,179,227)
#B9C2E8
(185,194,232)
#C9D1ED
(201,209,237)
#D9E0F2
(217,224,242)
#E9EFF7
(233,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4959C5 color. Also use rgb(73,89,197) instead hex code.

Text Font Color

.myTextColor { color: #4959C5; }

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

This text font color is #4959C5.


Background Color

.myBgColor { background-color: #4959C5; }

<div style="background-color:#4959C5">Inner text</div>

This div background color is #4959C5.


Border color

.myBorderColor { border: 1px solid #4959C5; }

<div style="border:3px solid #4959C5">Div</div>

This div border color is #4959C5.


Opacity

.myOpacity80 { color: #4959C5; opacity: 0.8; }

<p style="color:#4959C5;opacity:0.8;">80%</p>

Text with #4959C5 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 #4959C5;}

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

This text has shadow with #4959C5 color.

.textShadow {text-shadow: 3px 3px 1px #4959C5, 3px 3px 1px red;}

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

This text has shadow with #4959C5 primary color and red secondary color.


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

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

This text has shadow with #4959C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4959C5 on black background.


Color preview on white background

This text has color #4959C5 on white background.



Black color preview on #4959C5 background

This text has black color on #4959C5 background.


White color preview on #4959C5 background

This text has white color on #4959C5 background.