COLOR #464A50

HEX: #464A50
RGB: (70,74,80)

Color info

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

RGB color model

#464A50 color RGB value is (70,74,80).

  • red value is 70;
  • green value is 74;
  • blue value is 80.
RGB:
(70,74,80)
(27%,29%,31%)

RGB channels and saturation

R 70 of 255 = 27%
G 74 of 255 = 29%
B 80 of 255 = 31%

70
74
80

R + G + B ~ 29%. #464A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 74 + 80 = 224 (100%)
R 70 of 224 ~ 31.25%
G 74 of 224 ~ 33.04%
B 80 of 224 ~ 35.71%

%31.25
%33.04
%35.71

CMYK color model

#464A50 color CMYK value is (13,7,0,69).

  • cyan value is 12.50%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(13,7,0,69)
C13M7Y0K69 
(13%,7%,0%,69%)
(0.13/0.07/0.00/0.69)	

CMYK percentages

%12.5
%7.5
%0
%68.63

Codes

Color #464A50 in popluar color models

464A50
RGB707480
HSL216°6.67%29.41%
HSB/HSV216°12.50%31.37%
CMYK12.50%7.50%0.00%
68.63%

Color #464A50 in popluar number systems.

HEX464A50
Decimal707480
Binary100011010010101010000
Octal106112120

Shades and tints

Shades of #464A50

#464A50
(70,74,80)
#404449
(64,68,73)
#3A3E42
(58,62,66)
#34383B
(52,56,59)
#2E3234
(46,50,52)
#282C2D
(40,44,45)
#222626
(34,38,38)
#1C201F
(28,32,31)
#161A18
(22,26,24)
#101411
(16,20,17)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #464A50

#464A50
(70,74,80)
#565A5F
(86,90,95)
#666A6E
(102,106,110)
#767A7D
(118,122,125)
#868A8C
(134,138,140)
#969A9B
(150,154,155)
#A6AAAA
(166,170,170)
#B6BAB9
(182,186,185)
#C6CAC8
(198,202,200)
#D6DAD7
(214,218,215)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464A50 color. Also use rgb(70,74,80) instead hex code.

Text Font Color

.myTextColor { color: #464A50; }

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

This text font color is #464A50.


Background Color

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

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

This div background color is #464A50.


Border color

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

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

This div border color is #464A50.


Opacity

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

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

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

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

This text has shadow with #464A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464A50 on black background.


Color preview on white background

This text has color #464A50 on white background.



Black color preview on #464A50 background

This text has black color on #464A50 background.


White color preview on #464A50 background

This text has white color on #464A50 background.