HEX: #748CCD
RGB: (116,140,205)
#748CCD contains mainly blue color. Web safe color of #748CCD is #6699CC (or #69C).
#748CCD color RGB value is (116,140,205).
RGB: (116,140,205)
(45%, 55%, 80%)
R 116 of 255 = 45%
G 140 of 255 = 55%
B 205 of 255 = 80%
R + G + B ~ 60%. #748CCD is middle color (not dark and not light).
R + G + B = 116 + 140 + 205 = 461 (100%)
R 116 of 461 ~ 25.16%
G 140 of 461 ~ 30.37%
B 205 of 461 ~ 44.47'%
#748CCD color CMYK value is (43,32,0,20).
CMYK: (43,32,0,20)
C43M32Y0K20 (43%, 32%, 0%, 20%)
(0.43 / 0.32 / 0.00 / 0.20)
Color #748CCD in popluar color models
74 | 8C | CD | |
---|---|---|---|
RGB | 116 | 140 | 205 |
HSL | 224° | 47.09% | 62.94% |
HSB/HSV | 224° | 43.41% | 80.39% |
CMYK | 43.41% | 31.71% | 0.00% |
19.61% |
Color #748CCD in popluar number systems.
HEX | 74 | 8C | CD |
Decimal | 116 | 140 | 205 |
Binary | 1110100 | 10001100 | 11001101 |
Octal | 164 | 214 | 315 |
Shades of #748CCD
Tints of #748CCD
Examples of css and html codes for elements with #748CCD color. Also use rgb(116,140,205) instead hex code.
.myTextColor { color: #748CCD; }
<p style="color:#748CCD">This sample text font color is #748CCD.</p>
This text font color is #748CCD.
.myBgColor { background-color: #748CCD; }
<div style="background-color:#748CCD">Inner text</div>
This div background color is #748CCD.
.myBorderColor { border: 1px solid #748CCD; }
<div style="border:3px solid #748CCD">Div</div>
This div border color is #748CCD.
.myOpacity80 { color: #748CCD; opacity: 0.8; }
<p style="color:#748CCD;opacity:0.8;">80%</p>
Text with #748CCD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #748CCD;}
<p style="text-shadow: 3px 3px 1px #748CCD">Text here.</p>
This text has shadow with #748CCD color.
.textShadow {text-shadow: 3px 3px 1px #748CCD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #748CCD, 5px 5px 20px red">Text here.</p>
This text has shadow with #748CCD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#748CCD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#748CCD, Direction=45, Strength=4)">Text</p>
This text has shadow with #748CCD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #748CCD;
-webkit-box-shadow: 1px 1px 3px 2px #748CCD;
box-shadow: 1px 1px 3px 2px #748CCD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #748CCD; -webkit-box-shadow: 1px 1px 3px 2px #748CCD; box-shadow:1px 1px 3px 2px #748CCD;">
Div content here
</div>
This text has color #748CCD on black background.
This text has color #748CCD on white background.
This text has black color on #748CCD background.
This text has white color on #748CCD background.
Complementary color for #hex is #8B7332.