COLOR #464461

HEX: #464461
RGB: (70,68,97)

Color info

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

RGB color model

#464461 color RGB value is (70,68,97).

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

RGB channels and saturation

R 70 of 255 = 27%
G 68 of 255 = 27%
B 97 of 255 = 38%

70
68
97

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

Portions of RGB colors in percentages

R + G + B =
70 + 68 + 97 = 235 (100%)
R 70 of 235 ~ 29.79%
G 68 of 235 ~ 28.94%
B 97 of 235 ~ 41.28%

%29.79
%28.94
%41.28

CMYK color model

#464461 color CMYK value is (28,30,0,62).

  • cyan value is 27.84%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(28,30,0,62)
C28M30Y0K62 
(28%,30%,0%,62%)
(0.28/0.30/0.00/0.62)	

CMYK percentages

%27.84
%29.9
%0
%61.96

Codes

Color #464461 in popluar color models

464461
RGB706897
HSL244°17.58%32.35%
HSB/HSV244°29.90%38.04%
CMYK27.84%29.90%0.00%
61.96%

Color #464461 in popluar number systems.

HEX464461
Decimal706897
Binary100011010001001100001
Octal106104141

Shades and tints

Shades of #464461

#464461
(70,68,97)
#403E59
(64,62,89)
#3A3851
(58,56,81)
#343249
(52,50,73)
#2E2C41
(46,44,65)
#282639
(40,38,57)
#222031
(34,32,49)
#1C1A29
(28,26,41)
#161421
(22,20,33)
#100E19
(16,14,25)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #464461

#464461
(70,68,97)
#56556F
(86,85,111)
#66667D
(102,102,125)
#76778B
(118,119,139)
#868899
(134,136,153)
#9699A7
(150,153,167)
#A6AAB5
(166,170,181)
#B6BBC3
(182,187,195)
#C6CCD1
(198,204,209)
#D6DDDF
(214,221,223)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464461; }

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

This text font color is #464461.


Background Color

.myBgColor { background-color: #464461; }

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

This div background color is #464461.


Border color

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

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

This div border color is #464461.


Opacity

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

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

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

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

This text has shadow with #464461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464461 on black background.


Color preview on white background

This text has color #464461 on white background.



Black color preview on #464461 background

This text has black color on #464461 background.


White color preview on #464461 background

This text has white color on #464461 background.