COLOR #466573

HEX: #466573
RGB: (70,101,115)

Color info

#466573 contains red, green and blue colors in about the same proportion. Web safe color of #466573 is #336666 (or #366).

RGB color model

#466573 color RGB value is (70,101,115).

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

RGB channels and saturation

R 70 of 255 = 27%
G 101 of 255 = 40%
B 115 of 255 = 45%

70
101
115

R + G + B ~ 37%. #466573 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 101 + 115 = 286 (100%)
R 70 of 286 ~ 24.48%
G 101 of 286 ~ 35.31%
B 115 of 286 ~ 40.21%

%24.48
%35.31
%40.21

CMYK color model

#466573 color CMYK value is (39,12,0,55).

  • cyan value is 39.13%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(39,12,0,55)
C39M12Y0K55 
(39%,12%,0%,55%)
(0.39/0.12/0.00/0.55)	

CMYK percentages

%39.13
%12.17
%0
%54.9

Codes

Color #466573 in popluar color models

466573
RGB70101115
HSL199°24.32%36.27%
HSB/HSV199°39.13%45.10%
CMYK39.13%12.17%0.00%
54.90%

Color #466573 in popluar number systems.

HEX466573
Decimal70101115
Binary100011011001011110011
Octal106145163

Shades and tints

Shades of #466573

#466573
(70,101,115)
#405C69
(64,92,105)
#3A535F
(58,83,95)
#344A55
(52,74,85)
#2E414B
(46,65,75)
#283841
(40,56,65)
#222F37
(34,47,55)
#1C262D
(28,38,45)
#161D23
(22,29,35)
#101419
(16,20,25)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #466573

#466573
(70,101,115)
#56737F
(86,115,127)
#66818B
(102,129,139)
#768F97
(118,143,151)
#869DA3
(134,157,163)
#96ABAF
(150,171,175)
#A6B9BB
(166,185,187)
#B6C7C7
(182,199,199)
#C6D5D3
(198,213,211)
#D6E3DF
(214,227,223)
#E6F1EB
(230,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466573; }

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

This text font color is #466573.


Background Color

.myBgColor { background-color: #466573; }

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

This div background color is #466573.


Border color

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

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

This div border color is #466573.


Opacity

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

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

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

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

This text has shadow with #466573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466573 on black background.


Color preview on white background

This text has color #466573 on white background.



Black color preview on #466573 background

This text has black color on #466573 background.


White color preview on #466573 background

This text has white color on #466573 background.