COLOR #463F82

HEX: #463F82 RGB: (70,63,130)

Color info

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

RGB color model

#463F82 color RGB value is (70,63,130).

RGB: (70,63,130) (27%, 25%, 51%)

RGB channels and saturation

R 70 of 255 = 27%
G 63 of 255 = 25%
B 130 of 255 = 51%

70
63
130

R + G + B ~ 34%. #463F82 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 63 + 130 = 263 (100%)
R 70 of 263 ~ 26.62%
G 63 of 263 ~ 23.95%
B 130 of 263 ~ 49.43'%

%26.62
%23.95
%49.43

CMYK color model

#463F82 color CMYK value is (46,52,0,49).

  • cyan value is 46.15%
  • magenta value is 51.54%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (46,52,0,49)
C46M52Y0K49 (46%, 52%, 0%, 49%)
(0.46 / 0.52 / 0.00 / 0.49)

CMYK percentages

%46.15
%51.54
%0
%49.02

Codes

Color #463F82 in popluar color models

46 3F 82
RGB 70 63 130
HSL 246° 34.72% 37.84%
HSB/HSV 246° 51.54% 50.98%
CMYK 46.15% 51.54% 0.00%
49.02%

Color #463F82 in popluar number systems.

HEX 46 3F 82
Decimal 70 63 130
Binary 1000110 111111 10000010
Octal 106 77 202

Shades and tints

Shades of #463F82

#463F82
(70,63,130)
#403A77
(64,58,119)
#3A356C
(58,53,108)
#343061
(52,48,97)
#2E2B56
(46,43,86)
#28264B
(40,38,75)
#222140
(34,33,64)
#1C1C35
(28,28,53)
#16172A
(22,23,42)
#10121F
(16,18,31)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #463F82

#463F82
(70,63,130)
#56508D
(86,80,141)
#666198
(102,97,152)
#7672A3
(118,114,163)
#8683AE
(134,131,174)
#9694B9
(150,148,185)
#A6A5C4
(166,165,196)
#B6B6CF
(182,182,207)
#C6C7DA
(198,199,218)
#D6D8E5
(214,216,229)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463F82 color. Also use rgb(70,63,130) instead hex code.

Text Font Color

.myTextColor { color: #463F82; }

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

This text font color is #463F82.

Background Color

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

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

This div background color is #463F82.

Border color

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

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

This div border color is #463F82.

Opacity

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

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

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

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

This text has shadow with #463F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463F82.

Preview

Color preview on black background

This text has color #463F82 on black background.


Color preview on white background

This text has color #463F82 on white background.


Black color preview on #463F82 background

This text has black color on #463F82 background.


White color preview on #463F82 background

This text has white color on #463F82 background.


Related colors

Complementary color

Complementary color for #hex is #B9C07D.


I love getcolorcode.com

Triadic colors

1 #82463F and #3F8246 with #463F82 are triadic colors.

2 #823F46 and #3F4682 with #463F82 are triadic colors.