COLOR #465081

HEX: #465081
RGB: (70,80,129)

Color info

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

RGB color model

#465081 color RGB value is (70,80,129).

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

RGB channels and saturation

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

70
80
129

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

Portions of RGB colors in percentages

R + G + B =
70 + 80 + 129 = 279 (100%)
R 70 of 279 ~ 25.09%
G 80 of 279 ~ 28.67%
B 129 of 279 ~ 46.24%

%25.09
%28.67
%46.24

CMYK color model

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

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

CMYK percentages

%45.74
%37.98
%0
%49.41

Codes

Color #465081 in popluar color models

465081
RGB7080129
HSL230°29.65%39.02%
HSB/HSV230°45.74%50.59%
CMYK45.74%37.98%0.00%
49.41%

Color #465081 in popluar number systems.

HEX465081
Decimal7080129
Binary1000110101000010000001
Octal106120201

Shades and tints

Shades of #465081

#465081
(70,80,129)
#404976
(64,73,118)
#3A426B
(58,66,107)
#343B60
(52,59,96)
#2E3455
(46,52,85)
#282D4A
(40,45,74)
#22263F
(34,38,63)
#1C1F34
(28,31,52)
#161829
(22,24,41)
#10111E
(16,17,30)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #465081

#465081
(70,80,129)
#565F8C
(86,95,140)
#666E97
(102,110,151)
#767DA2
(118,125,162)
#868CAD
(134,140,173)
#969BB8
(150,155,184)
#A6AAC3
(166,170,195)
#B6B9CE
(182,185,206)
#C6C8D9
(198,200,217)
#D6D7E4
(214,215,228)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465081; }

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

This text font color is #465081.


Background Color

.myBgColor { background-color: #465081; }

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

This div background color is #465081.


Border color

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

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

This div border color is #465081.


Opacity

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

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

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

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

This text has shadow with #465081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465081 on black background.


Color preview on white background

This text has color #465081 on white background.



Black color preview on #465081 background

This text has black color on #465081 background.


White color preview on #465081 background

This text has white color on #465081 background.