COLOR #464B7F

HEX: #464B7F
RGB: (70,75,127)

Color info

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

RGB color model

#464B7F color RGB value is (70,75,127).

  • red value is 70;
  • green value is 75;
  • blue value is 127.
RGB:
(70,75,127)
(27%,29%,50%)

RGB channels and saturation

R 70 of 255 = 27%
G 75 of 255 = 29%
B 127 of 255 = 50%

70
75
127

R + G + B ~ 35%. #464B7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 75 + 127 = 272 (100%)
R 70 of 272 ~ 25.74%
G 75 of 272 ~ 27.57%
B 127 of 272 ~ 46.69%

%25.74
%27.57
%46.69

CMYK color model

#464B7F color CMYK value is (45,41,0,50).

  • cyan value is 44.88%
  • magenta value is 40.94%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(45,41,0,50)
C45M41Y0K50 
(45%,41%,0%,50%)
(0.45/0.41/0.00/0.50)	

CMYK percentages

%44.88
%40.94
%0
%50.2

Codes

Color #464B7F in popluar color models

464B7F
RGB7075127
HSL235°28.93%38.63%
HSB/HSV235°44.88%49.80%
CMYK44.88%40.94%0.00%
50.20%

Color #464B7F in popluar number systems.

HEX464B7F
Decimal7075127
Binary100011010010111111111
Octal106113177

Shades and tints

Shades of #464B7F

#464B7F
(70,75,127)
#404574
(64,69,116)
#3A3F69
(58,63,105)
#34395E
(52,57,94)
#2E3353
(46,51,83)
#282D48
(40,45,72)
#22273D
(34,39,61)
#1C2132
(28,33,50)
#161B27
(22,27,39)
#10151C
(16,21,28)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #464B7F

#464B7F
(70,75,127)
#565B8A
(86,91,138)
#666B95
(102,107,149)
#767BA0
(118,123,160)
#868BAB
(134,139,171)
#969BB6
(150,155,182)
#A6ABC1
(166,171,193)
#B6BBCC
(182,187,204)
#C6CBD7
(198,203,215)
#D6DBE2
(214,219,226)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464B7F color. Also use rgb(70,75,127) instead hex code.

Text Font Color

.myTextColor { color: #464B7F; }

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

This text font color is #464B7F.


Background Color

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

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

This div background color is #464B7F.


Border color

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

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

This div border color is #464B7F.


Opacity

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

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

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

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

This text has shadow with #464B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464B7F on black background.


Color preview on white background

This text has color #464B7F on white background.



Black color preview on #464B7F background

This text has black color on #464B7F background.


White color preview on #464B7F background

This text has white color on #464B7F background.