COLOR #464A70

HEX: #464A70 RGB: (70,74,112)

Color info

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

RGB color model

#464A70 color RGB value is (70,74,112).

RGB: (70,74,112) (27%, 29%, 44%)

RGB channels and saturation

R 70 of 255 = 27%
G 74 of 255 = 29%
B 112 of 255 = 44%

70
74
112

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

Portions of RGB colors in percentages

R + G + B = 70 + 74 + 112 = 256 (100%)
R 70 of 256 ~ 27.34%
G 74 of 256 ~ 28.91%
B 112 of 256 ~ 43.75'%

%27.34
%28.91
%43.75

CMYK color model

#464A70 color CMYK value is (38,34,0,56).

  • cyan value is 37.50%
  • magenta value is 33.93%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (38,34,0,56)
C38M34Y0K56 (38%, 34%, 0%, 56%)
(0.38 / 0.34 / 0.00 / 0.56)

CMYK percentages

%37.5
%33.93
%0
%56.08

Codes

Color #464A70 in popluar color models

46 4A 70
RGB 70 74 112
HSL 234° 23.08% 35.69%
HSB/HSV 234° 37.50% 43.92%
CMYK 37.50% 33.93% 0.00%
56.08%

Color #464A70 in popluar number systems.

HEX 46 4A 70
Decimal 70 74 112
Binary 1000110 1001010 1110000
Octal 106 112 160

Shades and tints

Shades of #464A70

#464A70
(70,74,112)
#404466
(64,68,102)
#3A3E5C
(58,62,92)
#343852
(52,56,82)
#2E3248
(46,50,72)
#282C3E
(40,44,62)
#222634
(34,38,52)
#1C202A
(28,32,42)
#161A20
(22,26,32)
#101416
(16,20,22)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #464A70

#464A70
(70,74,112)
#565A7D
(86,90,125)
#666A8A
(102,106,138)
#767A97
(118,122,151)
#868AA4
(134,138,164)
#969AB1
(150,154,177)
#A6AABE
(166,170,190)
#B6BACB
(182,186,203)
#C6CAD8
(198,202,216)
#D6DAE5
(214,218,229)
#E6EAF2
(230,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464A70; }

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

This text font color is #464A70.

Background Color

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

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

This div background color is #464A70.

Border color

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

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

This div border color is #464A70.

Opacity

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

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

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

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

This text has shadow with #464A70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464A70.

Preview

Color preview on black background

This text has color #464A70 on black background.


Color preview on white background

This text has color #464A70 on white background.


Black color preview on #464A70 background

This text has black color on #464A70 background.


White color preview on #464A70 background

This text has white color on #464A70 background.


Related colors

Complementary color

Complementary color for #hex is #B9B58F.


I love getcolorcode.com

Triadic colors

1 #70464A and #4A7046 with #464A70 are triadic colors.

2 #704A46 and #4A4670 with #464A70 are triadic colors.