HEX: #465AA5
RGB: (70,90,165)
#465AA5 contains mainly blue color. Web safe color of #465AA5 is #336699 (or #369).
#465AA5 color RGB value is (70,90,165).
RGB: (70,90,165)
(27%, 35%, 65%)
R 70 of 255 = 27%
G 90 of 255 = 35%
B 165 of 255 = 65%
R + G + B ~ 42%. #465AA5 is middle color (not dark and not light).
R + G + B = 70 + 90 + 165 = 325 (100%)
R 70 of 325 ~ 21.54%
G 90 of 325 ~ 27.69%
B 165 of 325 ~ 50.77'%
#465AA5 color CMYK value is (58,45,0,35).
CMYK: (58,45,0,35)
C58M45Y0K35 (58%, 45%, 0%, 35%)
(0.58 / 0.45 / 0.00 / 0.35)
Color #465AA5 in popluar color models
46 | 5A | A5 | |
---|---|---|---|
RGB | 70 | 90 | 165 |
HSL | 227° | 40.43% | 46.08% |
HSB/HSV | 227° | 57.58% | 64.71% |
CMYK | 57.58% | 45.45% | 0.00% |
35.29% |
Color #465AA5 in popluar number systems.
HEX | 46 | 5A | A5 |
Decimal | 70 | 90 | 165 |
Binary | 1000110 | 1011010 | 10100101 |
Octal | 106 | 132 | 245 |
Shades of #465AA5
Tints of #465AA5
Examples of css and html codes for elements with #465AA5 color. Also use rgb(70,90,165) instead hex code.
.myTextColor { color: #465AA5; }
<p style="color:#465AA5">This sample text font color is #465AA5.</p>
This text font color is #465AA5.
.myBgColor { background-color: #465AA5; }
<div style="background-color:#465AA5">Inner text</div>
This div background color is #465AA5.
.myBorderColor { border: 1px solid #465AA5; }
<div style="border:3px solid #465AA5">Div</div>
This div border color is #465AA5.
.myOpacity80 { color: #465AA5; opacity: 0.8; }
<p style="color:#465AA5;opacity:0.8;">80%</p>
Text with #465AA5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #465AA5;}
<p style="text-shadow: 3px 3px 1px #465AA5">Text here.</p>
This text has shadow with #465AA5 color.
.textShadow {text-shadow: 3px 3px 1px #465AA5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #465AA5, 5px 5px 20px red">Text here.</p>
This text has shadow with #465AA5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#465AA5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#465AA5, Direction=45, Strength=4)">Text</p>
This text has shadow with #465AA5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #465AA5;
-webkit-box-shadow: 1px 1px 3px 2px #465AA5;
box-shadow: 1px 1px 3px 2px #465AA5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #465AA5; -webkit-box-shadow: 1px 1px 3px 2px #465AA5; box-shadow:1px 1px 3px 2px #465AA5;">
Div content here
</div>
This text has color #465AA5 on black background.
This text has color #465AA5 on white background.
This text has black color on #465AA5 background.
This text has white color on #465AA5 background.
Complementary color for #hex is #B9A55A.