COLOR #462EBB

HEX: #462EBB
RGB: (70,46,187)

Color info

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

RGB color model

#462EBB color RGB value is (70,46,187).

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

RGB channels and saturation

R 70 of 255 = 27%
G 46 of 255 = 18%
B 187 of 255 = 73%

70
46
187

R + G + B ~ 39%. #462EBB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 46 + 187 = 303 (100%)
R 70 of 303 ~ 23.1%
G 46 of 303 ~ 15.18%
B 187 of 303 ~ 61.72%

%23.1
%15.18
%61.72

CMYK color model

#462EBB color CMYK value is (63,75,0,27).

  • cyan value is 62.57%
  • magenta value is 75.40%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(63,75,0,27)
C63M75Y0K27 
(63%,75%,0%,27%)
(0.63/0.75/0.00/0.27)	

CMYK percentages

%62.57
%75.4
%0
%26.67

Codes

Color #462EBB in popluar color models

462EBB
RGB7046187
HSL250°60.52%45.69%
HSB/HSV250°75.40%73.33%
CMYK62.57%75.40%0.00%
26.67%

Color #462EBB in popluar number systems.

HEX462EBB
Decimal7046187
Binary100011010111010111011
Octal10656273

Shades and tints

Shades of #462EBB

#462EBB
(70,46,187)
#402AAA
(64,42,170)
#3A2699
(58,38,153)
#342288
(52,34,136)
#2E1E77
(46,30,119)
#281A66
(40,26,102)
#221655
(34,22,85)
#1C1244
(28,18,68)
#160E33
(22,14,51)
#100A22
(16,10,34)
#0A0611
(10,6,17)
#000000
(0,0,0)

Tints of #462EBB

#462EBB
(70,46,187)
#5641C1
(86,65,193)
#6654C7
(102,84,199)
#7667CD
(118,103,205)
#867AD3
(134,122,211)
#968DD9
(150,141,217)
#A6A0DF
(166,160,223)
#B6B3E5
(182,179,229)
#C6C6EB
(198,198,235)
#D6D9F1
(214,217,241)
#E6ECF7
(230,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462EBB; }

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

This text font color is #462EBB.


Background Color

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

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

This div background color is #462EBB.


Border color

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

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

This div border color is #462EBB.


Opacity

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

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

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

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

This text has shadow with #462EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462EBB on black background.


Color preview on white background

This text has color #462EBB on white background.



Black color preview on #462EBB background

This text has black color on #462EBB background.


White color preview on #462EBB background

This text has white color on #462EBB background.