COLOR #465B7D

HEX: #465B7D
RGB: (70,91,125)

Color info

#465B7D contains red, green and blue colors in about the same proportion. Web safe color of #465B7D is #336666 (or #366).

RGB color model

#465B7D color RGB value is (70,91,125).

  • red value is 70;
  • green value is 91;
  • blue value is 125.
RGB:
(70,91,125)
(27%,36%,49%)

RGB channels and saturation

R 70 of 255 = 27%
G 91 of 255 = 36%
B 125 of 255 = 49%

70
91
125

R + G + B ~ 37%. #465B7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 91 + 125 = 286 (100%)
R 70 of 286 ~ 24.48%
G 91 of 286 ~ 31.82%
B 125 of 286 ~ 43.71%

%24.48
%31.82
%43.71

CMYK color model

#465B7D color CMYK value is (44,27,0,51).

  • cyan value is 44.00%
  • magenta value is 27.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(44,27,0,51)
C44M27Y0K51 
(44%,27%,0%,51%)
(0.44/0.27/0.00/0.51)	

CMYK percentages

%44
%27.2
%0
%50.98

Codes

Color #465B7D in popluar color models

465B7D
RGB7091125
HSL217°28.21%38.24%
HSB/HSV217°44.00%49.02%
CMYK44.00%27.20%0.00%
50.98%

Color #465B7D in popluar number systems.

HEX465B7D
Decimal7091125
Binary100011010110111111101
Octal106133175

Shades and tints

Shades of #465B7D

#465B7D
(70,91,125)
#405372
(64,83,114)
#3A4B67
(58,75,103)
#34435C
(52,67,92)
#2E3B51
(46,59,81)
#283346
(40,51,70)
#222B3B
(34,43,59)
#1C2330
(28,35,48)
#161B25
(22,27,37)
#10131A
(16,19,26)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #465B7D

#465B7D
(70,91,125)
#566988
(86,105,136)
#667793
(102,119,147)
#76859E
(118,133,158)
#8693A9
(134,147,169)
#96A1B4
(150,161,180)
#A6AFBF
(166,175,191)
#B6BDCA
(182,189,202)
#C6CBD5
(198,203,213)
#D6D9E0
(214,217,224)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465B7D color. Also use rgb(70,91,125) instead hex code.

Text Font Color

.myTextColor { color: #465B7D; }

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

This text font color is #465B7D.


Background Color

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

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

This div background color is #465B7D.


Border color

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

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

This div border color is #465B7D.


Opacity

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

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

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

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

This text has shadow with #465B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465B7D on black background.


Color preview on white background

This text has color #465B7D on white background.



Black color preview on #465B7D background

This text has black color on #465B7D background.


White color preview on #465B7D background

This text has white color on #465B7D background.