COLOR #464651

HEX: #464651 RGB: (70,70,81)

Color info

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

RGB color model

#464651 color RGB value is (70,70,81).

RGB: (70,70,81) (27%, 27%, 32%)

RGB channels and saturation

R 70 of 255 = 27%
G 70 of 255 = 27%
B 81 of 255 = 32%

70
70
81

R + G + B ~ 29%. #464651 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 70 + 81 = 221 (100%)
R 70 of 221 ~ 31.67%
G 70 of 221 ~ 31.67%
B 81 of 221 ~ 36.65'%

%31.67
%31.67
%36.65

CMYK color model

#464651 color CMYK value is (14,14,0,68).

  • cyan value is 13.58%
  • magenta value is 13.58%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK: (14,14,0,68) C14M14Y0K68 (14%,14%,0%,68%) (0.14/0.14/0.00/0.68) 

CMYK percentages

%13.58
%13.58
%0
%68.24

Codes

Color #464651 in popluar color models

46 46 51
RGB 70 70 81
HSL 240° 7.28% 29.61%
HSB/HSV 240° 13.58% 31.76%
CMYK 13.58% 13.58% 0.00%
68.24%

Color #464651 in popluar number systems.

HEX 46 46 51
Decimal 70 70 81
Binary 1000110 1000110 1010001
Octal 106 106 121

Shades and tints

Shades of #464651

#464651
(70,70,81)
#40404A
(64,64,74)
#3A3A43
(58,58,67)
#34343C
(52,52,60)
#2E2E35
(46,46,53)
#28282E
(40,40,46)
#222227
(34,34,39)
#1C1C20
(28,28,32)
#161619
(22,22,25)
#101012
(16,16,18)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #464651

#464651
(70,70,81)
#565660
(86,86,96)
#66666F
(102,102,111)
#76767E
(118,118,126)
#86868D
(134,134,141)
#96969C
(150,150,156)
#A6A6AB
(166,166,171)
#B6B6BA
(182,182,186)
#C6C6C9
(198,198,201)
#D6D6D8
(214,214,216)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464651; }

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

This text font color is #464651.

Background Color

.myBgColor { background-color: #464651; }

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

This div background color is #464651.

Border color

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

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

This div border color is #464651.

Opacity

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

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

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

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

This text has shadow with #464651 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464651.

Preview

Color preview on black background

This text has color #464651 on black background.


Color preview on white background

This text has color #464651 on white background.


Black color preview on #464651 background

This text has black color on #464651 background.


White color preview on #464651 background

This text has white color on #464651 background.


Related colors

Complementary color

Complementary color for #hex is #B9B9AE.


I love getcolorcode.com