COLOR #464C69

HEX: #464C69
RGB: (70,76,105)

Color info

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

RGB color model

#464C69 color RGB value is (70,76,105).

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

RGB channels and saturation

R 70 of 255 = 27%
G 76 of 255 = 30%
B 105 of 255 = 41%

70
76
105

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

Portions of RGB colors in percentages

R + G + B =
70 + 76 + 105 = 251 (100%)
R 70 of 251 ~ 27.89%
G 76 of 251 ~ 30.28%
B 105 of 251 ~ 41.83%

%27.89
%30.28
%41.83

CMYK color model

#464C69 color CMYK value is (33,28,0,59).

  • cyan value is 33.33%
  • magenta value is 27.62%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(33,28,0,59)
C33M28Y0K59 
(33%,28%,0%,59%)
(0.33/0.28/0.00/0.59)	

CMYK percentages

%33.33
%27.62
%0
%58.82

Codes

Color #464C69 in popluar color models

464C69
RGB7076105
HSL230°20.00%34.31%
HSB/HSV230°33.33%41.18%
CMYK33.33%27.62%0.00%
58.82%

Color #464C69 in popluar number systems.

HEX464C69
Decimal7076105
Binary100011010011001101001
Octal106114151

Shades and tints

Shades of #464C69

#464C69
(70,76,105)
#404660
(64,70,96)
#3A4057
(58,64,87)
#343A4E
(52,58,78)
#2E3445
(46,52,69)
#282E3C
(40,46,60)
#222833
(34,40,51)
#1C222A
(28,34,42)
#161C21
(22,28,33)
#101618
(16,22,24)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #464C69

#464C69
(70,76,105)
#565C76
(86,92,118)
#666C83
(102,108,131)
#767C90
(118,124,144)
#868C9D
(134,140,157)
#969CAA
(150,156,170)
#A6ACB7
(166,172,183)
#B6BCC4
(182,188,196)
#C6CCD1
(198,204,209)
#D6DCDE
(214,220,222)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464C69; }

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

This text font color is #464C69.


Background Color

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

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

This div background color is #464C69.


Border color

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

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

This div border color is #464C69.


Opacity

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

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

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

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

This text has shadow with #464C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464C69 on black background.


Color preview on white background

This text has color #464C69 on white background.



Black color preview on #464C69 background

This text has black color on #464C69 background.


White color preview on #464C69 background

This text has white color on #464C69 background.