COLOR #462D9B

HEX: #462D9B
RGB: (70,45,155)

Color info

#462D9B contains mainly blue color. Web safe color of #462D9B is #333399 (or #339).

RGB color model

#462D9B color RGB value is (70,45,155).

  • red value is 70;
  • green value is 45;
  • blue value is 155.
RGB:
(70,45,155)
(27%,18%,61%)

RGB channels and saturation

R 70 of 255 = 27%
G 45 of 255 = 18%
B 155 of 255 = 61%

70
45
155

R + G + B ~ 35%. #462D9B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 45 + 155 = 270 (100%)
R 70 of 270 ~ 25.93%
G 45 of 270 ~ 16.67%
B 155 of 270 ~ 57.41%

%25.93
%16.67
%57.41

CMYK color model

#462D9B color CMYK value is (55,71,0,39).

  • cyan value is 54.84%
  • magenta value is 70.97%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(55,71,0,39)
C55M71Y0K39 
(55%,71%,0%,39%)
(0.55/0.71/0.00/0.39)	

CMYK percentages

%54.84
%70.97
%0
%39.22

Codes

Color #462D9B in popluar color models

462D9B
RGB7045155
HSL254°55.00%39.22%
HSB/HSV254°70.97%60.78%
CMYK54.84%70.97%0.00%
39.22%

Color #462D9B in popluar number systems.

HEX462D9B
Decimal7045155
Binary100011010110110011011
Octal10655233

Shades and tints

Shades of #462D9B

#462D9B
(70,45,155)
#40298D
(64,41,141)
#3A257F
(58,37,127)
#342171
(52,33,113)
#2E1D63
(46,29,99)
#281955
(40,25,85)
#221547
(34,21,71)
#1C1139
(28,17,57)
#160D2B
(22,13,43)
#10091D
(16,9,29)
#0A050F
(10,5,15)
#000000
(0,0,0)

Tints of #462D9B

#462D9B
(70,45,155)
#5640A4
(86,64,164)
#6653AD
(102,83,173)
#7666B6
(118,102,182)
#8679BF
(134,121,191)
#968CC8
(150,140,200)
#A69FD1
(166,159,209)
#B6B2DA
(182,178,218)
#C6C5E3
(198,197,227)
#D6D8EC
(214,216,236)
#E6EBF5
(230,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462D9B color. Also use rgb(70,45,155) instead hex code.

Text Font Color

.myTextColor { color: #462D9B; }

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

This text font color is #462D9B.


Background Color

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

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

This div background color is #462D9B.


Border color

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

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

This div border color is #462D9B.


Opacity

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

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

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

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

This text has shadow with #462D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462D9B on black background.


Color preview on white background

This text has color #462D9B on white background.



Black color preview on #462D9B background

This text has black color on #462D9B background.


White color preview on #462D9B background

This text has white color on #462D9B background.