COLOR #465781

HEX: #465781
RGB: (70,87,129)

Color info

#465781 contains red, green and blue colors in about the same proportion. Web safe color of #465781 is #336699 (or #369).

RGB color model

#465781 color RGB value is (70,87,129).

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

RGB channels and saturation

R 70 of 255 = 27%
G 87 of 255 = 34%
B 129 of 255 = 51%

70
87
129

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

Portions of RGB colors in percentages

R + G + B =
70 + 87 + 129 = 286 (100%)
R 70 of 286 ~ 24.48%
G 87 of 286 ~ 30.42%
B 129 of 286 ~ 45.1%

%24.48
%30.42
%45.1

CMYK color model

#465781 color CMYK value is (46,33,0,49).

  • cyan value is 45.74%
  • magenta value is 32.56%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(46,33,0,49)
C46M33Y0K49 
(46%,33%,0%,49%)
(0.46/0.33/0.00/0.49)	

CMYK percentages

%45.74
%32.56
%0
%49.41

Codes

Color #465781 in popluar color models

465781
RGB7087129
HSL223°29.65%39.02%
HSB/HSV223°45.74%50.59%
CMYK45.74%32.56%0.00%
49.41%

Color #465781 in popluar number systems.

HEX465781
Decimal7087129
Binary1000110101011110000001
Octal106127201

Shades and tints

Shades of #465781

#465781
(70,87,129)
#405076
(64,80,118)
#3A496B
(58,73,107)
#344260
(52,66,96)
#2E3B55
(46,59,85)
#28344A
(40,52,74)
#222D3F
(34,45,63)
#1C2634
(28,38,52)
#161F29
(22,31,41)
#10181E
(16,24,30)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #465781

#465781
(70,87,129)
#56668C
(86,102,140)
#667597
(102,117,151)
#7684A2
(118,132,162)
#8693AD
(134,147,173)
#96A2B8
(150,162,184)
#A6B1C3
(166,177,195)
#B6C0CE
(182,192,206)
#C6CFD9
(198,207,217)
#D6DEE4
(214,222,228)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465781; }

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

This text font color is #465781.


Background Color

.myBgColor { background-color: #465781; }

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

This div background color is #465781.


Border color

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

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

This div border color is #465781.


Opacity

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

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

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

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

This text has shadow with #465781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465781 on black background.


Color preview on white background

This text has color #465781 on white background.



Black color preview on #465781 background

This text has black color on #465781 background.


White color preview on #465781 background

This text has white color on #465781 background.