COLOR #464687

HEX: #464687
RGB: (70,70,135)

Color info

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

RGB color model

#464687 color RGB value is (70,70,135).

  • red value is 70;
  • green value is 70;
  • blue value is 135.
RGB:
(70,70,135)
(27%,27%,53%)

RGB channels and saturation

R 70 of 255 = 27%
G 70 of 255 = 27%
B 135 of 255 = 53%

70
70
135

R + G + B ~ 36%. #464687 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 70 + 135 = 275 (100%)
R 70 of 275 ~ 25.45%
G 70 of 275 ~ 25.45%
B 135 of 275 ~ 49.09%

%25.45
%25.45
%49.09

CMYK color model

#464687 color CMYK value is (48,48,0,47).

  • cyan value is 48.15%
  • magenta value is 48.15%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(48,48,0,47)
C48M48Y0K47 
(48%,48%,0%,47%)
(0.48/0.48/0.00/0.47)	

CMYK percentages

%48.15
%48.15
%0
%47.06

Codes

Color #464687 in popluar color models

464687
RGB7070135
HSL240°31.71%40.20%
HSB/HSV240°48.15%52.94%
CMYK48.15%48.15%0.00%
47.06%

Color #464687 in popluar number systems.

HEX464687
Decimal7070135
Binary1000110100011010000111
Octal106106207

Shades and tints

Shades of #464687

#464687
(70,70,135)
#40407B
(64,64,123)
#3A3A6F
(58,58,111)
#343463
(52,52,99)
#2E2E57
(46,46,87)
#28284B
(40,40,75)
#22223F
(34,34,63)
#1C1C33
(28,28,51)
#161627
(22,22,39)
#10101B
(16,16,27)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #464687

#464687
(70,70,135)
#565691
(86,86,145)
#66669B
(102,102,155)
#7676A5
(118,118,165)
#8686AF
(134,134,175)
#9696B9
(150,150,185)
#A6A6C3
(166,166,195)
#B6B6CD
(182,182,205)
#C6C6D7
(198,198,215)
#D6D6E1
(214,214,225)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464687 color. Also use rgb(70,70,135) instead hex code.

Text Font Color

.myTextColor { color: #464687; }

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

This text font color is #464687.


Background Color

.myBgColor { background-color: #464687; }

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

This div background color is #464687.


Border color

.myBorderColor { border: 1px solid #464687; }

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

This div border color is #464687.


Opacity

.myOpacity80 { color: #464687; opacity: 0.8; }

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

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

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

This text has shadow with #464687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464687 on black background.


Color preview on white background

This text has color #464687 on white background.



Black color preview on #464687 background

This text has black color on #464687 background.


White color preview on #464687 background

This text has white color on #464687 background.