COLOR #465A71

HEX: #465A71
RGB: (70,90,113)

Color info

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

RGB color model

#465A71 color RGB value is (70,90,113).

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

RGB channels and saturation

R 70 of 255 = 27%
G 90 of 255 = 35%
B 113 of 255 = 44%

70
90
113

R + G + B ~ 35%. #465A71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 90 + 113 = 273 (100%)
R 70 of 273 ~ 25.64%
G 90 of 273 ~ 32.97%
B 113 of 273 ~ 41.39%

%25.64
%32.97
%41.39

CMYK color model

#465A71 color CMYK value is (38,20,0,56).

  • cyan value is 38.05%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(38,20,0,56)
C38M20Y0K56 
(38%,20%,0%,56%)
(0.38/0.20/0.00/0.56)	

CMYK percentages

%38.05
%20.35
%0
%55.69

Codes

Color #465A71 in popluar color models

465A71
RGB7090113
HSL212°23.50%35.88%
HSB/HSV212°38.05%44.31%
CMYK38.05%20.35%0.00%
55.69%

Color #465A71 in popluar number systems.

HEX465A71
Decimal7090113
Binary100011010110101110001
Octal106132161

Shades and tints

Shades of #465A71

#465A71
(70,90,113)
#405267
(64,82,103)
#3A4A5D
(58,74,93)
#344253
(52,66,83)
#2E3A49
(46,58,73)
#28323F
(40,50,63)
#222A35
(34,42,53)
#1C222B
(28,34,43)
#161A21
(22,26,33)
#101217
(16,18,23)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #465A71

#465A71
(70,90,113)
#56697D
(86,105,125)
#667889
(102,120,137)
#768795
(118,135,149)
#8696A1
(134,150,161)
#96A5AD
(150,165,173)
#A6B4B9
(166,180,185)
#B6C3C5
(182,195,197)
#C6D2D1
(198,210,209)
#D6E1DD
(214,225,221)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465A71; }

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

This text font color is #465A71.


Background Color

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

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

This div background color is #465A71.


Border color

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

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

This div border color is #465A71.


Opacity

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

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

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

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

This text has shadow with #465A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465A71 on black background.


Color preview on white background

This text has color #465A71 on white background.



Black color preview on #465A71 background

This text has black color on #465A71 background.


White color preview on #465A71 background

This text has white color on #465A71 background.