HEX: #4950CA
RGB: (73,80,202)
#4950CA contains mainly blue color. Web safe color of #4950CA is #3366CC (or #36C).
#4950CA color RGB value is (73,80,202).
RGB: (73,80,202)
(29%, 31%, 79%)
R 73 of 255 = 29%
G 80 of 255 = 31%
B 202 of 255 = 79%
R + G + B ~ 46%. #4950CA is middle color (not dark and not light).
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'%
#4950CA color CMYK value is (64,60,0,21).
CMYK: (64,60,0,21) C64M60Y0K21 (64%,60%,0%,21%) (0.64/0.60/0.00/0.21)
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 of #4950CA
Tints of #4950CA
Examples of css and html codes for elements with #4950CA color. Also use rgb(73,80,202) instead hex code.
.myTextColor { color: #4950CA; }
<p style="color:#4950CA">This sample text font color is #4950CA.</p>
This text font color is #4950CA.
.myBgColor { background-color: #4950CA; }
<div style="background-color:#4950CA">Inner text</div>
This div background color is #4950CA.
.myBorderColor { border: 1px solid #4950CA; }
<div style="border:3px solid #4950CA">Div</div>
This div border color is #4950CA.
.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%.
.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.
/* 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 text has color #4950CA on black background.
This text has color #4950CA on white background.
This text has black color on #4950CA background.
This text has white color on #4950CA background.
Complementary color for #hex is #B6AF35.