COLOR #464E61

HEX: #464E61
RGB: (70,78,97)

Color info

#464E61 contains red, green and blue colors in about the same proportion. Web safe color of #464E61 is #336666 (or #366).

RGB color model

#464E61 color RGB value is (70,78,97).

  • red value is 70;
  • green value is 78;
  • blue value is 97.
RGB:
(70,78,97)
(27%,31%,38%)

RGB channels and saturation

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

70
78
97

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

Portions of RGB colors in percentages

R + G + B =
70 + 78 + 97 = 245 (100%)
R 70 of 245 ~ 28.57%
G 78 of 245 ~ 31.84%
B 97 of 245 ~ 39.59%

%28.57
%31.84
%39.59

CMYK color model

#464E61 color CMYK value is (28,20,0,62).

  • cyan value is 27.84%
  • magenta value is 19.59%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(28,20,0,62)
C28M20Y0K62 
(28%,20%,0%,62%)
(0.28/0.20/0.00/0.62)	

CMYK percentages

%27.84
%19.59
%0
%61.96

Codes

Color #464E61 in popluar color models

464E61
RGB707897
HSL222°16.17%32.75%
HSB/HSV222°27.84%38.04%
CMYK27.84%19.59%0.00%
61.96%

Color #464E61 in popluar number systems.

HEX464E61
Decimal707897
Binary100011010011101100001
Octal106116141

Shades and tints

Shades of #464E61

#464E61
(70,78,97)
#404759
(64,71,89)
#3A4051
(58,64,81)
#343949
(52,57,73)
#2E3241
(46,50,65)
#282B39
(40,43,57)
#222431
(34,36,49)
#1C1D29
(28,29,41)
#161621
(22,22,33)
#100F19
(16,15,25)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #464E61

#464E61
(70,78,97)
#565E6F
(86,94,111)
#666E7D
(102,110,125)
#767E8B
(118,126,139)
#868E99
(134,142,153)
#969EA7
(150,158,167)
#A6AEB5
(166,174,181)
#B6BEC3
(182,190,195)
#C6CED1
(198,206,209)
#D6DEDF
(214,222,223)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464E61; }

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

This text font color is #464E61.


Background Color

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

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

This div background color is #464E61.


Border color

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

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

This div border color is #464E61.


Opacity

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

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

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

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

This text has shadow with #464E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464E61 on black background.


Color preview on white background

This text has color #464E61 on white background.



Black color preview on #464E61 background

This text has black color on #464E61 background.


White color preview on #464E61 background

This text has white color on #464E61 background.