COLOR #463A85

HEX: #463A85
RGB: (70,58,133)

Color info

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

RGB color model

#463A85 color RGB value is (70,58,133).

  • red value is 70;
  • green value is 58;
  • blue value is 133.
RGB:
(70,58,133)
(27%,23%,52%)

RGB channels and saturation

R 70 of 255 = 27%
G 58 of 255 = 23%
B 133 of 255 = 52%

70
58
133

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

Portions of RGB colors in percentages

R + G + B =
70 + 58 + 133 = 261 (100%)
R 70 of 261 ~ 26.82%
G 58 of 261 ~ 22.22%
B 133 of 261 ~ 50.96%

%26.82
%22.22
%50.96

CMYK color model

#463A85 color CMYK value is (47,56,0,48).

  • cyan value is 47.37%
  • magenta value is 56.39%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(47,56,0,48)
C47M56Y0K48 
(47%,56%,0%,48%)
(0.47/0.56/0.00/0.48)	

CMYK percentages

%47.37
%56.39
%0
%47.84

Codes

Color #463A85 in popluar color models

463A85
RGB7058133
HSL250°39.27%37.45%
HSB/HSV250°56.39%52.16%
CMYK47.37%56.39%0.00%
47.84%

Color #463A85 in popluar number systems.

HEX463A85
Decimal7058133
Binary100011011101010000101
Octal10672205

Shades and tints

Shades of #463A85

#463A85
(70,58,133)
#403579
(64,53,121)
#3A306D
(58,48,109)
#342B61
(52,43,97)
#2E2655
(46,38,85)
#282149
(40,33,73)
#221C3D
(34,28,61)
#1C1731
(28,23,49)
#161225
(22,18,37)
#100D19
(16,13,25)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #463A85

#463A85
(70,58,133)
#564B90
(86,75,144)
#665C9B
(102,92,155)
#766DA6
(118,109,166)
#867EB1
(134,126,177)
#968FBC
(150,143,188)
#A6A0C7
(166,160,199)
#B6B1D2
(182,177,210)
#C6C2DD
(198,194,221)
#D6D3E8
(214,211,232)
#E6E4F3
(230,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463A85; }

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

This text font color is #463A85.


Background Color

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

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

This div background color is #463A85.


Border color

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

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

This div border color is #463A85.


Opacity

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

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

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

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

This text has shadow with #463A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463A85 on black background.


Color preview on white background

This text has color #463A85 on white background.



Black color preview on #463A85 background

This text has black color on #463A85 background.


White color preview on #463A85 background

This text has white color on #463A85 background.