COLOR #465A73

HEX: #465A73
RGB: (70,90,115)

Color info

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

RGB color model

#465A73 color RGB value is (70,90,115).

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

RGB channels and saturation

R 70 of 255 = 27%
G 90 of 255 = 35%
B 115 of 255 = 45%

70
90
115

R + G + B ~ 36%. #465A73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 90 + 115 = 275 (100%)
R 70 of 275 ~ 25.45%
G 90 of 275 ~ 32.73%
B 115 of 275 ~ 41.82%

%25.45
%32.73
%41.82

CMYK color model

#465A73 color CMYK value is (39,22,0,55).

  • cyan value is 39.13%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(39,22,0,55)
C39M22Y0K55 
(39%,22%,0%,55%)
(0.39/0.22/0.00/0.55)	

CMYK percentages

%39.13
%21.74
%0
%54.9

Codes

Color #465A73 in popluar color models

465A73
RGB7090115
HSL213°24.32%36.27%
HSB/HSV213°39.13%45.10%
CMYK39.13%21.74%0.00%
54.90%

Color #465A73 in popluar number systems.

HEX465A73
Decimal7090115
Binary100011010110101110011
Octal106132163

Shades and tints

Shades of #465A73

#465A73
(70,90,115)
#405269
(64,82,105)
#3A4A5F
(58,74,95)
#344255
(52,66,85)
#2E3A4B
(46,58,75)
#283241
(40,50,65)
#222A37
(34,42,55)
#1C222D
(28,34,45)
#161A23
(22,26,35)
#101219
(16,18,25)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #465A73

#465A73
(70,90,115)
#56697F
(86,105,127)
#66788B
(102,120,139)
#768797
(118,135,151)
#8696A3
(134,150,163)
#96A5AF
(150,165,175)
#A6B4BB
(166,180,187)
#B6C3C7
(182,195,199)
#C6D2D3
(198,210,211)
#D6E1DF
(214,225,223)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465A73; }

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

This text font color is #465A73.


Background Color

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

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

This div background color is #465A73.


Border color

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

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

This div border color is #465A73.


Opacity

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

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

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

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

This text has shadow with #465A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465A73 on black background.


Color preview on white background

This text has color #465A73 on white background.



Black color preview on #465A73 background

This text has black color on #465A73 background.


White color preview on #465A73 background

This text has white color on #465A73 background.