COLOR #464661

HEX: #464661 RGB: (70,70,97)

Color info

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

RGB color model

#464661 color RGB value is (70,70,97).

RGB: (70,70,97) (27%, 27%, 38%)

RGB channels and saturation

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

70
70
97

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

Portions of RGB colors in percentages

R + G + B = 70 + 70 + 97 = 237 (100%)
R 70 of 237 ~ 29.54%
G 70 of 237 ~ 29.54%
B 97 of 237 ~ 40.93'%

%29.54
%29.54
%40.93

CMYK color model

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

  • cyan value is 27.84%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (28,28,0,62)
C28M28Y0K62 (28%, 28%, 0%, 62%)
(0.28 / 0.28 / 0.00 / 0.62)

CMYK percentages

%27.84
%27.84
%0
%61.96

Codes

Color #464661 in popluar color models

46 46 61
RGB 70 70 97
HSL 240° 16.17% 32.75%
HSB/HSV 240° 27.84% 38.04%
CMYK 27.84% 27.84% 0.00%
61.96%

Color #464661 in popluar number systems.

HEX 46 46 61
Decimal 70 70 97
Binary 1000110 1000110 1100001
Octal 106 106 141

Shades and tints

Shades of #464661

#464661
(70,70,97)
#404059
(64,64,89)
#3A3A51
(58,58,81)
#343449
(52,52,73)
#2E2E41
(46,46,65)
#282839
(40,40,57)
#222231
(34,34,49)
#1C1C29
(28,28,41)
#161621
(22,22,33)
#101019
(16,16,25)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #464661

#464661
(70,70,97)
#56566F
(86,86,111)
#66667D
(102,102,125)
#76768B
(118,118,139)
#868699
(134,134,153)
#9696A7
(150,150,167)
#A6A6B5
(166,166,181)
#B6B6C3
(182,182,195)
#C6C6D1
(198,198,209)
#D6D6DF
(214,214,223)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464661; }

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

This text font color is #464661.

Background Color

.myBgColor { background-color: #464661; }

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

This div background color is #464661.

Border color

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

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

This div border color is #464661.

Opacity

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

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

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

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

This text has shadow with #464661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464661.

Preview

Color preview on black background

This text has color #464661 on black background.


Color preview on white background

This text has color #464661 on white background.


Black color preview on #464661 background

This text has black color on #464661 background.


White color preview on #464661 background

This text has white color on #464661 background.


Related colors

Complementary color

Complementary color for #hex is #B9B99E.


I love getcolorcode.com