COLOR #462ED2

HEX: #462ED2
RGB: (70,46,210)

Color info

#462ED2 contains mainly blue color. Web safe color of #462ED2 is #3333CC (or #33C).

RGB color model

#462ED2 color RGB value is (70,46,210).

  • red value is 70;
  • green value is 46;
  • blue value is 210.
RGB:
(70,46,210)
(27%,18%,82%)

RGB channels and saturation

R 70 of 255 = 27%
G 46 of 255 = 18%
B 210 of 255 = 82%

70
46
210

R + G + B ~ 42%. #462ED2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 46 + 210 = 326 (100%)
R 70 of 326 ~ 21.47%
G 46 of 326 ~ 14.11%
B 210 of 326 ~ 64.42%

%21.47
%14.11
%64.42

CMYK color model

#462ED2 color CMYK value is (67,78,0,18).

  • cyan value is 66.67%
  • magenta value is 78.10%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(67,78,0,18)
C67M78Y0K18 
(67%,78%,0%,18%)
(0.67/0.78/0.00/0.18)	

CMYK percentages

%66.67
%78.1
%0
%17.65

Codes

Color #462ED2 in popluar color models

462ED2
RGB7046210
HSL249°64.57%50.20%
HSB/HSV249°78.10%82.35%
CMYK66.67%78.10%0.00%
17.65%

Color #462ED2 in popluar number systems.

HEX462ED2
Decimal7046210
Binary100011010111011010010
Octal10656322

Shades and tints

Shades of #462ED2

#462ED2
(70,46,210)
#402ABF
(64,42,191)
#3A26AC
(58,38,172)
#342299
(52,34,153)
#2E1E86
(46,30,134)
#281A73
(40,26,115)
#221660
(34,22,96)
#1C124D
(28,18,77)
#160E3A
(22,14,58)
#100A27
(16,10,39)
#0A0614
(10,6,20)
#000000
(0,0,0)

Tints of #462ED2

#462ED2
(70,46,210)
#5641D6
(86,65,214)
#6654DA
(102,84,218)
#7667DE
(118,103,222)
#867AE2
(134,122,226)
#968DE6
(150,141,230)
#A6A0EA
(166,160,234)
#B6B3EE
(182,179,238)
#C6C6F2
(198,198,242)
#D6D9F6
(214,217,246)
#E6ECFA
(230,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462ED2 color. Also use rgb(70,46,210) instead hex code.

Text Font Color

.myTextColor { color: #462ED2; }

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

This text font color is #462ED2.


Background Color

.myBgColor { background-color: #462ED2; }

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

This div background color is #462ED2.


Border color

.myBorderColor { border: 1px solid #462ED2; }

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

This div border color is #462ED2.


Opacity

.myOpacity80 { color: #462ED2; opacity: 0.8; }

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

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

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

This text has shadow with #462ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462ED2 on black background.


Color preview on white background

This text has color #462ED2 on white background.



Black color preview on #462ED2 background

This text has black color on #462ED2 background.


White color preview on #462ED2 background

This text has white color on #462ED2 background.