COLOR #464F96

HEX: #464F96 RGB: (70,79,150)

Color info

#464F96 contains mainly blue color. Web safe color of #464F96 is #336699 (or #369).

RGB color model

#464F96 color RGB value is (70,79,150).

RGB: (70,79,150) (27%, 31%, 59%)

RGB channels and saturation

R 70 of 255 = 27%
G 79 of 255 = 31%
B 150 of 255 = 59%

70
79
150

R + G + B ~ 39%. #464F96 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 79 + 150 = 299 (100%)
R 70 of 299 ~ 23.41%
G 79 of 299 ~ 26.42%
B 150 of 299 ~ 50.17'%

%23.41
%26.42
%50.17

CMYK color model

#464F96 color CMYK value is (53,47,0,41).

  • cyan value is 53.33%
  • magenta value is 47.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (53,47,0,41)
C53M47Y0K41 (53%, 47%, 0%, 41%)
(0.53 / 0.47 / 0.00 / 0.41)

CMYK percentages

%53.33
%47.33
%0
%41.18

Codes

Color #464F96 in popluar color models

46 4F 96
RGB 70 79 150
HSL 233° 36.36% 43.14%
HSB/HSV 233° 53.33% 58.82%
CMYK 53.33% 47.33% 0.00%
41.18%

Color #464F96 in popluar number systems.

HEX 46 4F 96
Decimal 70 79 150
Binary 1000110 1001111 10010110
Octal 106 117 226

Shades and tints

Shades of #464F96

#464F96
(70,79,150)
#404889
(64,72,137)
#3A417C
(58,65,124)
#343A6F
(52,58,111)
#2E3362
(46,51,98)
#282C55
(40,44,85)
#222548
(34,37,72)
#1C1E3B
(28,30,59)
#16172E
(22,23,46)
#101021
(16,16,33)
#0A0914
(10,9,20)
#000000
(0,0,0)

Tints of #464F96

#464F96
(70,79,150)
#565F9F
(86,95,159)
#666FA8
(102,111,168)
#767FB1
(118,127,177)
#868FBA
(134,143,186)
#969FC3
(150,159,195)
#A6AFCC
(166,175,204)
#B6BFD5
(182,191,213)
#C6CFDE
(198,207,222)
#D6DFE7
(214,223,231)
#E6EFF0
(230,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464F96; }

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

This text font color is #464F96.

Background Color

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

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

This div background color is #464F96.

Border color

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

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

This div border color is #464F96.

Opacity

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

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

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

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

This text has shadow with #464F96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464F96.

Preview

Color preview on black background

This text has color #464F96 on black background.


Color preview on white background

This text has color #464F96 on white background.


Black color preview on #464F96 background

This text has black color on #464F96 background.


White color preview on #464F96 background

This text has white color on #464F96 background.


Related colors

Complementary color

Complementary color for #hex is #B9B069.


I love getcolorcode.com

Triadic colors

1 #96464F and #4F9646 with #464F96 are triadic colors.

2 #964F46 and #4F4696 with #464F96 are triadic colors.