COLOR #465B78

HEX: #465B78
RGB: (70,91,120)

Color info

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

RGB color model

#465B78 color RGB value is (70,91,120).

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

RGB channels and saturation

R 70 of 255 = 27%
G 91 of 255 = 36%
B 120 of 255 = 47%

70
91
120

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

Portions of RGB colors in percentages

R + G + B =
70 + 91 + 120 = 281 (100%)
R 70 of 281 ~ 24.91%
G 91 of 281 ~ 32.38%
B 120 of 281 ~ 42.7%

%24.91
%32.38
%42.7

CMYK color model

#465B78 color CMYK value is (42,24,0,53).

  • cyan value is 41.67%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(42,24,0,53)
C42M24Y0K53 
(42%,24%,0%,53%)
(0.42/0.24/0.00/0.53)	

CMYK percentages

%41.67
%24.17
%0
%52.94

Codes

Color #465B78 in popluar color models

465B78
RGB7091120
HSL215°26.32%37.25%
HSB/HSV215°41.67%47.06%
CMYK41.67%24.17%0.00%
52.94%

Color #465B78 in popluar number systems.

HEX465B78
Decimal7091120
Binary100011010110111111000
Octal106133170

Shades and tints

Shades of #465B78

#465B78
(70,91,120)
#40536E
(64,83,110)
#3A4B64
(58,75,100)
#34435A
(52,67,90)
#2E3B50
(46,59,80)
#283346
(40,51,70)
#222B3C
(34,43,60)
#1C2332
(28,35,50)
#161B28
(22,27,40)
#10131E
(16,19,30)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #465B78

#465B78
(70,91,120)
#566984
(86,105,132)
#667790
(102,119,144)
#76859C
(118,133,156)
#8693A8
(134,147,168)
#96A1B4
(150,161,180)
#A6AFC0
(166,175,192)
#B6BDCC
(182,189,204)
#C6CBD8
(198,203,216)
#D6D9E4
(214,217,228)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465B78; }

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

This text font color is #465B78.


Background Color

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

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

This div background color is #465B78.


Border color

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

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

This div border color is #465B78.


Opacity

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

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

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

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

This text has shadow with #465B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465B78 on black background.


Color preview on white background

This text has color #465B78 on white background.



Black color preview on #465B78 background

This text has black color on #465B78 background.


White color preview on #465B78 background

This text has white color on #465B78 background.