COLOR #463AA1

HEX: #463AA1 RGB: (70,58,161)

Color info

#463AA1 contains mainly blue color. Web safe color of #463AA1 is #333399 (or #339).

RGB color model

#463AA1 color RGB value is (70,58,161).

RGB: (70,58,161) (27%, 23%, 63%)

RGB channels and saturation

R 70 of 255 = 27%
G 58 of 255 = 23%
B 161 of 255 = 63%

70
58
161

R + G + B ~ 38%. #463AA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 58 + 161 = 289 (100%)
R 70 of 289 ~ 24.22%
G 58 of 289 ~ 20.07%
B 161 of 289 ~ 55.71'%

%24.22
%20.07
%55.71

CMYK color model

#463AA1 color CMYK value is (57,64,0,37).

  • cyan value is 56.52%
  • magenta value is 63.98%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (57,64,0,37)
C57M64Y0K37 (57%, 64%, 0%, 37%)
(0.57 / 0.64 / 0.00 / 0.37)

CMYK percentages

%56.52
%63.98
%0
%36.86

Codes

Color #463AA1 in popluar color models

46 3A A1
RGB 70 58 161
HSL 247° 47.03% 42.94%
HSB/HSV 247° 63.98% 63.14%
CMYK 56.52% 63.98% 0.00%
36.86%

Color #463AA1 in popluar number systems.

HEX 46 3A A1
Decimal 70 58 161
Binary 1000110 111010 10100001
Octal 106 72 241

Shades and tints

Shades of #463AA1

#463AA1
(70,58,161)
#403593
(64,53,147)
#3A3085
(58,48,133)
#342B77
(52,43,119)
#2E2669
(46,38,105)
#28215B
(40,33,91)
#221C4D
(34,28,77)
#1C173F
(28,23,63)
#161231
(22,18,49)
#100D23
(16,13,35)
#0A0815
(10,8,21)
#000000
(0,0,0)

Tints of #463AA1

#463AA1
(70,58,161)
#564BA9
(86,75,169)
#665CB1
(102,92,177)
#766DB9
(118,109,185)
#867EC1
(134,126,193)
#968FC9
(150,143,201)
#A6A0D1
(166,160,209)
#B6B1D9
(182,177,217)
#C6C2E1
(198,194,225)
#D6D3E9
(214,211,233)
#E6E4F1
(230,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463AA1 color. Also use rgb(70,58,161) instead hex code.

Text Font Color

.myTextColor { color: #463AA1; }

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

This text font color is #463AA1.

Background Color

.myBgColor { background-color: #463AA1; }

<div style="background-color:#463AA1">Inner text</div>

This div background color is #463AA1.

Border color

.myBorderColor { border: 1px solid #463AA1; }

<div style="border:3px solid #463AA1">Div</div>

This div border color is #463AA1.

Opacity

.myOpacity80 { color: #463AA1; opacity: 0.8; }

<p style="color:#463AA1;opacity:0.8;">80%</p>

Text with #463AA1 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 #463AA1;}

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

This text has shadow with #463AA1 color.


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

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

This text has shadow with #463AA1 primary color and red secondary color.


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

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

This text has shadow with #463AA1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #463AA1.

Preview

Color preview on black background

This text has color #463AA1 on black background.


Color preview on white background

This text has color #463AA1 on white background.


Black color preview on #463AA1 background

This text has black color on #463AA1 background.


White color preview on #463AA1 background

This text has white color on #463AA1 background.


Related colors

Complementary color

Complementary color for #hex is #B9C55E.


I love getcolorcode.com

Triadic colors

1 #A1463A and #3AA146 with #463AA1 are triadic colors.

2 #A13A46 and #3A46A1 with #463AA1 are triadic colors.