HEX: #704FAF
RGB: (112,79,175)
#704FAF contains mainly blue color. Web safe color of #704FAF is #666699 (or #669).
#704FAF color RGB value is (112,79,175).
RGB: (112,79,175)
(44%, 31%, 69%)
R 112 of 255 = 44%
G 79 of 255 = 31%
B 175 of 255 = 69%
R + G + B ~ 48%. #704FAF is middle color (not dark and not light).
R + G + B = 112 + 79 + 175 = 366 (100%)
R 112 of 366 ~ 30.6%
G 79 of 366 ~ 21.58%
B 175 of 366 ~ 47.81'%
#704FAF color CMYK value is (36,55,0,31).
CMYK: (36,55,0,31)
C36M55Y0K31 (36%, 55%, 0%, 31%)
(0.36 / 0.55 / 0.00 / 0.31)
Color #704FAF in popluar color models
70 | 4F | AF | |
---|---|---|---|
RGB | 112 | 79 | 175 |
HSL | 261° | 37.80% | 49.80% |
HSB/HSV | 261° | 54.86% | 68.63% |
CMYK | 36.00% | 54.86% | 0.00% |
31.37% |
Color #704FAF in popluar number systems.
HEX | 70 | 4F | AF |
Decimal | 112 | 79 | 175 |
Binary | 1110000 | 1001111 | 10101111 |
Octal | 160 | 117 | 257 |
Shades of #704FAF
Tints of #704FAF
Examples of css and html codes for elements with #704FAF color. Also use rgb(112,79,175) instead hex code.
.myTextColor { color: #704FAF; }
<p style="color:#704FAF">This sample text font color is #704FAF.</p>
This text font color is #704FAF.
.myBgColor { background-color: #704FAF; }
<div style="background-color:#704FAF">Inner text</div>
This div background color is #704FAF.
.myBorderColor { border: 1px solid #704FAF; }
<div style="border:3px solid #704FAF">Div</div>
This div border color is #704FAF.
.myOpacity80 { color: #704FAF; opacity: 0.8; }
<p style="color:#704FAF;opacity:0.8;">80%</p>
Text with #704FAF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #704FAF;}
<p style="text-shadow: 3px 3px 1px #704FAF">Text here.</p>
This text has shadow with #704FAF color.
.textShadow {text-shadow: 3px 3px 1px #704FAF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #704FAF, 5px 5px 20px red">Text here.</p>
This text has shadow with #704FAF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#704FAF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#704FAF, Direction=45, Strength=4)">Text</p>
This text has shadow with #704FAF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #704FAF;
-webkit-box-shadow: 1px 1px 3px 2px #704FAF;
box-shadow: 1px 1px 3px 2px #704FAF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #704FAF; -webkit-box-shadow: 1px 1px 3px 2px #704FAF; box-shadow:1px 1px 3px 2px #704FAF;">
Div content here
</div>
This text has color #704FAF on black background.
This text has color #704FAF on white background.
This text has black color on #704FAF background.
This text has white color on #704FAF background.
Complementary color for #hex is #8FB050.