COLOR #464C5B

HEX: #464C5B
RGB: (70,76,91)

Color info

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

RGB color model

#464C5B color RGB value is (70,76,91).

  • red value is 70;
  • green value is 76;
  • blue value is 91.
RGB:
(70,76,91)
(27%,30%,36%)

RGB channels and saturation

R 70 of 255 = 27%
G 76 of 255 = 30%
B 91 of 255 = 36%

70
76
91

R + G + B ~ 31%. #464C5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 76 + 91 = 237 (100%)
R 70 of 237 ~ 29.54%
G 76 of 237 ~ 32.07%
B 91 of 237 ~ 38.4%

%29.54
%32.07
%38.4

CMYK color model

#464C5B color CMYK value is (23,16,0,64).

  • cyan value is 23.08%
  • magenta value is 16.48%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(23,16,0,64)
C23M16Y0K64 
(23%,16%,0%,64%)
(0.23/0.16/0.00/0.64)	

CMYK percentages

%23.08
%16.48
%0
%64.31

Codes

Color #464C5B in popluar color models

464C5B
RGB707691
HSL223°13.04%31.57%
HSB/HSV223°23.08%35.69%
CMYK23.08%16.48%0.00%
64.31%

Color #464C5B in popluar number systems.

HEX464C5B
Decimal707691
Binary100011010011001011011
Octal106114133

Shades and tints

Shades of #464C5B

#464C5B
(70,76,91)
#404653
(64,70,83)
#3A404B
(58,64,75)
#343A43
(52,58,67)
#2E343B
(46,52,59)
#282E33
(40,46,51)
#22282B
(34,40,43)
#1C2223
(28,34,35)
#161C1B
(22,28,27)
#101613
(16,22,19)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #464C5B

#464C5B
(70,76,91)
#565C69
(86,92,105)
#666C77
(102,108,119)
#767C85
(118,124,133)
#868C93
(134,140,147)
#969CA1
(150,156,161)
#A6ACAF
(166,172,175)
#B6BCBD
(182,188,189)
#C6CCCB
(198,204,203)
#D6DCD9
(214,220,217)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464C5B color. Also use rgb(70,76,91) instead hex code.

Text Font Color

.myTextColor { color: #464C5B; }

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

This text font color is #464C5B.


Background Color

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

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

This div background color is #464C5B.


Border color

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

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

This div border color is #464C5B.


Opacity

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

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

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

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

This text has shadow with #464C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464C5B on black background.


Color preview on white background

This text has color #464C5B on white background.



Black color preview on #464C5B background

This text has black color on #464C5B background.


White color preview on #464C5B background

This text has white color on #464C5B background.