COLOR #463B80

HEX: #463B80
RGB: (70,59,128)

Color info

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

RGB color model

#463B80 color RGB value is (70,59,128).

  • red value is 70;
  • green value is 59;
  • blue value is 128.
RGB:
(70,59,128)
(27%,23%,50%)

RGB channels and saturation

R 70 of 255 = 27%
G 59 of 255 = 23%
B 128 of 255 = 50%

70
59
128

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

Portions of RGB colors in percentages

R + G + B =
70 + 59 + 128 = 257 (100%)
R 70 of 257 ~ 27.24%
G 59 of 257 ~ 22.96%
B 128 of 257 ~ 49.81%

%27.24
%22.96
%49.81

CMYK color model

#463B80 color CMYK value is (45,54,0,50).

  • cyan value is 45.31%
  • magenta value is 53.91%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(45,54,0,50)
C45M54Y0K50 
(45%,54%,0%,50%)
(0.45/0.54/0.00/0.50)	

CMYK percentages

%45.31
%53.91
%0
%49.8

Codes

Color #463B80 in popluar color models

463B80
RGB7059128
HSL250°36.90%36.67%
HSB/HSV250°53.91%50.20%
CMYK45.31%53.91%0.00%
49.80%

Color #463B80 in popluar number systems.

HEX463B80
Decimal7059128
Binary100011011101110000000
Octal10673200

Shades and tints

Shades of #463B80

#463B80
(70,59,128)
#403675
(64,54,117)
#3A316A
(58,49,106)
#342C5F
(52,44,95)
#2E2754
(46,39,84)
#282249
(40,34,73)
#221D3E
(34,29,62)
#1C1833
(28,24,51)
#161328
(22,19,40)
#100E1D
(16,14,29)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #463B80

#463B80
(70,59,128)
#564C8B
(86,76,139)
#665D96
(102,93,150)
#766EA1
(118,110,161)
#867FAC
(134,127,172)
#9690B7
(150,144,183)
#A6A1C2
(166,161,194)
#B6B2CD
(182,178,205)
#C6C3D8
(198,195,216)
#D6D4E3
(214,212,227)
#E6E5EE
(230,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463B80 color. Also use rgb(70,59,128) instead hex code.

Text Font Color

.myTextColor { color: #463B80; }

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

This text font color is #463B80.


Background Color

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

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

This div background color is #463B80.


Border color

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

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

This div border color is #463B80.


Opacity

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

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

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

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

This text has shadow with #463B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463B80 on black background.


Color preview on white background

This text has color #463B80 on white background.



Black color preview on #463B80 background

This text has black color on #463B80 background.


White color preview on #463B80 background

This text has white color on #463B80 background.