COLOR #465A9F

HEX: #465A9F
RGB: (70,90,159)

Color info

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

RGB color model

#465A9F color RGB value is (70,90,159).

  • red value is 70;
  • green value is 90;
  • blue value is 159.
RGB:
(70,90,159)
(27%,35%,62%)

RGB channels and saturation

R 70 of 255 = 27%
G 90 of 255 = 35%
B 159 of 255 = 62%

70
90
159

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

Portions of RGB colors in percentages

R + G + B =
70 + 90 + 159 = 319 (100%)
R 70 of 319 ~ 21.94%
G 90 of 319 ~ 28.21%
B 159 of 319 ~ 49.84%

%21.94
%28.21
%49.84

CMYK color model

#465A9F color CMYK value is (56,43,0,38).

  • cyan value is 55.97%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(56,43,0,38)
C56M43Y0K38 
(56%,43%,0%,38%)
(0.56/0.43/0.00/0.38)	

CMYK percentages

%55.97
%43.4
%0
%37.65

Codes

Color #465A9F in popluar color models

465A9F
RGB7090159
HSL227°38.86%44.90%
HSB/HSV227°55.97%62.35%
CMYK55.97%43.40%0.00%
37.65%

Color #465A9F in popluar number systems.

HEX465A9F
Decimal7090159
Binary1000110101101010011111
Octal106132237

Shades and tints

Shades of #465A9F

#465A9F
(70,90,159)
#405291
(64,82,145)
#3A4A83
(58,74,131)
#344275
(52,66,117)
#2E3A67
(46,58,103)
#283259
(40,50,89)
#222A4B
(34,42,75)
#1C223D
(28,34,61)
#161A2F
(22,26,47)
#101221
(16,18,33)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #465A9F

#465A9F
(70,90,159)
#5669A7
(86,105,167)
#6678AF
(102,120,175)
#7687B7
(118,135,183)
#8696BF
(134,150,191)
#96A5C7
(150,165,199)
#A6B4CF
(166,180,207)
#B6C3D7
(182,195,215)
#C6D2DF
(198,210,223)
#D6E1E7
(214,225,231)
#E6F0EF
(230,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465A9F; }

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

This text font color is #465A9F.


Background Color

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

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

This div background color is #465A9F.


Border color

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

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

This div border color is #465A9F.


Opacity

.myOpacity80 { color: #465A9F; opacity: 0.8; }

<p style="color:#465A9F;opacity:0.8;">80%</p>

Text with #465A9F 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 #465A9F;}

<p style="text-shadow: 3px 3px 1px #465A9F">Text here.</p>

This text has shadow with #465A9F color.

.textShadow {text-shadow: 3px 3px 1px #465A9F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #465A9F, 5px 5px 20px red">Text here.</p>

This text has shadow with #465A9F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#465A9F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#465A9F, Direction=45, Strength=4)">Text</p>

This text has shadow with #465A9F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #465A9F;
  -webkit-box-shadow:	1px 1px 3px 2px #465A9F;
  box-shadow:		1px 1px 3px 2px #465A9F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #465A9F;
-webkit-box-shadow: 1px 1px 3px 2px #465A9F;
box-shadow:1px 1px 3px 2px #465A9F;">
Div content here</div>
This div box has shadow with color #465A9F.

Preview

Color preview on black background

This text has color #465A9F on black background.


Color preview on white background

This text has color #465A9F on white background.



Black color preview on #465A9F background

This text has black color on #465A9F background.


White color preview on #465A9F background

This text has white color on #465A9F background.