COLOR #465298

HEX: #465298
RGB: (70,82,152)

Color info

#465298 contains mainly blue color. Web safe color of #465298 is #336699 (or #369).

RGB color model

#465298 color RGB value is (70,82,152).

  • red value is 70;
  • green value is 82;
  • blue value is 152.
RGB:
(70,82,152)
(27%,32%,60%)

RGB channels and saturation

R 70 of 255 = 27%
G 82 of 255 = 32%
B 152 of 255 = 60%

70
82
152

R + G + B ~ 40%. #465298 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 82 + 152 = 304 (100%)
R 70 of 304 ~ 23.03%
G 82 of 304 ~ 26.97%
B 152 of 304 ~ 50%

%23.03
%26.97
%50

CMYK color model

#465298 color CMYK value is (54,46,0,40).

  • cyan value is 53.95%
  • magenta value is 46.05%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(54,46,0,40)
C54M46Y0K40 
(54%,46%,0%,40%)
(0.54/0.46/0.00/0.40)	

CMYK percentages

%53.95
%46.05
%0
%40.39

Codes

Color #465298 in popluar color models

465298
RGB7082152
HSL231°36.94%43.53%
HSB/HSV231°53.95%59.61%
CMYK53.95%46.05%0.00%
40.39%

Color #465298 in popluar number systems.

HEX465298
Decimal7082152
Binary1000110101001010011000
Octal106122230

Shades and tints

Shades of #465298

#465298
(70,82,152)
#404B8B
(64,75,139)
#3A447E
(58,68,126)
#343D71
(52,61,113)
#2E3664
(46,54,100)
#282F57
(40,47,87)
#22284A
(34,40,74)
#1C213D
(28,33,61)
#161A30
(22,26,48)
#101323
(16,19,35)
#0A0C16
(10,12,22)
#000000
(0,0,0)

Tints of #465298

#465298
(70,82,152)
#5661A1
(86,97,161)
#6670AA
(102,112,170)
#767FB3
(118,127,179)
#868EBC
(134,142,188)
#969DC5
(150,157,197)
#A6ACCE
(166,172,206)
#B6BBD7
(182,187,215)
#C6CAE0
(198,202,224)
#D6D9E9
(214,217,233)
#E6E8F2
(230,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465298 color. Also use rgb(70,82,152) instead hex code.

Text Font Color

.myTextColor { color: #465298; }

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

This text font color is #465298.


Background Color

.myBgColor { background-color: #465298; }

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

This div background color is #465298.


Border color

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

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

This div border color is #465298.


Opacity

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

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

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

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

This text has shadow with #465298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465298 on black background.


Color preview on white background

This text has color #465298 on white background.



Black color preview on #465298 background

This text has black color on #465298 background.


White color preview on #465298 background

This text has white color on #465298 background.