COLOR #464F6A

HEX: #464F6A
RGB: (70,79,106)

Color info

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

RGB color model

#464F6A color RGB value is (70,79,106).

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

RGB channels and saturation

R 70 of 255 = 27%
G 79 of 255 = 31%
B 106 of 255 = 42%

70
79
106

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

Portions of RGB colors in percentages

R + G + B =
70 + 79 + 106 = 255 (100%)
R 70 of 255 ~ 27.45%
G 79 of 255 ~ 30.98%
B 106 of 255 ~ 41.57%

%27.45
%30.98
%41.57

CMYK color model

#464F6A color CMYK value is (34,25,0,58).

  • cyan value is 33.96%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(34,25,0,58)
C34M25Y0K58 
(34%,25%,0%,58%)
(0.34/0.25/0.00/0.58)	

CMYK percentages

%33.96
%25.47
%0
%58.43

Codes

Color #464F6A in popluar color models

464F6A
RGB7079106
HSL225°20.45%34.51%
HSB/HSV225°33.96%41.57%
CMYK33.96%25.47%0.00%
58.43%

Color #464F6A in popluar number systems.

HEX464F6A
Decimal7079106
Binary100011010011111101010
Octal106117152

Shades and tints

Shades of #464F6A

#464F6A
(70,79,106)
#404861
(64,72,97)
#3A4158
(58,65,88)
#343A4F
(52,58,79)
#2E3346
(46,51,70)
#282C3D
(40,44,61)
#222534
(34,37,52)
#1C1E2B
(28,30,43)
#161722
(22,23,34)
#101019
(16,16,25)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #464F6A

#464F6A
(70,79,106)
#565F77
(86,95,119)
#666F84
(102,111,132)
#767F91
(118,127,145)
#868F9E
(134,143,158)
#969FAB
(150,159,171)
#A6AFB8
(166,175,184)
#B6BFC5
(182,191,197)
#C6CFD2
(198,207,210)
#D6DFDF
(214,223,223)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464F6A; }

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

This text font color is #464F6A.


Background Color

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

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

This div background color is #464F6A.


Border color

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

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

This div border color is #464F6A.


Opacity

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

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

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

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

This text has shadow with #464F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464F6A on black background.


Color preview on white background

This text has color #464F6A on white background.



Black color preview on #464F6A background

This text has black color on #464F6A background.


White color preview on #464F6A background

This text has white color on #464F6A background.