COLOR #455494

HEX: #455494
RGB: (69,84,148)

Color info

#455494 contains mainly blue color. Web safe color of #455494 is #336699 (or #369).

RGB color model

#455494 color RGB value is (69,84,148).

  • red value is 69;
  • green value is 84;
  • blue value is 148.
RGB:
(69,84,148)
(27%,33%,58%)

RGB channels and saturation

R 69 of 255 = 27%
G 84 of 255 = 33%
B 148 of 255 = 58%

69
84
148

R + G + B ~ 39%. #455494 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 84 + 148 = 301 (100%)
R 69 of 301 ~ 22.92%
G 84 of 301 ~ 27.91%
B 148 of 301 ~ 49.17%

%22.92
%27.91
%49.17

CMYK color model

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

  • cyan value is 53.38%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(53,43,0,42)
C53M43Y0K42 
(53%,43%,0%,42%)
(0.53/0.43/0.00/0.42)	

CMYK percentages

%53.38
%43.24
%0
%41.96

Codes

Color #455494 in popluar color models

455494
RGB6984148
HSL229°36.41%42.55%
HSB/HSV229°53.38%58.04%
CMYK53.38%43.24%0.00%
41.96%

Color #455494 in popluar number systems.

HEX455494
Decimal6984148
Binary1000101101010010010100
Octal105124224

Shades and tints

Shades of #455494

#455494
(69,84,148)
#3F4D87
(63,77,135)
#39467A
(57,70,122)
#333F6D
(51,63,109)
#2D3860
(45,56,96)
#273153
(39,49,83)
#212A46
(33,42,70)
#1B2339
(27,35,57)
#151C2C
(21,28,44)
#0F151F
(15,21,31)
#090E12
(9,14,18)
#000000
(0,0,0)

Tints of #455494

#455494
(69,84,148)
#55639D
(85,99,157)
#6572A6
(101,114,166)
#7581AF
(117,129,175)
#8590B8
(133,144,184)
#959FC1
(149,159,193)
#A5AECA
(165,174,202)
#B5BDD3
(181,189,211)
#C5CCDC
(197,204,220)
#D5DBE5
(213,219,229)
#E5EAEE
(229,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455494 color. Also use rgb(69,84,148) instead hex code.

Text Font Color

.myTextColor { color: #455494; }

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

This text font color is #455494.


Background Color

.myBgColor { background-color: #455494; }

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

This div background color is #455494.


Border color

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

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

This div border color is #455494.


Opacity

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

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

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

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

This text has shadow with #455494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455494 on black background.


Color preview on white background

This text has color #455494 on white background.



Black color preview on #455494 background

This text has black color on #455494 background.


White color preview on #455494 background

This text has white color on #455494 background.