COLOR #455EA3

HEX: #455EA3
RGB: (69,94,163)

Color info

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

RGB color model

#455EA3 color RGB value is (69,94,163).

  • red value is 69;
  • green value is 94;
  • blue value is 163.
RGB:
(69,94,163)
(27%,37%,64%)

RGB channels and saturation

R 69 of 255 = 27%
G 94 of 255 = 37%
B 163 of 255 = 64%

69
94
163

R + G + B ~ 43%. #455EA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 94 + 163 = 326 (100%)
R 69 of 326 ~ 21.17%
G 94 of 326 ~ 28.83%
B 163 of 326 ~ 50%

%21.17
%28.83
%50

CMYK color model

#455EA3 color CMYK value is (58,42,0,36).

  • cyan value is 57.67%
  • magenta value is 42.33%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(58,42,0,36)
C58M42Y0K36 
(58%,42%,0%,36%)
(0.58/0.42/0.00/0.36)	

CMYK percentages

%57.67
%42.33
%0
%36.08

Codes

Color #455EA3 in popluar color models

455EA3
RGB6994163
HSL224°40.52%45.49%
HSB/HSV224°57.67%63.92%
CMYK57.67%42.33%0.00%
36.08%

Color #455EA3 in popluar number systems.

HEX455EA3
Decimal6994163
Binary1000101101111010100011
Octal105136243

Shades and tints

Shades of #455EA3

#455EA3
(69,94,163)
#3F5695
(63,86,149)
#394E87
(57,78,135)
#334679
(51,70,121)
#2D3E6B
(45,62,107)
#27365D
(39,54,93)
#212E4F
(33,46,79)
#1B2641
(27,38,65)
#151E33
(21,30,51)
#0F1625
(15,22,37)
#090E17
(9,14,23)
#000000
(0,0,0)

Tints of #455EA3

#455EA3
(69,94,163)
#556CAB
(85,108,171)
#657AB3
(101,122,179)
#7588BB
(117,136,187)
#8596C3
(133,150,195)
#95A4CB
(149,164,203)
#A5B2D3
(165,178,211)
#B5C0DB
(181,192,219)
#C5CEE3
(197,206,227)
#D5DCEB
(213,220,235)
#E5EAF3
(229,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455EA3 color. Also use rgb(69,94,163) instead hex code.

Text Font Color

.myTextColor { color: #455EA3; }

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

This text font color is #455EA3.


Background Color

.myBgColor { background-color: #455EA3; }

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

This div background color is #455EA3.


Border color

.myBorderColor { border: 1px solid #455EA3; }

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

This div border color is #455EA3.


Opacity

.myOpacity80 { color: #455EA3; opacity: 0.8; }

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

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

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

This text has shadow with #455EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455EA3 on black background.


Color preview on white background

This text has color #455EA3 on white background.



Black color preview on #455EA3 background

This text has black color on #455EA3 background.


White color preview on #455EA3 background

This text has white color on #455EA3 background.