COLOR #464861

HEX: #464861
RGB: (70,72,97)

Color info

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

RGB color model

#464861 color RGB value is (70,72,97).

  • red value is 70;
  • green value is 72;
  • blue value is 97.
RGB:
(70,72,97)
(27%,28%,38%)

RGB channels and saturation

R 70 of 255 = 27%
G 72 of 255 = 28%
B 97 of 255 = 38%

70
72
97

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

Portions of RGB colors in percentages

R + G + B =
70 + 72 + 97 = 239 (100%)
R 70 of 239 ~ 29.29%
G 72 of 239 ~ 30.13%
B 97 of 239 ~ 40.59%

%29.29
%30.13
%40.59

CMYK color model

#464861 color CMYK value is (28,26,0,62).

  • cyan value is 27.84%
  • magenta value is 25.77%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(28,26,0,62)
C28M26Y0K62 
(28%,26%,0%,62%)
(0.28/0.26/0.00/0.62)	

CMYK percentages

%27.84
%25.77
%0
%61.96

Codes

Color #464861 in popluar color models

464861
RGB707297
HSL236°16.17%32.75%
HSB/HSV236°27.84%38.04%
CMYK27.84%25.77%0.00%
61.96%

Color #464861 in popluar number systems.

HEX464861
Decimal707297
Binary100011010010001100001
Octal106110141

Shades and tints

Shades of #464861

#464861
(70,72,97)
#404259
(64,66,89)
#3A3C51
(58,60,81)
#343649
(52,54,73)
#2E3041
(46,48,65)
#282A39
(40,42,57)
#222431
(34,36,49)
#1C1E29
(28,30,41)
#161821
(22,24,33)
#101219
(16,18,25)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #464861

#464861
(70,72,97)
#56586F
(86,88,111)
#66687D
(102,104,125)
#76788B
(118,120,139)
#868899
(134,136,153)
#9698A7
(150,152,167)
#A6A8B5
(166,168,181)
#B6B8C3
(182,184,195)
#C6C8D1
(198,200,209)
#D6D8DF
(214,216,223)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464861 color. Also use rgb(70,72,97) instead hex code.

Text Font Color

.myTextColor { color: #464861; }

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

This text font color is #464861.


Background Color

.myBgColor { background-color: #464861; }

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

This div background color is #464861.


Border color

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

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

This div border color is #464861.


Opacity

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

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

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

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

This text has shadow with #464861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464861 on black background.


Color preview on white background

This text has color #464861 on white background.



Black color preview on #464861 background

This text has black color on #464861 background.


White color preview on #464861 background

This text has white color on #464861 background.