COLOR #464299

HEX: #464299
RGB: (70,66,153)

Color info

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

RGB color model

#464299 color RGB value is (70,66,153).

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

RGB channels and saturation

R 70 of 255 = 27%
G 66 of 255 = 26%
B 153 of 255 = 60%

70
66
153

R + G + B ~ 38%. #464299 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 66 + 153 = 289 (100%)
R 70 of 289 ~ 24.22%
G 66 of 289 ~ 22.84%
B 153 of 289 ~ 52.94%

%24.22
%22.84
%52.94

CMYK color model

#464299 color CMYK value is (54,57,0,40).

  • cyan value is 54.25%
  • magenta value is 56.86%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(54,57,0,40)
C54M57Y0K40 
(54%,57%,0%,40%)
(0.54/0.57/0.00/0.40)	

CMYK percentages

%54.25
%56.86
%0
%40

Codes

Color #464299 in popluar color models

464299
RGB7066153
HSL243°39.73%42.94%
HSB/HSV243°56.86%60.00%
CMYK54.25%56.86%0.00%
40.00%

Color #464299 in popluar number systems.

HEX464299
Decimal7066153
Binary1000110100001010011001
Octal106102231

Shades and tints

Shades of #464299

#464299
(70,66,153)
#403C8C
(64,60,140)
#3A367F
(58,54,127)
#343072
(52,48,114)
#2E2A65
(46,42,101)
#282458
(40,36,88)
#221E4B
(34,30,75)
#1C183E
(28,24,62)
#161231
(22,18,49)
#100C24
(16,12,36)
#0A0617
(10,6,23)
#000000
(0,0,0)

Tints of #464299

#464299
(70,66,153)
#5653A2
(86,83,162)
#6664AB
(102,100,171)
#7675B4
(118,117,180)
#8686BD
(134,134,189)
#9697C6
(150,151,198)
#A6A8CF
(166,168,207)
#B6B9D8
(182,185,216)
#C6CAE1
(198,202,225)
#D6DBEA
(214,219,234)
#E6ECF3
(230,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464299; }

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

This text font color is #464299.


Background Color

.myBgColor { background-color: #464299; }

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

This div background color is #464299.


Border color

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

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

This div border color is #464299.


Opacity

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

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

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

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

This text has shadow with #464299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464299 on black background.


Color preview on white background

This text has color #464299 on white background.



Black color preview on #464299 background

This text has black color on #464299 background.


White color preview on #464299 background

This text has white color on #464299 background.