COLOR #463E7A

HEX: #463E7A RGB: (70,62,122)

Color info

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

RGB color model

#463E7A color RGB value is (70,62,122).

RGB: (70,62,122) (27%, 24%, 48%)

RGB channels and saturation

R 70 of 255 = 27%
G 62 of 255 = 24%
B 122 of 255 = 48%

70
62
122

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

Portions of RGB colors in percentages

R + G + B = 70 + 62 + 122 = 254 (100%)
R 70 of 254 ~ 27.56%
G 62 of 254 ~ 24.41%
B 122 of 254 ~ 48.03'%

%27.56
%24.41
%48.03

CMYK color model

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

  • cyan value is 42.62%
  • magenta value is 49.18%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (43,49,0,52) C43M49Y0K52 (43%,49%,0%,52%) (0.43/0.49/0.00/0.52) 

CMYK percentages

%42.62
%49.18
%0
%52.16

Codes

Color #463E7A in popluar color models

46 3E 7A
RGB 70 62 122
HSL 248° 32.61% 36.08%
HSB/HSV 248° 49.18% 47.84%
CMYK 42.62% 49.18% 0.00%
52.16%

Color #463E7A in popluar number systems.

HEX 46 3E 7A
Decimal 70 62 122
Binary 1000110 111110 1111010
Octal 106 76 172

Shades and tints

Shades of #463E7A

#463E7A
(70,62,122)
#40396F
(64,57,111)
#3A3464
(58,52,100)
#342F59
(52,47,89)
#2E2A4E
(46,42,78)
#282543
(40,37,67)
#222038
(34,32,56)
#1C1B2D
(28,27,45)
#161622
(22,22,34)
#101117
(16,17,23)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #463E7A

#463E7A
(70,62,122)
#564F86
(86,79,134)
#666092
(102,96,146)
#76719E
(118,113,158)
#8682AA
(134,130,170)
#9693B6
(150,147,182)
#A6A4C2
(166,164,194)
#B6B5CE
(182,181,206)
#C6C6DA
(198,198,218)
#D6D7E6
(214,215,230)
#E6E8F2
(230,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463E7A; }

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

This text font color is #463E7A.

Background Color

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

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

This div background color is #463E7A.

Border color

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

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

This div border color is #463E7A.

Opacity

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

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

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

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

This text has shadow with #463E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463E7A.

Preview

Color preview on black background

This text has color #463E7A on black background.


Color preview on white background

This text has color #463E7A on white background.


Black color preview on #463E7A background

This text has black color on #463E7A background.


White color preview on #463E7A background

This text has white color on #463E7A background.


Related colors

Complementary color

Complementary color for #hex is #B9C185.


I love getcolorcode.com

Triadic colors

1 #7A463E and #3E7A46 with #463E7A are triadic colors.

2 #7A3E46 and #3E467A with #463E7A are triadic colors.