COLOR #464F69

HEX: #464F69
RGB: (70,79,105)

Color info

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

RGB color model

#464F69 color RGB value is (70,79,105).

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

RGB channels and saturation

R 70 of 255 = 27%
G 79 of 255 = 31%
B 105 of 255 = 41%

70
79
105

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

Portions of RGB colors in percentages

R + G + B =
70 + 79 + 105 = 254 (100%)
R 70 of 254 ~ 27.56%
G 79 of 254 ~ 31.1%
B 105 of 254 ~ 41.34%

%27.56
%31.1
%41.34

CMYK color model

#464F69 color CMYK value is (33,25,0,59).

  • cyan value is 33.33%
  • magenta value is 24.76%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(33,25,0,59)
C33M25Y0K59 
(33%,25%,0%,59%)
(0.33/0.25/0.00/0.59)	

CMYK percentages

%33.33
%24.76
%0
%58.82

Codes

Color #464F69 in popluar color models

464F69
RGB7079105
HSL225°20.00%34.31%
HSB/HSV225°33.33%41.18%
CMYK33.33%24.76%0.00%
58.82%

Color #464F69 in popluar number systems.

HEX464F69
Decimal7079105
Binary100011010011111101001
Octal106117151

Shades and tints

Shades of #464F69

#464F69
(70,79,105)
#404860
(64,72,96)
#3A4157
(58,65,87)
#343A4E
(52,58,78)
#2E3345
(46,51,69)
#282C3C
(40,44,60)
#222533
(34,37,51)
#1C1E2A
(28,30,42)
#161721
(22,23,33)
#101018
(16,16,24)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #464F69

#464F69
(70,79,105)
#565F76
(86,95,118)
#666F83
(102,111,131)
#767F90
(118,127,144)
#868F9D
(134,143,157)
#969FAA
(150,159,170)
#A6AFB7
(166,175,183)
#B6BFC4
(182,191,196)
#C6CFD1
(198,207,209)
#D6DFDE
(214,223,222)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464F69; }

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

This text font color is #464F69.


Background Color

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

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

This div background color is #464F69.


Border color

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

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

This div border color is #464F69.


Opacity

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

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

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

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

This text has shadow with #464F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464F69 on black background.


Color preview on white background

This text has color #464F69 on white background.



Black color preview on #464F69 background

This text has black color on #464F69 background.


White color preview on #464F69 background

This text has white color on #464F69 background.