COLOR #465C7B

HEX: #465C7B
RGB: (70,92,123)

Color info

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

RGB color model

#465C7B color RGB value is (70,92,123).

  • red value is 70;
  • green value is 92;
  • blue value is 123.
RGB:
(70,92,123)
(27%,36%,48%)

RGB channels and saturation

R 70 of 255 = 27%
G 92 of 255 = 36%
B 123 of 255 = 48%

70
92
123

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

Portions of RGB colors in percentages

R + G + B =
70 + 92 + 123 = 285 (100%)
R 70 of 285 ~ 24.56%
G 92 of 285 ~ 32.28%
B 123 of 285 ~ 43.16%

%24.56
%32.28
%43.16

CMYK color model

#465C7B color CMYK value is (43,25,0,52).

  • cyan value is 43.09%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(43,25,0,52)
C43M25Y0K52 
(43%,25%,0%,52%)
(0.43/0.25/0.00/0.52)	

CMYK percentages

%43.09
%25.2
%0
%51.76

Codes

Color #465C7B in popluar color models

465C7B
RGB7092123
HSL215°27.46%37.84%
HSB/HSV215°43.09%48.24%
CMYK43.09%25.20%0.00%
51.76%

Color #465C7B in popluar number systems.

HEX465C7B
Decimal7092123
Binary100011010111001111011
Octal106134173

Shades and tints

Shades of #465C7B

#465C7B
(70,92,123)
#405470
(64,84,112)
#3A4C65
(58,76,101)
#34445A
(52,68,90)
#2E3C4F
(46,60,79)
#283444
(40,52,68)
#222C39
(34,44,57)
#1C242E
(28,36,46)
#161C23
(22,28,35)
#101418
(16,20,24)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #465C7B

#465C7B
(70,92,123)
#566A87
(86,106,135)
#667893
(102,120,147)
#76869F
(118,134,159)
#8694AB
(134,148,171)
#96A2B7
(150,162,183)
#A6B0C3
(166,176,195)
#B6BECF
(182,190,207)
#C6CCDB
(198,204,219)
#D6DAE7
(214,218,231)
#E6E8F3
(230,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465C7B color. Also use rgb(70,92,123) instead hex code.

Text Font Color

.myTextColor { color: #465C7B; }

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

This text font color is #465C7B.


Background Color

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

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

This div background color is #465C7B.


Border color

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

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

This div border color is #465C7B.


Opacity

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

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

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

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

This text has shadow with #465C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465C7B on black background.


Color preview on white background

This text has color #465C7B on white background.



Black color preview on #465C7B background

This text has black color on #465C7B background.


White color preview on #465C7B background

This text has white color on #465C7B background.