COLOR #465082

HEX: #465082
RGB: (70,80,130)

Color info

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

RGB color model

#465082 color RGB value is (70,80,130).

  • red value is 70;
  • green value is 80;
  • blue value is 130.
RGB:
(70,80,130)
(27%,31%,51%)

RGB channels and saturation

R 70 of 255 = 27%
G 80 of 255 = 31%
B 130 of 255 = 51%

70
80
130

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

Portions of RGB colors in percentages

R + G + B =
70 + 80 + 130 = 280 (100%)
R 70 of 280 ~ 25%
G 80 of 280 ~ 28.57%
B 130 of 280 ~ 46.43%

%25
%28.57
%46.43

CMYK color model

#465082 color CMYK value is (46,38,0,49).

  • cyan value is 46.15%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(46,38,0,49)
C46M38Y0K49 
(46%,38%,0%,49%)
(0.46/0.38/0.00/0.49)	

CMYK percentages

%46.15
%38.46
%0
%49.02

Codes

Color #465082 in popluar color models

465082
RGB7080130
HSL230°30.00%39.22%
HSB/HSV230°46.15%50.98%
CMYK46.15%38.46%0.00%
49.02%

Color #465082 in popluar number systems.

HEX465082
Decimal7080130
Binary1000110101000010000010
Octal106120202

Shades and tints

Shades of #465082

#465082
(70,80,130)
#404977
(64,73,119)
#3A426C
(58,66,108)
#343B61
(52,59,97)
#2E3456
(46,52,86)
#282D4B
(40,45,75)
#222640
(34,38,64)
#1C1F35
(28,31,53)
#16182A
(22,24,42)
#10111F
(16,17,31)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #465082

#465082
(70,80,130)
#565F8D
(86,95,141)
#666E98
(102,110,152)
#767DA3
(118,125,163)
#868CAE
(134,140,174)
#969BB9
(150,155,185)
#A6AAC4
(166,170,196)
#B6B9CF
(182,185,207)
#C6C8DA
(198,200,218)
#D6D7E5
(214,215,229)
#E6E6F0
(230,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465082 color. Also use rgb(70,80,130) instead hex code.

Text Font Color

.myTextColor { color: #465082; }

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

This text font color is #465082.


Background Color

.myBgColor { background-color: #465082; }

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

This div background color is #465082.


Border color

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

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

This div border color is #465082.


Opacity

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

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

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

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

This text has shadow with #465082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465082 on black background.


Color preview on white background

This text has color #465082 on white background.



Black color preview on #465082 background

This text has black color on #465082 background.


White color preview on #465082 background

This text has white color on #465082 background.