COLOR #464478

HEX: #464478
RGB: (70,68,120)

Color info

#464478 contains red, green and blue colors in about the same proportion. Web safe color of #464478 is #333366 (or #336).

RGB color model

#464478 color RGB value is (70,68,120).

  • red value is 70;
  • green value is 68;
  • blue value is 120.
RGB:
(70,68,120)
(27%,27%,47%)

RGB channels and saturation

R 70 of 255 = 27%
G 68 of 255 = 27%
B 120 of 255 = 47%

70
68
120

R + G + B ~ 34%. #464478 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 68 + 120 = 258 (100%)
R 70 of 258 ~ 27.13%
G 68 of 258 ~ 26.36%
B 120 of 258 ~ 46.51%

%27.13
%26.36
%46.51

CMYK color model

#464478 color CMYK value is (42,43,0,53).

  • cyan value is 41.67%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(42,43,0,53)
C42M43Y0K53 
(42%,43%,0%,53%)
(0.42/0.43/0.00/0.53)	

CMYK percentages

%41.67
%43.33
%0
%52.94

Codes

Color #464478 in popluar color models

464478
RGB7068120
HSL242°27.66%36.86%
HSB/HSV242°43.33%47.06%
CMYK41.67%43.33%0.00%
52.94%

Color #464478 in popluar number systems.

HEX464478
Decimal7068120
Binary100011010001001111000
Octal106104170

Shades and tints

Shades of #464478

#464478
(70,68,120)
#403E6E
(64,62,110)
#3A3864
(58,56,100)
#34325A
(52,50,90)
#2E2C50
(46,44,80)
#282646
(40,38,70)
#22203C
(34,32,60)
#1C1A32
(28,26,50)
#161428
(22,20,40)
#100E1E
(16,14,30)
#0A0814
(10,8,20)
#000000
(0,0,0)

Tints of #464478

#464478
(70,68,120)
#565584
(86,85,132)
#666690
(102,102,144)
#76779C
(118,119,156)
#8688A8
(134,136,168)
#9699B4
(150,153,180)
#A6AAC0
(166,170,192)
#B6BBCC
(182,187,204)
#C6CCD8
(198,204,216)
#D6DDE4
(214,221,228)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464478; }

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

This text font color is #464478.


Background Color

.myBgColor { background-color: #464478; }

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

This div background color is #464478.


Border color

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

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

This div border color is #464478.


Opacity

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

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

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

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

This text has shadow with #464478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464478 on black background.


Color preview on white background

This text has color #464478 on white background.



Black color preview on #464478 background

This text has black color on #464478 background.


White color preview on #464478 background

This text has white color on #464478 background.