COLOR #464286

HEX: #464286
RGB: (70,66,134)

Color info

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

RGB color model

#464286 color RGB value is (70,66,134).

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

RGB channels and saturation

R 70 of 255 = 27%
G 66 of 255 = 26%
B 134 of 255 = 53%

70
66
134

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

Portions of RGB colors in percentages

R + G + B =
70 + 66 + 134 = 270 (100%)
R 70 of 270 ~ 25.93%
G 66 of 270 ~ 24.44%
B 134 of 270 ~ 49.63%

%25.93
%24.44
%49.63

CMYK color model

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

  • cyan value is 47.76%
  • magenta value is 50.75%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(48,51,0,47)
C48M51Y0K47 
(48%,51%,0%,47%)
(0.48/0.51/0.00/0.47)	

CMYK percentages

%47.76
%50.75
%0
%47.45

Codes

Color #464286 in popluar color models

464286
RGB7066134
HSL244°34.00%39.22%
HSB/HSV244°50.75%52.55%
CMYK47.76%50.75%0.00%
47.45%

Color #464286 in popluar number systems.

HEX464286
Decimal7066134
Binary1000110100001010000110
Octal106102206

Shades and tints

Shades of #464286

#464286
(70,66,134)
#403C7A
(64,60,122)
#3A366E
(58,54,110)
#343062
(52,48,98)
#2E2A56
(46,42,86)
#28244A
(40,36,74)
#221E3E
(34,30,62)
#1C1832
(28,24,50)
#161226
(22,18,38)
#100C1A
(16,12,26)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #464286

#464286
(70,66,134)
#565391
(86,83,145)
#66649C
(102,100,156)
#7675A7
(118,117,167)
#8686B2
(134,134,178)
#9697BD
(150,151,189)
#A6A8C8
(166,168,200)
#B6B9D3
(182,185,211)
#C6CADE
(198,202,222)
#D6DBE9
(214,219,233)
#E6ECF4
(230,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464286; }

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

This text font color is #464286.


Background Color

.myBgColor { background-color: #464286; }

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

This div background color is #464286.


Border color

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

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

This div border color is #464286.


Opacity

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

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

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

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

This text has shadow with #464286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464286 on black background.


Color preview on white background

This text has color #464286 on white background.



Black color preview on #464286 background

This text has black color on #464286 background.


White color preview on #464286 background

This text has white color on #464286 background.