COLOR #463477

HEX: #463477
RGB: (70,52,119)

Color info

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

RGB color model

#463477 color RGB value is (70,52,119).

  • red value is 70;
  • green value is 52;
  • blue value is 119.
RGB:
(70,52,119)
(27%,20%,47%)

RGB channels and saturation

R 70 of 255 = 27%
G 52 of 255 = 20%
B 119 of 255 = 47%

70
52
119

R + G + B ~ 31%. #463477 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 52 + 119 = 241 (100%)
R 70 of 241 ~ 29.05%
G 52 of 241 ~ 21.58%
B 119 of 241 ~ 49.38%

%29.05
%21.58
%49.38

CMYK color model

#463477 color CMYK value is (41,56,0,53).

  • cyan value is 41.18%
  • magenta value is 56.30%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(41,56,0,53)
C41M56Y0K53 
(41%,56%,0%,53%)
(0.41/0.56/0.00/0.53)	

CMYK percentages

%41.18
%56.3
%0
%53.33

Codes

Color #463477 in popluar color models

463477
RGB7052119
HSL256°39.18%33.53%
HSB/HSV256°56.30%46.67%
CMYK41.18%56.30%0.00%
53.33%

Color #463477 in popluar number systems.

HEX463477
Decimal7052119
Binary10001101101001110111
Octal10664167

Shades and tints

Shades of #463477

#463477
(70,52,119)
#40306D
(64,48,109)
#3A2C63
(58,44,99)
#342859
(52,40,89)
#2E244F
(46,36,79)
#282045
(40,32,69)
#221C3B
(34,28,59)
#1C1831
(28,24,49)
#161427
(22,20,39)
#10101D
(16,16,29)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #463477

#463477
(70,52,119)
#564683
(86,70,131)
#66588F
(102,88,143)
#766A9B
(118,106,155)
#867CA7
(134,124,167)
#968EB3
(150,142,179)
#A6A0BF
(166,160,191)
#B6B2CB
(182,178,203)
#C6C4D7
(198,196,215)
#D6D6E3
(214,214,227)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463477 color. Also use rgb(70,52,119) instead hex code.

Text Font Color

.myTextColor { color: #463477; }

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

This text font color is #463477.


Background Color

.myBgColor { background-color: #463477; }

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

This div background color is #463477.


Border color

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

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

This div border color is #463477.


Opacity

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

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

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

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

This text has shadow with #463477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463477 on black background.


Color preview on white background

This text has color #463477 on white background.



Black color preview on #463477 background

This text has black color on #463477 background.


White color preview on #463477 background

This text has white color on #463477 background.