HEX: #746CCA
RGB: (116,108,202)
#746CCA contains mainly blue color. Web safe color of #746CCA is #6666CC (or #66C).
#746CCA color RGB value is (116,108,202).
RGB: (116,108,202)
(45%, 42%, 79%)
R 116 of 255 = 45%
G 108 of 255 = 42%
B 202 of 255 = 79%
R + G + B ~ 55%. #746CCA is middle color (not dark and not light).
R + G + B = 116 + 108 + 202 = 426 (100%)
R 116 of 426 ~ 27.23%
G 108 of 426 ~ 25.35%
B 202 of 426 ~ 47.42'%
#746CCA color CMYK value is (43,47,0,21).
CMYK: (43,47,0,21) C43M47Y0K21 (43%,47%,0%,21%) (0.43/0.47/0.00/0.21)
Color #746CCA in popluar color models
74 | 6C | CA | |
---|---|---|---|
RGB | 116 | 108 | 202 |
HSL | 245° | 47.00% | 60.78% |
HSB/HSV | 245° | 46.53% | 79.22% |
CMYK | 42.57% | 46.53% | 0.00% |
20.78% |
Color #746CCA in popluar number systems.
HEX | 74 | 6C | CA |
Decimal | 116 | 108 | 202 |
Binary | 1110100 | 1101100 | 11001010 |
Octal | 164 | 154 | 312 |
Shades of #746CCA
Tints of #746CCA
Examples of css and html codes for elements with #746CCA color. Also use rgb(116,108,202) instead hex code.
.myTextColor { color: #746CCA; }
<p style="color:#746CCA">This sample text font color is #746CCA.</p>
This text font color is #746CCA.
.myBgColor { background-color: #746CCA; }
<div style="background-color:#746CCA">Inner text</div>
This div background color is #746CCA.
.myBorderColor { border: 1px solid #746CCA; }
<div style="border:3px solid #746CCA">Div</div>
This div border color is #746CCA.
.myOpacity80 { color: #746CCA; opacity: 0.8; }
<p style="color:#746CCA;opacity:0.8;">80%</p>
Text with #746CCA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #746CCA;}
<p style="text-shadow: 3px 3px 1px #746CCA">Text here.</p>
This text has shadow with #746CCA color.
.textShadow {text-shadow: 3px 3px 1px #746CCA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #746CCA, 5px 5px 20px red">Text here.</p>
This text has shadow with #746CCA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#746CCA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#746CCA, Direction=45, Strength=4)">Text</p>
This text has shadow with #746CCA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #746CCA;
-webkit-box-shadow: 1px 1px 3px 2px #746CCA;
box-shadow: 1px 1px 3px 2px #746CCA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #746CCA; -webkit-box-shadow: 1px 1px 3px 2px #746CCA; box-shadow:1px 1px 3px 2px #746CCA;">
Div content here
</div>
This text has color #746CCA on black background.
This text has color #746CCA on white background.
This text has black color on #746CCA background.
This text has white color on #746CCA background.
Complementary color for #hex is #8B9335.