COLOR #465785

HEX: #465785
RGB: (70,87,133)

Color info

#465785 contains mainly green and blue colors. Web safe color of #465785 is #336699 (or #369).

RGB color model

#465785 color RGB value is (70,87,133).

  • red value is 70;
  • green value is 87;
  • blue value is 133.
RGB:
(70,87,133)
(27%,34%,52%)

RGB channels and saturation

R 70 of 255 = 27%
G 87 of 255 = 34%
B 133 of 255 = 52%

70
87
133

R + G + B ~ 38%. #465785 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 87 + 133 = 290 (100%)
R 70 of 290 ~ 24.14%
G 87 of 290 ~ 30%
B 133 of 290 ~ 45.86%

%24.14
%30
%45.86

CMYK color model

#465785 color CMYK value is (47,35,0,48).

  • cyan value is 47.37%
  • magenta value is 34.59%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(47,35,0,48)
C47M35Y0K48 
(47%,35%,0%,48%)
(0.47/0.35/0.00/0.48)	

CMYK percentages

%47.37
%34.59
%0
%47.84

Codes

Color #465785 in popluar color models

465785
RGB7087133
HSL224°31.03%39.80%
HSB/HSV224°47.37%52.16%
CMYK47.37%34.59%0.00%
47.84%

Color #465785 in popluar number systems.

HEX465785
Decimal7087133
Binary1000110101011110000101
Octal106127205

Shades and tints

Shades of #465785

#465785
(70,87,133)
#405079
(64,80,121)
#3A496D
(58,73,109)
#344261
(52,66,97)
#2E3B55
(46,59,85)
#283449
(40,52,73)
#222D3D
(34,45,61)
#1C2631
(28,38,49)
#161F25
(22,31,37)
#101819
(16,24,25)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #465785

#465785
(70,87,133)
#566690
(86,102,144)
#66759B
(102,117,155)
#7684A6
(118,132,166)
#8693B1
(134,147,177)
#96A2BC
(150,162,188)
#A6B1C7
(166,177,199)
#B6C0D2
(182,192,210)
#C6CFDD
(198,207,221)
#D6DEE8
(214,222,232)
#E6EDF3
(230,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465785 color. Also use rgb(70,87,133) instead hex code.

Text Font Color

.myTextColor { color: #465785; }

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

This text font color is #465785.


Background Color

.myBgColor { background-color: #465785; }

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

This div background color is #465785.


Border color

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

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

This div border color is #465785.


Opacity

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

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

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

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

This text has shadow with #465785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465785 on black background.


Color preview on white background

This text has color #465785 on white background.



Black color preview on #465785 background

This text has black color on #465785 background.


White color preview on #465785 background

This text has white color on #465785 background.