COLOR #463A7A

HEX: #463A7A
RGB: (70,58,122)

Color info

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

RGB color model

#463A7A color RGB value is (70,58,122).

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

RGB channels and saturation

R 70 of 255 = 27%
G 58 of 255 = 23%
B 122 of 255 = 48%

70
58
122

R + G + B ~ 33%. #463A7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 58 + 122 = 250 (100%)
R 70 of 250 ~ 28%
G 58 of 250 ~ 23.2%
B 122 of 250 ~ 48.8%

%28
%23.2
%48.8

CMYK color model

#463A7A color CMYK value is (43,52,0,52).

  • cyan value is 42.62%
  • magenta value is 52.46%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(43,52,0,52)
C43M52Y0K52 
(43%,52%,0%,52%)
(0.43/0.52/0.00/0.52)	

CMYK percentages

%42.62
%52.46
%0
%52.16

Codes

Color #463A7A in popluar color models

463A7A
RGB7058122
HSL251°35.56%35.29%
HSB/HSV251°52.46%47.84%
CMYK42.62%52.46%0.00%
52.16%

Color #463A7A in popluar number systems.

HEX463A7A
Decimal7058122
Binary10001101110101111010
Octal10672172

Shades and tints

Shades of #463A7A

#463A7A
(70,58,122)
#40356F
(64,53,111)
#3A3064
(58,48,100)
#342B59
(52,43,89)
#2E264E
(46,38,78)
#282143
(40,33,67)
#221C38
(34,28,56)
#1C172D
(28,23,45)
#161222
(22,18,34)
#100D17
(16,13,23)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #463A7A

#463A7A
(70,58,122)
#564B86
(86,75,134)
#665C92
(102,92,146)
#766D9E
(118,109,158)
#867EAA
(134,126,170)
#968FB6
(150,143,182)
#A6A0C2
(166,160,194)
#B6B1CE
(182,177,206)
#C6C2DA
(198,194,218)
#D6D3E6
(214,211,230)
#E6E4F2
(230,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463A7A; }

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

This text font color is #463A7A.


Background Color

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

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

This div background color is #463A7A.


Border color

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

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

This div border color is #463A7A.


Opacity

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

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

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

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

This text has shadow with #463A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463A7A on black background.


Color preview on white background

This text has color #463A7A on white background.



Black color preview on #463A7A background

This text has black color on #463A7A background.


White color preview on #463A7A background

This text has white color on #463A7A background.