COLOR #463C90

HEX: #463C90
RGB: (70,60,144)

Color info

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

RGB color model

#463C90 color RGB value is (70,60,144).

  • red value is 70;
  • green value is 60;
  • blue value is 144.
RGB:
(70,60,144)
(27%,24%,56%)

RGB channels and saturation

R 70 of 255 = 27%
G 60 of 255 = 24%
B 144 of 255 = 56%

70
60
144

R + G + B ~ 36%. #463C90 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 60 + 144 = 274 (100%)
R 70 of 274 ~ 25.55%
G 60 of 274 ~ 21.9%
B 144 of 274 ~ 52.55%

%25.55
%21.9
%52.55

CMYK color model

#463C90 color CMYK value is (51,58,0,44).

  • cyan value is 51.39%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(51,58,0,44)
C51M58Y0K44 
(51%,58%,0%,44%)
(0.51/0.58/0.00/0.44)	

CMYK percentages

%51.39
%58.33
%0
%43.53

Codes

Color #463C90 in popluar color models

463C90
RGB7060144
HSL247°41.18%40.00%
HSB/HSV247°58.33%56.47%
CMYK51.39%58.33%0.00%
43.53%

Color #463C90 in popluar number systems.

HEX463C90
Decimal7060144
Binary100011011110010010000
Octal10674220

Shades and tints

Shades of #463C90

#463C90
(70,60,144)
#403783
(64,55,131)
#3A3276
(58,50,118)
#342D69
(52,45,105)
#2E285C
(46,40,92)
#28234F
(40,35,79)
#221E42
(34,30,66)
#1C1935
(28,25,53)
#161428
(22,20,40)
#100F1B
(16,15,27)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #463C90

#463C90
(70,60,144)
#564D9A
(86,77,154)
#665EA4
(102,94,164)
#766FAE
(118,111,174)
#8680B8
(134,128,184)
#9691C2
(150,145,194)
#A6A2CC
(166,162,204)
#B6B3D6
(182,179,214)
#C6C4E0
(198,196,224)
#D6D5EA
(214,213,234)
#E6E6F4
(230,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463C90 color. Also use rgb(70,60,144) instead hex code.

Text Font Color

.myTextColor { color: #463C90; }

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

This text font color is #463C90.


Background Color

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

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

This div background color is #463C90.


Border color

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

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

This div border color is #463C90.


Opacity

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

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

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

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

This text has shadow with #463C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463C90 on black background.


Color preview on white background

This text has color #463C90 on white background.



Black color preview on #463C90 background

This text has black color on #463C90 background.


White color preview on #463C90 background

This text has white color on #463C90 background.