COLOR #464A64

HEX: #464A64
RGB: (70,74,100)

Color info

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

RGB color model

#464A64 color RGB value is (70,74,100).

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

RGB channels and saturation

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

70
74
100

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

Portions of RGB colors in percentages

R + G + B =
70 + 74 + 100 = 244 (100%)
R 70 of 244 ~ 28.69%
G 74 of 244 ~ 30.33%
B 100 of 244 ~ 40.98%

%28.69
%30.33
%40.98

CMYK color model

#464A64 color CMYK value is (30,26,0,61).

  • cyan value is 30.00%
  • magenta value is 26.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(30,26,0,61)
C30M26Y0K61 
(30%,26%,0%,61%)
(0.30/0.26/0.00/0.61)	

CMYK percentages

%30
%26
%0
%60.78

Codes

Color #464A64 in popluar color models

464A64
RGB7074100
HSL232°17.65%33.33%
HSB/HSV232°30.00%39.22%
CMYK30.00%26.00%0.00%
60.78%

Color #464A64 in popluar number systems.

HEX464A64
Decimal7074100
Binary100011010010101100100
Octal106112144

Shades and tints

Shades of #464A64

#464A64
(70,74,100)
#40445B
(64,68,91)
#3A3E52
(58,62,82)
#343849
(52,56,73)
#2E3240
(46,50,64)
#282C37
(40,44,55)
#22262E
(34,38,46)
#1C2025
(28,32,37)
#161A1C
(22,26,28)
#101413
(16,20,19)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #464A64

#464A64
(70,74,100)
#565A72
(86,90,114)
#666A80
(102,106,128)
#767A8E
(118,122,142)
#868A9C
(134,138,156)
#969AAA
(150,154,170)
#A6AAB8
(166,170,184)
#B6BAC6
(182,186,198)
#C6CAD4
(198,202,212)
#D6DAE2
(214,218,226)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464A64; }

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

This text font color is #464A64.


Background Color

.myBgColor { background-color: #464A64; }

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

This div background color is #464A64.


Border color

.myBorderColor { border: 1px solid #464A64; }

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

This div border color is #464A64.


Opacity

.myOpacity80 { color: #464A64; opacity: 0.8; }

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

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

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

This text has shadow with #464A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464A64 on black background.


Color preview on white background

This text has color #464A64 on white background.



Black color preview on #464A64 background

This text has black color on #464A64 background.


White color preview on #464A64 background

This text has white color on #464A64 background.