COLOR #4950CA

HEX: #4950CA RGB: (73,80,202)

Color info

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

RGB color model

#4950CA color RGB value is (73,80,202).

RGB: (73,80,202) (29%, 31%, 79%)

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 202 of 255 = 79%

73
80
202

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

Portions of RGB colors in percentages

R + G + B = 73 + 80 + 202 = 355 (100%)
R 73 of 355 ~ 20.56%
G 80 of 355 ~ 22.54%
B 202 of 355 ~ 56.9'%

%20.56
%22.54
%56.9

CMYK color model

#4950CA color CMYK value is (64,60,0,21).

  • cyan value is 63.86%
  • magenta value is 60.40%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (64,60,0,21) C64M60Y0K21 (64%,60%,0%,21%) (0.64/0.60/0.00/0.21) 

CMYK percentages

%63.86
%60.4
%0
%20.78

Codes

Color #4950CA in popluar color models

49 50 CA
RGB 73 80 202
HSL 237° 54.89% 53.92%
HSB/HSV 237° 63.86% 79.22%
CMYK 63.86% 60.40% 0.00%
20.78%

Color #4950CA in popluar number systems.

HEX 49 50 CA
Decimal 73 80 202
Binary 1001001 1010000 11001010
Octal 111 120 312

Shades and tints

Shades of #4950CA

#4950CA
(73,80,202)
#4349B8
(67,73,184)
#3D42A6
(61,66,166)
#373B94
(55,59,148)
#313482
(49,52,130)
#2B2D70
(43,45,112)
#25265E
(37,38,94)
#1F1F4C
(31,31,76)
#19183A
(25,24,58)
#131128
(19,17,40)
#0D0A16
(13,10,22)
#000000
(0,0,0)

Tints of #4950CA

#4950CA
(73,80,202)
#595FCE
(89,95,206)
#696ED2
(105,110,210)
#797DD6
(121,125,214)
#898CDA
(137,140,218)
#999BDE
(153,155,222)
#A9AAE2
(169,170,226)
#B9B9E6
(185,185,230)
#C9C8EA
(201,200,234)
#D9D7EE
(217,215,238)
#E9E6F2
(233,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4950CA; }

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

This text font color is #4950CA.

Background Color

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

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

This div background color is #4950CA.

Border color

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

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

This div border color is #4950CA.

Opacity

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

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

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

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

This text has shadow with #4950CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4950CA.

Preview

Color preview on black background

This text has color #4950CA on black background.


Color preview on white background

This text has color #4950CA on white background.


Black color preview on #4950CA background

This text has black color on #4950CA background.


White color preview on #4950CA background

This text has white color on #4950CA background.


Related colors

Complementary color

Complementary color for #hex is #B6AF35.


I love getcolorcode.com

Triadic colors

1 #CA4950 and #50CA49 with #4950CA are triadic colors.

2 #CA5049 and #5049CA with #4950CA are triadic colors.