COLOR #464D8C

HEX: #464D8C RGB: (70,77,140)

Color info

#464D8C contains mainly blue color. Web safe color of #464D8C is #333399 (or #339).

RGB color model

#464D8C color RGB value is (70,77,140).

RGB: (70,77,140) (27%, 30%, 55%)

RGB channels and saturation

R 70 of 255 = 27%
G 77 of 255 = 30%
B 140 of 255 = 55%

70
77
140

R + G + B ~ 37%. #464D8C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 77 + 140 = 287 (100%)
R 70 of 287 ~ 24.39%
G 77 of 287 ~ 26.83%
B 140 of 287 ~ 48.78'%

%24.39
%26.83
%48.78

CMYK color model

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

  • cyan value is 50.00%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (50,45,0,45)
C50M45Y0K45 (50%, 45%, 0%, 45%)
(0.50 / 0.45 / 0.00 / 0.45)

CMYK percentages

%50
%45
%0
%45.1

Codes

Color #464D8C in popluar color models

46 4D 8C
RGB 70 77 140
HSL 234° 33.33% 41.18%
HSB/HSV 234° 50.00% 54.90%
CMYK 50.00% 45.00% 0.00%
45.10%

Color #464D8C in popluar number systems.

HEX 46 4D 8C
Decimal 70 77 140
Binary 1000110 1001101 10001100
Octal 106 115 214

Shades and tints

Shades of #464D8C

#464D8C
(70,77,140)
#404680
(64,70,128)
#3A3F74
(58,63,116)
#343868
(52,56,104)
#2E315C
(46,49,92)
#282A50
(40,42,80)
#222344
(34,35,68)
#1C1C38
(28,28,56)
#16152C
(22,21,44)
#100E20
(16,14,32)
#0A0714
(10,7,20)
#000000
(0,0,0)

Tints of #464D8C

#464D8C
(70,77,140)
#565D96
(86,93,150)
#666DA0
(102,109,160)
#767DAA
(118,125,170)
#868DB4
(134,141,180)
#969DBE
(150,157,190)
#A6ADC8
(166,173,200)
#B6BDD2
(182,189,210)
#C6CDDC
(198,205,220)
#D6DDE6
(214,221,230)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464D8C; }

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

This text font color is #464D8C.

Background Color

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

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

This div background color is #464D8C.

Border color

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

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

This div border color is #464D8C.

Opacity

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

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

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

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

This text has shadow with #464D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464D8C.

Preview

Color preview on black background

This text has color #464D8C on black background.


Color preview on white background

This text has color #464D8C on white background.


Black color preview on #464D8C background

This text has black color on #464D8C background.


White color preview on #464D8C background

This text has white color on #464D8C background.


Related colors

Complementary color

Complementary color for #hex is #B9B273.


I love getcolorcode.com

Triadic colors

1 #8C464D and #4D8C46 with #464D8C are triadic colors.

2 #8C4D46 and #4D468C with #464D8C are triadic colors.