COLOR #465AED

HEX: #465AED RGB: (70,90,237)

Color info

#465AED contains mainly blue color. Web safe color of #465AED is #3366FF (or #36F).

RGB color model

#465AED color RGB value is (70,90,237).

RGB: (70,90,237) (27%, 35%, 93%)

RGB channels and saturation

R 70 of 255 = 27%
G 90 of 255 = 35%
B 237 of 255 = 93%

70
90
237

R + G + B ~ 52%. #465AED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 90 + 237 = 397 (100%)
R 70 of 397 ~ 17.63%
G 90 of 397 ~ 22.67%
B 237 of 397 ~ 59.7'%

%17.63
%22.67
%59.7

CMYK color model

#465AED color CMYK value is (70,62,0,7).

  • cyan value is 70.46%
  • magenta value is 62.03%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (70,62,0,7)
C70M62Y0K7 (70%, 62%, 0%, 7%)
(0.70 / 0.62 / 0.00 / 0.07)

CMYK percentages

%70.46
%62.03
%0
%7.06

Codes

Color #465AED in popluar color models

46 5A ED
RGB 70 90 237
HSL 233° 82.27% 60.20%
HSB/HSV 233° 70.46% 92.94%
CMYK 70.46% 62.03% 0.00%
7.06%

Color #465AED in popluar number systems.

HEX 46 5A ED
Decimal 70 90 237
Binary 1000110 1011010 11101101
Octal 106 132 355

Shades and tints

Shades of #465AED

#465AED
(70,90,237)
#4052D8
(64,82,216)
#3A4AC3
(58,74,195)
#3442AE
(52,66,174)
#2E3A99
(46,58,153)
#283284
(40,50,132)
#222A6F
(34,42,111)
#1C225A
(28,34,90)
#161A45
(22,26,69)
#101230
(16,18,48)
#0A0A1B
(10,10,27)
#000000
(0,0,0)

Tints of #465AED

#465AED
(70,90,237)
#5669EE
(86,105,238)
#6678EF
(102,120,239)
#7687F0
(118,135,240)
#8696F1
(134,150,241)
#96A5F2
(150,165,242)
#A6B4F3
(166,180,243)
#B6C3F4
(182,195,244)
#C6D2F5
(198,210,245)
#D6E1F6
(214,225,246)
#E6F0F7
(230,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465AED color. Also use rgb(70,90,237) instead hex code.

Text Font Color

.myTextColor { color: #465AED; }

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

This text font color is #465AED.

Background Color

.myBgColor { background-color: #465AED; }

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

This div background color is #465AED.

Border color

.myBorderColor { border: 1px solid #465AED; }

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

This div border color is #465AED.

Opacity

.myOpacity80 { color: #465AED; opacity: 0.8; }

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

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

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

This text has shadow with #465AED color.


.textShadow {text-shadow: 3px 3px 1px #465AED', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #465AED; -webkit-box-shadow: 1px 1px 3px 2px #465AED; box-shadow:1px 1px 3px 2px #465AED;">
Div content here
</div>

This div box has shadow with color #465AED.

Preview

Color preview on black background

This text has color #465AED on black background.


Color preview on white background

This text has color #465AED on white background.


Black color preview on #465AED background

This text has black color on #465AED background.


White color preview on #465AED background

This text has white color on #465AED background.


Related colors

Complementary color

Complementary color for #hex is #B9A512.


I love getcolorcode.com

Triadic colors

1 #ED465A and #5AED46 with #465AED are triadic colors.

2 #ED5A46 and #5A46ED with #465AED are triadic colors.