COLOR #462A8F

HEX: #462A8F RGB: (70,42,143)

Color info

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

RGB color model

#462A8F color RGB value is (70,42,143).

RGB: (70,42,143) (27%, 16%, 56%)

RGB channels and saturation

R 70 of 255 = 27%
G 42 of 255 = 16%
B 143 of 255 = 56%

70
42
143

R + G + B ~ 33%. #462A8F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 42 + 143 = 255 (100%)
R 70 of 255 ~ 27.45%
G 42 of 255 ~ 16.47%
B 143 of 255 ~ 56.08'%

%27.45
%16.47
%56.08

CMYK color model

#462A8F color CMYK value is (51,71,0,44).

  • cyan value is 51.05%
  • magenta value is 70.63%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (51,71,0,44)
C51M71Y0K44 (51%, 71%, 0%, 44%)
(0.51 / 0.71 / 0.00 / 0.44)

CMYK percentages

%51.05
%70.63
%0
%43.92

Codes

Color #462A8F in popluar color models

46 2A 8F
RGB 70 42 143
HSL 257° 54.59% 36.27%
HSB/HSV 257° 70.63% 56.08%
CMYK 51.05% 70.63% 0.00%
43.92%

Color #462A8F in popluar number systems.

HEX 46 2A 8F
Decimal 70 42 143
Binary 1000110 101010 10001111
Octal 106 52 217

Shades and tints

Shades of #462A8F

#462A8F
(70,42,143)
#402782
(64,39,130)
#3A2475
(58,36,117)
#342168
(52,33,104)
#2E1E5B
(46,30,91)
#281B4E
(40,27,78)
#221841
(34,24,65)
#1C1534
(28,21,52)
#161227
(22,18,39)
#100F1A
(16,15,26)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #462A8F

#462A8F
(70,42,143)
#563D99
(86,61,153)
#6650A3
(102,80,163)
#7663AD
(118,99,173)
#8676B7
(134,118,183)
#9689C1
(150,137,193)
#A69CCB
(166,156,203)
#B6AFD5
(182,175,213)
#C6C2DF
(198,194,223)
#D6D5E9
(214,213,233)
#E6E8F3
(230,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462A8F; }

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

This text font color is #462A8F.

Background Color

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

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

This div background color is #462A8F.

Border color

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

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

This div border color is #462A8F.

Opacity

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

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

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

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

This text has shadow with #462A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #462A8F.

Preview

Color preview on black background

This text has color #462A8F on black background.


Color preview on white background

This text has color #462A8F on white background.


Black color preview on #462A8F background

This text has black color on #462A8F background.


White color preview on #462A8F background

This text has white color on #462A8F background.


Related colors

Complementary color

Complementary color for #hex is #B9D570.


I love getcolorcode.com

Triadic colors

1 #8F462A and #2A8F46 with #462A8F are triadic colors.

2 #8F2A46 and #2A468F with #462A8F are triadic colors.