COLOR #464773

HEX: #464773
RGB: (70,71,115)

Color info

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

RGB color model

#464773 color RGB value is (70,71,115).

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

RGB channels and saturation

R 70 of 255 = 27%
G 71 of 255 = 28%
B 115 of 255 = 45%

70
71
115

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

Portions of RGB colors in percentages

R + G + B =
70 + 71 + 115 = 256 (100%)
R 70 of 256 ~ 27.34%
G 71 of 256 ~ 27.73%
B 115 of 256 ~ 44.92%

%27.34
%27.73
%44.92

CMYK color model

#464773 color CMYK value is (39,38,0,55).

  • cyan value is 39.13%
  • magenta value is 38.26%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(39,38,0,55)
C39M38Y0K55 
(39%,38%,0%,55%)
(0.39/0.38/0.00/0.55)	

CMYK percentages

%39.13
%38.26
%0
%54.9

Codes

Color #464773 in popluar color models

464773
RGB7071115
HSL239°24.32%36.27%
HSB/HSV239°39.13%45.10%
CMYK39.13%38.26%0.00%
54.90%

Color #464773 in popluar number systems.

HEX464773
Decimal7071115
Binary100011010001111110011
Octal106107163

Shades and tints

Shades of #464773

#464773
(70,71,115)
#404169
(64,65,105)
#3A3B5F
(58,59,95)
#343555
(52,53,85)
#2E2F4B
(46,47,75)
#282941
(40,41,65)
#222337
(34,35,55)
#1C1D2D
(28,29,45)
#161723
(22,23,35)
#101119
(16,17,25)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #464773

#464773
(70,71,115)
#56577F
(86,87,127)
#66678B
(102,103,139)
#767797
(118,119,151)
#8687A3
(134,135,163)
#9697AF
(150,151,175)
#A6A7BB
(166,167,187)
#B6B7C7
(182,183,199)
#C6C7D3
(198,199,211)
#D6D7DF
(214,215,223)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464773; }

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

This text font color is #464773.


Background Color

.myBgColor { background-color: #464773; }

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

This div background color is #464773.


Border color

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

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

This div border color is #464773.


Opacity

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

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

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

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

This text has shadow with #464773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464773 on black background.


Color preview on white background

This text has color #464773 on white background.



Black color preview on #464773 background

This text has black color on #464773 background.


White color preview on #464773 background

This text has white color on #464773 background.