COLOR #465580

HEX: #465580
RGB: (70,85,128)

Color info

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

RGB color model

#465580 color RGB value is (70,85,128).

  • red value is 70;
  • green value is 85;
  • blue value is 128.
RGB:
(70,85,128)
(27%,33%,50%)

RGB channels and saturation

R 70 of 255 = 27%
G 85 of 255 = 33%
B 128 of 255 = 50%

70
85
128

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

Portions of RGB colors in percentages

R + G + B =
70 + 85 + 128 = 283 (100%)
R 70 of 283 ~ 24.73%
G 85 of 283 ~ 30.04%
B 128 of 283 ~ 45.23%

%24.73
%30.04
%45.23

CMYK color model

#465580 color CMYK value is (45,34,0,50).

  • cyan value is 45.31%
  • magenta value is 33.59%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(45,34,0,50)
C45M34Y0K50 
(45%,34%,0%,50%)
(0.45/0.34/0.00/0.50)	

CMYK percentages

%45.31
%33.59
%0
%49.8

Codes

Color #465580 in popluar color models

465580
RGB7085128
HSL224°29.29%38.82%
HSB/HSV224°45.31%50.20%
CMYK45.31%33.59%0.00%
49.80%

Color #465580 in popluar number systems.

HEX465580
Decimal7085128
Binary1000110101010110000000
Octal106125200

Shades and tints

Shades of #465580

#465580
(70,85,128)
#404E75
(64,78,117)
#3A476A
(58,71,106)
#34405F
(52,64,95)
#2E3954
(46,57,84)
#283249
(40,50,73)
#222B3E
(34,43,62)
#1C2433
(28,36,51)
#161D28
(22,29,40)
#10161D
(16,22,29)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #465580

#465580
(70,85,128)
#56648B
(86,100,139)
#667396
(102,115,150)
#7682A1
(118,130,161)
#8691AC
(134,145,172)
#96A0B7
(150,160,183)
#A6AFC2
(166,175,194)
#B6BECD
(182,190,205)
#C6CDD8
(198,205,216)
#D6DCE3
(214,220,227)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465580 color. Also use rgb(70,85,128) instead hex code.

Text Font Color

.myTextColor { color: #465580; }

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

This text font color is #465580.


Background Color

.myBgColor { background-color: #465580; }

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

This div background color is #465580.


Border color

.myBorderColor { border: 1px solid #465580; }

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

This div border color is #465580.


Opacity

.myOpacity80 { color: #465580; opacity: 0.8; }

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

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

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

This text has shadow with #465580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465580 on black background.


Color preview on white background

This text has color #465580 on white background.



Black color preview on #465580 background

This text has black color on #465580 background.


White color preview on #465580 background

This text has white color on #465580 background.