HEX: #4968AD
RGB: (73,104,173)
#4968AD contains mainly blue color. Web safe color of #4968AD is #336699 (or #369).
#4968AD color RGB value is (73,104,173).
RGB: (73,104,173)
(29%, 41%, 68%)
R 73 of 255 = 29%
G 104 of 255 = 41%
B 173 of 255 = 68%
R + G + B ~ 46%. #4968AD is middle color (not dark and not light).
R + G + B = 73 + 104 + 173 = 350 (100%)
R 73 of 350 ~ 20.86%
G 104 of 350 ~ 29.71%
B 173 of 350 ~ 49.43'%
#4968AD color CMYK value is (58,40,0,32).
CMYK: (58,40,0,32) C58M40Y0K32 (58%,40%,0%,32%) (0.58/0.40/0.00/0.32)
Color #4968AD in popluar color models
49 | 68 | AD | |
---|---|---|---|
RGB | 73 | 104 | 173 |
HSL | 221° | 40.65% | 48.24% |
HSB/HSV | 221° | 57.80% | 67.84% |
CMYK | 57.80% | 39.88% | 0.00% |
32.16% |
Color #4968AD in popluar number systems.
HEX | 49 | 68 | AD |
Decimal | 73 | 104 | 173 |
Binary | 1001001 | 1101000 | 10101101 |
Octal | 111 | 150 | 255 |
Shades of #4968AD
Tints of #4968AD
Examples of css and html codes for elements with #4968AD color. Also use rgb(73,104,173) instead hex code.
.myTextColor { color: #4968AD; }
<p style="color:#4968AD">This sample text font color is #4968AD.</p>
This text font color is #4968AD.
.myBgColor { background-color: #4968AD; }
<div style="background-color:#4968AD">Inner text</div>
This div background color is #4968AD.
.myBorderColor { border: 1px solid #4968AD; }
<div style="border:3px solid #4968AD">Div</div>
This div border color is #4968AD.
.myOpacity80 { color: #4968AD; opacity: 0.8; }
<p style="color:#4968AD;opacity:0.8;">80%</p>
Text with #4968AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4968AD;}
<p style="text-shadow: 3px 3px 1px #4968AD">Text here.</p>
This text has shadow with #4968AD color.
.textShadow {text-shadow: 3px 3px 1px #4968AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4968AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #4968AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4968AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4968AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #4968AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4968AD;
-webkit-box-shadow: 1px 1px 3px 2px #4968AD;
box-shadow: 1px 1px 3px 2px #4968AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4968AD; -webkit-box-shadow: 1px 1px 3px 2px #4968AD; box-shadow:1px 1px 3px 2px #4968AD;">
Div content here
</div>
This text has color #4968AD on black background.
This text has color #4968AD on white background.
This text has black color on #4968AD background.
This text has white color on #4968AD background.
Complementary color for #hex is #B69752.