COLOR #464659

HEX: #464659 RGB: (70,70,89)

Color info

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

RGB color model

#464659 color RGB value is (70,70,89).

RGB: (70,70,89) (27%, 27%, 35%)

RGB channels and saturation

R 70 of 255 = 27%
G 70 of 255 = 27%
B 89 of 255 = 35%

70
70
89

R + G + B ~ 30%. #464659 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 70 + 89 = 229 (100%)
R 70 of 229 ~ 30.57%
G 70 of 229 ~ 30.57%
B 89 of 229 ~ 38.86'%

%30.57
%30.57
%38.86

CMYK color model

#464659 color CMYK value is (21,21,0,65).

  • cyan value is 21.35%
  • magenta value is 21.35%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (21,21,0,65)
C21M21Y0K65 (21%, 21%, 0%, 65%)
(0.21 / 0.21 / 0.00 / 0.65)

CMYK percentages

%21.35
%21.35
%0
%65.1

Codes

Color #464659 in popluar color models

46 46 59
RGB 70 70 89
HSL 240° 11.95% 31.18%
HSB/HSV 240° 21.35% 34.90%
CMYK 21.35% 21.35% 0.00%
65.10%

Color #464659 in popluar number systems.

HEX 46 46 59
Decimal 70 70 89
Binary 1000110 1000110 1011001
Octal 106 106 131

Shades and tints

Shades of #464659

#464659
(70,70,89)
#404051
(64,64,81)
#3A3A49
(58,58,73)
#343441
(52,52,65)
#2E2E39
(46,46,57)
#282831
(40,40,49)
#222229
(34,34,41)
#1C1C21
(28,28,33)
#161619
(22,22,25)
#101011
(16,16,17)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #464659

#464659
(70,70,89)
#565668
(86,86,104)
#666677
(102,102,119)
#767686
(118,118,134)
#868695
(134,134,149)
#9696A4
(150,150,164)
#A6A6B3
(166,166,179)
#B6B6C2
(182,182,194)
#C6C6D1
(198,198,209)
#D6D6E0
(214,214,224)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464659; }

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

This text font color is #464659.

Background Color

.myBgColor { background-color: #464659; }

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

This div background color is #464659.

Border color

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

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

This div border color is #464659.

Opacity

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

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

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

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

This text has shadow with #464659 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464659.

Preview

Color preview on black background

This text has color #464659 on black background.


Color preview on white background

This text has color #464659 on white background.


Black color preview on #464659 background

This text has black color on #464659 background.


White color preview on #464659 background

This text has white color on #464659 background.


Related colors

Complementary color

Complementary color for #hex is #B9B9A6.


I love getcolorcode.com