COLOR #455EAD

HEX: #455EAD
RGB: (69,94,173)

Color info

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

RGB color model

#455EAD color RGB value is (69,94,173).

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

RGB channels and saturation

R 69 of 255 = 27%
G 94 of 255 = 37%
B 173 of 255 = 68%

69
94
173

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

Portions of RGB colors in percentages

R + G + B =
69 + 94 + 173 = 336 (100%)
R 69 of 336 ~ 20.54%
G 94 of 336 ~ 27.98%
B 173 of 336 ~ 51.49%

%20.54
%27.98
%51.49

CMYK color model

#455EAD color CMYK value is (60,46,0,32).

  • cyan value is 60.12%
  • magenta value is 45.66%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(60,46,0,32)
C60M46Y0K32 
(60%,46%,0%,32%)
(0.60/0.46/0.00/0.32)	

CMYK percentages

%60.12
%45.66
%0
%32.16

Codes

Color #455EAD in popluar color models

455EAD
RGB6994173
HSL226°42.98%47.45%
HSB/HSV226°60.12%67.84%
CMYK60.12%45.66%0.00%
32.16%

Color #455EAD in popluar number systems.

HEX455EAD
Decimal6994173
Binary1000101101111010101101
Octal105136255

Shades and tints

Shades of #455EAD

#455EAD
(69,94,173)
#3F569E
(63,86,158)
#394E8F
(57,78,143)
#334680
(51,70,128)
#2D3E71
(45,62,113)
#273662
(39,54,98)
#212E53
(33,46,83)
#1B2644
(27,38,68)
#151E35
(21,30,53)
#0F1626
(15,22,38)
#090E17
(9,14,23)
#000000
(0,0,0)

Tints of #455EAD

#455EAD
(69,94,173)
#556CB4
(85,108,180)
#657ABB
(101,122,187)
#7588C2
(117,136,194)
#8596C9
(133,150,201)
#95A4D0
(149,164,208)
#A5B2D7
(165,178,215)
#B5C0DE
(181,192,222)
#C5CEE5
(197,206,229)
#D5DCEC
(213,220,236)
#E5EAF3
(229,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455EAD; }

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

This text font color is #455EAD.


Background Color

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

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

This div background color is #455EAD.


Border color

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

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

This div border color is #455EAD.


Opacity

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

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

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

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

This text has shadow with #455EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455EAD on black background.


Color preview on white background

This text has color #455EAD on white background.



Black color preview on #455EAD background

This text has black color on #455EAD background.


White color preview on #455EAD background

This text has white color on #455EAD background.