COLOR #465AA5

HEX: #465AA5 RGB: (70,90,165)

Color info

#465AA5 contains mainly blue color. Web safe color of #465AA5 is #336699 (or #369).

RGB color model

#465AA5 color RGB value is (70,90,165).

RGB: (70,90,165) (27%, 35%, 65%)

RGB channels and saturation

R 70 of 255 = 27%
G 90 of 255 = 35%
B 165 of 255 = 65%

70
90
165

R + G + B ~ 42%. #465AA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%21.54
%27.69
%50.77

CMYK color model

#465AA5 color CMYK value is (58,45,0,35).

  • cyan value is 57.58%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (58,45,0,35)
C58M45Y0K35 (58%, 45%, 0%, 35%)
(0.58 / 0.45 / 0.00 / 0.35)

CMYK percentages

%57.58
%45.45
%0
%35.29

Codes

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 and tints

Shades of #465AA5

#465AA5
(70,90,165)
#405296
(64,82,150)
#3A4A87
(58,74,135)
#344278
(52,66,120)
#2E3A69
(46,58,105)
#28325A
(40,50,90)
#222A4B
(34,42,75)
#1C223C
(28,34,60)
#161A2D
(22,26,45)
#10121E
(16,18,30)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #465AA5

#465AA5
(70,90,165)
#5669AD
(86,105,173)
#6678B5
(102,120,181)
#7687BD
(118,135,189)
#8696C5
(134,150,197)
#96A5CD
(150,165,205)
#A6B4D5
(166,180,213)
#B6C3DD
(182,195,221)
#C6D2E5
(198,210,229)
#D6E1ED
(214,225,237)
#E6F0F5
(230,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465AA5 color. Also use rgb(70,90,165) instead hex code.

Text Font Color

.myTextColor { color: #465AA5; }

<p style="color:#465AA5">This sample text font color is #465AA5.</p>

This text font color is #465AA5.

Background Color

.myBgColor { background-color: #465AA5; }

<div style="background-color:#465AA5">Inner text</div>

This div background color is #465AA5.

Border color

.myBorderColor { border: 1px solid #465AA5; }

<div style="border:3px solid #465AA5">Div</div>

This div border color is #465AA5.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #465AA5.

Preview

Color preview on black background

This text has color #465AA5 on black background.


Color preview on white background

This text has color #465AA5 on white background.


Black color preview on #465AA5 background

This text has black color on #465AA5 background.


White color preview on #465AA5 background

This text has white color on #465AA5 background.


Related colors

Complementary color

Complementary color for #hex is #B9A55A.


I love getcolorcode.com

Triadic colors

1 #A5465A and #5AA546 with #465AA5 are triadic colors.

2 #A55A46 and #5A46A5 with #465AA5 are triadic colors.