COLOR #464C6A

HEX: #464C6A
RGB: (70,76,106)

Color info

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

RGB color model

#464C6A color RGB value is (70,76,106).

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

RGB channels and saturation

R 70 of 255 = 27%
G 76 of 255 = 30%
B 106 of 255 = 42%

70
76
106

R + G + B ~ 33%. #464C6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 76 + 106 = 252 (100%)
R 70 of 252 ~ 27.78%
G 76 of 252 ~ 30.16%
B 106 of 252 ~ 42.06%

%27.78
%30.16
%42.06

CMYK color model

#464C6A color CMYK value is (34,28,0,58).

  • cyan value is 33.96%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(34,28,0,58)
C34M28Y0K58 
(34%,28%,0%,58%)
(0.34/0.28/0.00/0.58)	

CMYK percentages

%33.96
%28.3
%0
%58.43

Codes

Color #464C6A in popluar color models

464C6A
RGB7076106
HSL230°20.45%34.51%
HSB/HSV230°33.96%41.57%
CMYK33.96%28.30%0.00%
58.43%

Color #464C6A in popluar number systems.

HEX464C6A
Decimal7076106
Binary100011010011001101010
Octal106114152

Shades and tints

Shades of #464C6A

#464C6A
(70,76,106)
#404661
(64,70,97)
#3A4058
(58,64,88)
#343A4F
(52,58,79)
#2E3446
(46,52,70)
#282E3D
(40,46,61)
#222834
(34,40,52)
#1C222B
(28,34,43)
#161C22
(22,28,34)
#101619
(16,22,25)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #464C6A

#464C6A
(70,76,106)
#565C77
(86,92,119)
#666C84
(102,108,132)
#767C91
(118,124,145)
#868C9E
(134,140,158)
#969CAB
(150,156,171)
#A6ACB8
(166,172,184)
#B6BCC5
(182,188,197)
#C6CCD2
(198,204,210)
#D6DCDF
(214,220,223)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464C6A; }

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

This text font color is #464C6A.


Background Color

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

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

This div background color is #464C6A.


Border color

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

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

This div border color is #464C6A.


Opacity

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

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

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

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

This text has shadow with #464C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464C6A on black background.


Color preview on white background

This text has color #464C6A on white background.



Black color preview on #464C6A background

This text has black color on #464C6A background.


White color preview on #464C6A background

This text has white color on #464C6A background.