COLOR #465A78

HEX: #465A78
RGB: (70,90,120)

Color info

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

RGB color model

#465A78 color RGB value is (70,90,120).

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

RGB channels and saturation

R 70 of 255 = 27%
G 90 of 255 = 35%
B 120 of 255 = 47%

70
90
120

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

Portions of RGB colors in percentages

R + G + B =
70 + 90 + 120 = 280 (100%)
R 70 of 280 ~ 25%
G 90 of 280 ~ 32.14%
B 120 of 280 ~ 42.86%

%25
%32.14
%42.86

CMYK color model

#465A78 color CMYK value is (42,25,0,53).

  • cyan value is 41.67%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(42,25,0,53)
C42M25Y0K53 
(42%,25%,0%,53%)
(0.42/0.25/0.00/0.53)	

CMYK percentages

%41.67
%25
%0
%52.94

Codes

Color #465A78 in popluar color models

465A78
RGB7090120
HSL216°26.32%37.25%
HSB/HSV216°41.67%47.06%
CMYK41.67%25.00%0.00%
52.94%

Color #465A78 in popluar number systems.

HEX465A78
Decimal7090120
Binary100011010110101111000
Octal106132170

Shades and tints

Shades of #465A78

#465A78
(70,90,120)
#40526E
(64,82,110)
#3A4A64
(58,74,100)
#34425A
(52,66,90)
#2E3A50
(46,58,80)
#283246
(40,50,70)
#222A3C
(34,42,60)
#1C2232
(28,34,50)
#161A28
(22,26,40)
#10121E
(16,18,30)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #465A78

#465A78
(70,90,120)
#566984
(86,105,132)
#667890
(102,120,144)
#76879C
(118,135,156)
#8696A8
(134,150,168)
#96A5B4
(150,165,180)
#A6B4C0
(166,180,192)
#B6C3CC
(182,195,204)
#C6D2D8
(198,210,216)
#D6E1E4
(214,225,228)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465A78; }

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

This text font color is #465A78.


Background Color

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

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

This div background color is #465A78.


Border color

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

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

This div border color is #465A78.


Opacity

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

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

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

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

This text has shadow with #465A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465A78 on black background.


Color preview on white background

This text has color #465A78 on white background.



Black color preview on #465A78 background

This text has black color on #465A78 background.


White color preview on #465A78 background

This text has white color on #465A78 background.