COLOR #462D9D

HEX: #462D9D
RGB: (70,45,157)

Color info

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

RGB color model

#462D9D color RGB value is (70,45,157).

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

RGB channels and saturation

R 70 of 255 = 27%
G 45 of 255 = 18%
B 157 of 255 = 62%

70
45
157

R + G + B ~ 36%. #462D9D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 45 + 157 = 272 (100%)
R 70 of 272 ~ 25.74%
G 45 of 272 ~ 16.54%
B 157 of 272 ~ 57.72%

%25.74
%16.54
%57.72

CMYK color model

#462D9D color CMYK value is (55,71,0,38).

  • cyan value is 55.41%
  • magenta value is 71.34%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(55,71,0,38)
C55M71Y0K38 
(55%,71%,0%,38%)
(0.55/0.71/0.00/0.38)	

CMYK percentages

%55.41
%71.34
%0
%38.43

Codes

Color #462D9D in popluar color models

462D9D
RGB7045157
HSL253°55.45%39.61%
HSB/HSV253°71.34%61.57%
CMYK55.41%71.34%0.00%
38.43%

Color #462D9D in popluar number systems.

HEX462D9D
Decimal7045157
Binary100011010110110011101
Octal10655235

Shades and tints

Shades of #462D9D

#462D9D
(70,45,157)
#40298F
(64,41,143)
#3A2581
(58,37,129)
#342173
(52,33,115)
#2E1D65
(46,29,101)
#281957
(40,25,87)
#221549
(34,21,73)
#1C113B
(28,17,59)
#160D2D
(22,13,45)
#10091F
(16,9,31)
#0A0511
(10,5,17)
#000000
(0,0,0)

Tints of #462D9D

#462D9D
(70,45,157)
#5640A5
(86,64,165)
#6653AD
(102,83,173)
#7666B5
(118,102,181)
#8679BD
(134,121,189)
#968CC5
(150,140,197)
#A69FCD
(166,159,205)
#B6B2D5
(182,178,213)
#C6C5DD
(198,197,221)
#D6D8E5
(214,216,229)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462D9D; }

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

This text font color is #462D9D.


Background Color

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

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

This div background color is #462D9D.


Border color

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

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

This div border color is #462D9D.


Opacity

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

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

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

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

This text has shadow with #462D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462D9D on black background.


Color preview on white background

This text has color #462D9D on white background.



Black color preview on #462D9D background

This text has black color on #462D9D background.


White color preview on #462D9D background

This text has white color on #462D9D background.