COLOR #465388

HEX: #465388
RGB: (70,83,136)

Color info

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

RGB color model

#465388 color RGB value is (70,83,136).

  • red value is 70;
  • green value is 83;
  • blue value is 136.
RGB:
(70,83,136)
(27%,33%,53%)

RGB channels and saturation

R 70 of 255 = 27%
G 83 of 255 = 33%
B 136 of 255 = 53%

70
83
136

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

Portions of RGB colors in percentages

R + G + B =
70 + 83 + 136 = 289 (100%)
R 70 of 289 ~ 24.22%
G 83 of 289 ~ 28.72%
B 136 of 289 ~ 47.06%

%24.22
%28.72
%47.06

CMYK color model

#465388 color CMYK value is (49,39,0,47).

  • cyan value is 48.53%
  • magenta value is 38.97%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(49,39,0,47)
C49M39Y0K47 
(49%,39%,0%,47%)
(0.49/0.39/0.00/0.47)	

CMYK percentages

%48.53
%38.97
%0
%46.67

Codes

Color #465388 in popluar color models

465388
RGB7083136
HSL228°32.04%40.39%
HSB/HSV228°48.53%53.33%
CMYK48.53%38.97%0.00%
46.67%

Color #465388 in popluar number systems.

HEX465388
Decimal7083136
Binary1000110101001110001000
Octal106123210

Shades and tints

Shades of #465388

#465388
(70,83,136)
#404C7C
(64,76,124)
#3A4570
(58,69,112)
#343E64
(52,62,100)
#2E3758
(46,55,88)
#28304C
(40,48,76)
#222940
(34,41,64)
#1C2234
(28,34,52)
#161B28
(22,27,40)
#10141C
(16,20,28)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #465388

#465388
(70,83,136)
#566292
(86,98,146)
#66719C
(102,113,156)
#7680A6
(118,128,166)
#868FB0
(134,143,176)
#969EBA
(150,158,186)
#A6ADC4
(166,173,196)
#B6BCCE
(182,188,206)
#C6CBD8
(198,203,216)
#D6DAE2
(214,218,226)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465388 color. Also use rgb(70,83,136) instead hex code.

Text Font Color

.myTextColor { color: #465388; }

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

This text font color is #465388.


Background Color

.myBgColor { background-color: #465388; }

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

This div background color is #465388.


Border color

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

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

This div border color is #465388.


Opacity

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

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

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

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

This text has shadow with #465388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465388 on black background.


Color preview on white background

This text has color #465388 on white background.



Black color preview on #465388 background

This text has black color on #465388 background.


White color preview on #465388 background

This text has white color on #465388 background.