COLOR #464688

HEX: #464688
RGB: (70,70,136)

Color info

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

RGB color model

#464688 color RGB value is (70,70,136).

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

RGB channels and saturation

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

70
70
136

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

Portions of RGB colors in percentages

R + G + B =
70 + 70 + 136 = 276 (100%)
R 70 of 276 ~ 25.36%
G 70 of 276 ~ 25.36%
B 136 of 276 ~ 49.28%

%25.36
%25.36
%49.28

CMYK color model

#464688 color CMYK value is (49,49,0,47).

  • cyan value is 48.53%
  • magenta value is 48.53%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(49,49,0,47)
C49M49Y0K47 
(49%,49%,0%,47%)
(0.49/0.49/0.00/0.47)	

CMYK percentages

%48.53
%48.53
%0
%46.67

Codes

Color #464688 in popluar color models

464688
RGB7070136
HSL240°32.04%40.39%
HSB/HSV240°48.53%53.33%
CMYK48.53%48.53%0.00%
46.67%

Color #464688 in popluar number systems.

HEX464688
Decimal7070136
Binary1000110100011010001000
Octal106106210

Shades and tints

Shades of #464688

#464688
(70,70,136)
#40407C
(64,64,124)
#3A3A70
(58,58,112)
#343464
(52,52,100)
#2E2E58
(46,46,88)
#28284C
(40,40,76)
#222240
(34,34,64)
#1C1C34
(28,28,52)
#161628
(22,22,40)
#10101C
(16,16,28)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #464688

#464688
(70,70,136)
#565692
(86,86,146)
#66669C
(102,102,156)
#7676A6
(118,118,166)
#8686B0
(134,134,176)
#9696BA
(150,150,186)
#A6A6C4
(166,166,196)
#B6B6CE
(182,182,206)
#C6C6D8
(198,198,216)
#D6D6E2
(214,214,226)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464688; }

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

This text font color is #464688.


Background Color

.myBgColor { background-color: #464688; }

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

This div background color is #464688.


Border color

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

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

This div border color is #464688.


Opacity

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

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

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

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

This text has shadow with #464688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464688 on black background.


Color preview on white background

This text has color #464688 on white background.



Black color preview on #464688 background

This text has black color on #464688 background.


White color preview on #464688 background

This text has white color on #464688 background.