COLOR #465F9F

HEX: #465F9F
RGB: (70,95,159)

Color info

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

RGB color model

#465F9F color RGB value is (70,95,159).

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

RGB channels and saturation

R 70 of 255 = 27%
G 95 of 255 = 37%
B 159 of 255 = 62%

70
95
159

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

Portions of RGB colors in percentages

R + G + B =
70 + 95 + 159 = 324 (100%)
R 70 of 324 ~ 21.6%
G 95 of 324 ~ 29.32%
B 159 of 324 ~ 49.07%

%21.6
%29.32
%49.07

CMYK color model

#465F9F color CMYK value is (56,40,0,38).

  • cyan value is 55.97%
  • magenta value is 40.25%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(56,40,0,38)
C56M40Y0K38 
(56%,40%,0%,38%)
(0.56/0.40/0.00/0.38)	

CMYK percentages

%55.97
%40.25
%0
%37.65

Codes

Color #465F9F in popluar color models

465F9F
RGB7095159
HSL223°38.86%44.90%
HSB/HSV223°55.97%62.35%
CMYK55.97%40.25%0.00%
37.65%

Color #465F9F in popluar number systems.

HEX465F9F
Decimal7095159
Binary1000110101111110011111
Octal106137237

Shades and tints

Shades of #465F9F

#465F9F
(70,95,159)
#405791
(64,87,145)
#3A4F83
(58,79,131)
#344775
(52,71,117)
#2E3F67
(46,63,103)
#283759
(40,55,89)
#222F4B
(34,47,75)
#1C273D
(28,39,61)
#161F2F
(22,31,47)
#101721
(16,23,33)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #465F9F

#465F9F
(70,95,159)
#566DA7
(86,109,167)
#667BAF
(102,123,175)
#7689B7
(118,137,183)
#8697BF
(134,151,191)
#96A5C7
(150,165,199)
#A6B3CF
(166,179,207)
#B6C1D7
(182,193,215)
#C6CFDF
(198,207,223)
#D6DDE7
(214,221,231)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465F9F; }

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

This text font color is #465F9F.


Background Color

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

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

This div background color is #465F9F.


Border color

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

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

This div border color is #465F9F.


Opacity

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

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

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

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

This text has shadow with #465F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465F9F on black background.


Color preview on white background

This text has color #465F9F on white background.



Black color preview on #465F9F background

This text has black color on #465F9F background.


White color preview on #465F9F background

This text has white color on #465F9F background.