COLOR #464573

HEX: #464573
RGB: (70,69,115)

Color info

#464573 contains red, green and blue colors in about the same proportion. Web safe color of #464573 is #333366 (or #336).

RGB color model

#464573 color RGB value is (70,69,115).

  • red value is 70;
  • green value is 69;
  • blue value is 115.
RGB:
(70,69,115)
(27%,27%,45%)

RGB channels and saturation

R 70 of 255 = 27%
G 69 of 255 = 27%
B 115 of 255 = 45%

70
69
115

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

Portions of RGB colors in percentages

R + G + B =
70 + 69 + 115 = 254 (100%)
R 70 of 254 ~ 27.56%
G 69 of 254 ~ 27.17%
B 115 of 254 ~ 45.28%

%27.56
%27.17
%45.28

CMYK color model

#464573 color CMYK value is (39,40,0,55).

  • cyan value is 39.13%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(39,40,0,55)
C39M40Y0K55 
(39%,40%,0%,55%)
(0.39/0.40/0.00/0.55)	

CMYK percentages

%39.13
%40
%0
%54.9

Codes

Color #464573 in popluar color models

464573
RGB7069115
HSL241°25.00%36.08%
HSB/HSV241°40.00%45.10%
CMYK39.13%40.00%0.00%
54.90%

Color #464573 in popluar number systems.

HEX464573
Decimal7069115
Binary100011010001011110011
Octal106105163

Shades and tints

Shades of #464573

#464573
(70,69,115)
#403F69
(64,63,105)
#3A395F
(58,57,95)
#343355
(52,51,85)
#2E2D4B
(46,45,75)
#282741
(40,39,65)
#222137
(34,33,55)
#1C1B2D
(28,27,45)
#161523
(22,21,35)
#100F19
(16,15,25)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #464573

#464573
(70,69,115)
#56557F
(86,85,127)
#66658B
(102,101,139)
#767597
(118,117,151)
#8685A3
(134,133,163)
#9695AF
(150,149,175)
#A6A5BB
(166,165,187)
#B6B5C7
(182,181,199)
#C6C5D3
(198,197,211)
#D6D5DF
(214,213,223)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464573 color. Also use rgb(70,69,115) instead hex code.

Text Font Color

.myTextColor { color: #464573; }

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

This text font color is #464573.


Background Color

.myBgColor { background-color: #464573; }

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

This div background color is #464573.


Border color

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

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

This div border color is #464573.


Opacity

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

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

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

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

This text has shadow with #464573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464573 on black background.


Color preview on white background

This text has color #464573 on white background.



Black color preview on #464573 background

This text has black color on #464573 background.


White color preview on #464573 background

This text has white color on #464573 background.