COLOR #462A76

HEX: #462A76
RGB: (70,42,118)

Color info

#462A76 contains mainly red and blue colors. Web safe color of #462A76 is #333366 (or #336).

RGB color model

#462A76 color RGB value is (70,42,118).

  • red value is 70;
  • green value is 42;
  • blue value is 118.
RGB:
(70,42,118)
(27%,16%,46%)

RGB channels and saturation

R 70 of 255 = 27%
G 42 of 255 = 16%
B 118 of 255 = 46%

70
42
118

R + G + B ~ 30%. #462A76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 42 + 118 = 230 (100%)
R 70 of 230 ~ 30.43%
G 42 of 230 ~ 18.26%
B 118 of 230 ~ 51.3%

%30.43
%18.26
%51.3

CMYK color model

#462A76 color CMYK value is (41,64,0,54).

  • cyan value is 40.68%
  • magenta value is 64.41%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(41,64,0,54)
C41M64Y0K54 
(41%,64%,0%,54%)
(0.41/0.64/0.00/0.54)	

CMYK percentages

%40.68
%64.41
%0
%53.73

Codes

Color #462A76 in popluar color models

462A76
RGB7042118
HSL262°47.50%31.37%
HSB/HSV262°64.41%46.27%
CMYK40.68%64.41%0.00%
53.73%

Color #462A76 in popluar number systems.

HEX462A76
Decimal7042118
Binary10001101010101110110
Octal10652166

Shades and tints

Shades of #462A76

#462A76
(70,42,118)
#40276C
(64,39,108)
#3A2462
(58,36,98)
#342158
(52,33,88)
#2E1E4E
(46,30,78)
#281B44
(40,27,68)
#22183A
(34,24,58)
#1C1530
(28,21,48)
#161226
(22,18,38)
#100F1C
(16,15,28)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #462A76

#462A76
(70,42,118)
#563D82
(86,61,130)
#66508E
(102,80,142)
#76639A
(118,99,154)
#8676A6
(134,118,166)
#9689B2
(150,137,178)
#A69CBE
(166,156,190)
#B6AFCA
(182,175,202)
#C6C2D6
(198,194,214)
#D6D5E2
(214,213,226)
#E6E8EE
(230,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462A76 color. Also use rgb(70,42,118) instead hex code.

Text Font Color

.myTextColor { color: #462A76; }

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

This text font color is #462A76.


Background Color

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

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

This div background color is #462A76.


Border color

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

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

This div border color is #462A76.


Opacity

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

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

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

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

This text has shadow with #462A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462A76 on black background.


Color preview on white background

This text has color #462A76 on white background.



Black color preview on #462A76 background

This text has black color on #462A76 background.


White color preview on #462A76 background

This text has white color on #462A76 background.