COLOR #464964

HEX: #464964
RGB: (70,73,100)

Color info

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

RGB color model

#464964 color RGB value is (70,73,100).

  • red value is 70;
  • green value is 73;
  • blue value is 100.
RGB:
(70,73,100)
(27%,29%,39%)

RGB channels and saturation

R 70 of 255 = 27%
G 73 of 255 = 29%
B 100 of 255 = 39%

70
73
100

R + G + B ~ 32%. #464964 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 73 + 100 = 243 (100%)
R 70 of 243 ~ 28.81%
G 73 of 243 ~ 30.04%
B 100 of 243 ~ 41.15%

%28.81
%30.04
%41.15

CMYK color model

#464964 color CMYK value is (30,27,0,61).

  • cyan value is 30.00%
  • magenta value is 27.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(30,27,0,61)
C30M27Y0K61 
(30%,27%,0%,61%)
(0.30/0.27/0.00/0.61)	

CMYK percentages

%30
%27
%0
%60.78

Codes

Color #464964 in popluar color models

464964
RGB7073100
HSL234°17.65%33.33%
HSB/HSV234°30.00%39.22%
CMYK30.00%27.00%0.00%
60.78%

Color #464964 in popluar number systems.

HEX464964
Decimal7073100
Binary100011010010011100100
Octal106111144

Shades and tints

Shades of #464964

#464964
(70,73,100)
#40435B
(64,67,91)
#3A3D52
(58,61,82)
#343749
(52,55,73)
#2E3140
(46,49,64)
#282B37
(40,43,55)
#22252E
(34,37,46)
#1C1F25
(28,31,37)
#16191C
(22,25,28)
#101313
(16,19,19)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #464964

#464964
(70,73,100)
#565972
(86,89,114)
#666980
(102,105,128)
#76798E
(118,121,142)
#86899C
(134,137,156)
#9699AA
(150,153,170)
#A6A9B8
(166,169,184)
#B6B9C6
(182,185,198)
#C6C9D4
(198,201,212)
#D6D9E2
(214,217,226)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464964; }

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

This text font color is #464964.


Background Color

.myBgColor { background-color: #464964; }

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

This div background color is #464964.


Border color

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

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

This div border color is #464964.


Opacity

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

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

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

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

This text has shadow with #464964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464964 on black background.


Color preview on white background

This text has color #464964 on white background.



Black color preview on #464964 background

This text has black color on #464964 background.


White color preview on #464964 background

This text has white color on #464964 background.