COLOR #464D70

HEX: #464D70
RGB: (70,77,112)

Color info

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

RGB color model

#464D70 color RGB value is (70,77,112).

  • red value is 70;
  • green value is 77;
  • blue value is 112.
RGB:
(70,77,112)
(27%,30%,44%)

RGB channels and saturation

R 70 of 255 = 27%
G 77 of 255 = 30%
B 112 of 255 = 44%

70
77
112

R + G + B ~ 34%. #464D70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 77 + 112 = 259 (100%)
R 70 of 259 ~ 27.03%
G 77 of 259 ~ 29.73%
B 112 of 259 ~ 43.24%

%27.03
%29.73
%43.24

CMYK color model

#464D70 color CMYK value is (38,31,0,56).

  • cyan value is 37.50%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(38,31,0,56)
C38M31Y0K56 
(38%,31%,0%,56%)
(0.38/0.31/0.00/0.56)	

CMYK percentages

%37.5
%31.25
%0
%56.08

Codes

Color #464D70 in popluar color models

464D70
RGB7077112
HSL230°23.08%35.69%
HSB/HSV230°37.50%43.92%
CMYK37.50%31.25%0.00%
56.08%

Color #464D70 in popluar number systems.

HEX464D70
Decimal7077112
Binary100011010011011110000
Octal106115160

Shades and tints

Shades of #464D70

#464D70
(70,77,112)
#404666
(64,70,102)
#3A3F5C
(58,63,92)
#343852
(52,56,82)
#2E3148
(46,49,72)
#282A3E
(40,42,62)
#222334
(34,35,52)
#1C1C2A
(28,28,42)
#161520
(22,21,32)
#100E16
(16,14,22)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #464D70

#464D70
(70,77,112)
#565D7D
(86,93,125)
#666D8A
(102,109,138)
#767D97
(118,125,151)
#868DA4
(134,141,164)
#969DB1
(150,157,177)
#A6ADBE
(166,173,190)
#B6BDCB
(182,189,203)
#C6CDD8
(198,205,216)
#D6DDE5
(214,221,229)
#E6EDF2
(230,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464D70 color. Also use rgb(70,77,112) instead hex code.

Text Font Color

.myTextColor { color: #464D70; }

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

This text font color is #464D70.


Background Color

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

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

This div background color is #464D70.


Border color

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

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

This div border color is #464D70.


Opacity

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

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

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

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

This text has shadow with #464D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464D70 on black background.


Color preview on white background

This text has color #464D70 on white background.



Black color preview on #464D70 background

This text has black color on #464D70 background.


White color preview on #464D70 background

This text has white color on #464D70 background.