COLOR #463382

HEX: #463382
RGB: (70,51,130)

Color info

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

RGB color model

#463382 color RGB value is (70,51,130).

  • red value is 70;
  • green value is 51;
  • blue value is 130.
RGB:
(70,51,130)
(27%,20%,51%)

RGB channels and saturation

R 70 of 255 = 27%
G 51 of 255 = 20%
B 130 of 255 = 51%

70
51
130

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

Portions of RGB colors in percentages

R + G + B =
70 + 51 + 130 = 251 (100%)
R 70 of 251 ~ 27.89%
G 51 of 251 ~ 20.32%
B 130 of 251 ~ 51.79%

%27.89
%20.32
%51.79

CMYK color model

#463382 color CMYK value is (46,61,0,49).

  • cyan value is 46.15%
  • magenta value is 60.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(46,61,0,49)
C46M61Y0K49 
(46%,61%,0%,49%)
(0.46/0.61/0.00/0.49)	

CMYK percentages

%46.15
%60.77
%0
%49.02

Codes

Color #463382 in popluar color models

463382
RGB7051130
HSL254°43.65%35.49%
HSB/HSV254°60.77%50.98%
CMYK46.15%60.77%0.00%
49.02%

Color #463382 in popluar number systems.

HEX463382
Decimal7051130
Binary100011011001110000010
Octal10663202

Shades and tints

Shades of #463382

#463382
(70,51,130)
#402F77
(64,47,119)
#3A2B6C
(58,43,108)
#342761
(52,39,97)
#2E2356
(46,35,86)
#281F4B
(40,31,75)
#221B40
(34,27,64)
#1C1735
(28,23,53)
#16132A
(22,19,42)
#100F1F
(16,15,31)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #463382

#463382
(70,51,130)
#56458D
(86,69,141)
#665798
(102,87,152)
#7669A3
(118,105,163)
#867BAE
(134,123,174)
#968DB9
(150,141,185)
#A69FC4
(166,159,196)
#B6B1CF
(182,177,207)
#C6C3DA
(198,195,218)
#D6D5E5
(214,213,229)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463382; }

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

This text font color is #463382.


Background Color

.myBgColor { background-color: #463382; }

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

This div background color is #463382.


Border color

.myBorderColor { border: 1px solid #463382; }

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

This div border color is #463382.


Opacity

.myOpacity80 { color: #463382; opacity: 0.8; }

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

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

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

This text has shadow with #463382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463382 on black background.


Color preview on white background

This text has color #463382 on white background.



Black color preview on #463382 background

This text has black color on #463382 background.


White color preview on #463382 background

This text has white color on #463382 background.