COLOR #454D93

HEX: #454D93
RGB: (69,77,147)

Color info

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

RGB color model

#454D93 color RGB value is (69,77,147).

  • red value is 69;
  • green value is 77;
  • blue value is 147.
RGB:
(69,77,147)
(27%,30%,58%)

RGB channels and saturation

R 69 of 255 = 27%
G 77 of 255 = 30%
B 147 of 255 = 58%

69
77
147

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

Portions of RGB colors in percentages

R + G + B =
69 + 77 + 147 = 293 (100%)
R 69 of 293 ~ 23.55%
G 77 of 293 ~ 26.28%
B 147 of 293 ~ 50.17%

%23.55
%26.28
%50.17

CMYK color model

#454D93 color CMYK value is (53,48,0,42).

  • cyan value is 53.06%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(53,48,0,42)
C53M48Y0K42 
(53%,48%,0%,42%)
(0.53/0.48/0.00/0.42)	

CMYK percentages

%53.06
%47.62
%0
%42.35

Codes

Color #454D93 in popluar color models

454D93
RGB6977147
HSL234°36.11%42.35%
HSB/HSV234°53.06%57.65%
CMYK53.06%47.62%0.00%
42.35%

Color #454D93 in popluar number systems.

HEX454D93
Decimal6977147
Binary1000101100110110010011
Octal105115223

Shades and tints

Shades of #454D93

#454D93
(69,77,147)
#3F4686
(63,70,134)
#393F79
(57,63,121)
#33386C
(51,56,108)
#2D315F
(45,49,95)
#272A52
(39,42,82)
#212345
(33,35,69)
#1B1C38
(27,28,56)
#15152B
(21,21,43)
#0F0E1E
(15,14,30)
#090711
(9,7,17)
#000000
(0,0,0)

Tints of #454D93

#454D93
(69,77,147)
#555D9C
(85,93,156)
#656DA5
(101,109,165)
#757DAE
(117,125,174)
#858DB7
(133,141,183)
#959DC0
(149,157,192)
#A5ADC9
(165,173,201)
#B5BDD2
(181,189,210)
#C5CDDB
(197,205,219)
#D5DDE4
(213,221,228)
#E5EDED
(229,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454D93 color. Also use rgb(69,77,147) instead hex code.

Text Font Color

.myTextColor { color: #454D93; }

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

This text font color is #454D93.


Background Color

.myBgColor { background-color: #454D93; }

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

This div background color is #454D93.


Border color

.myBorderColor { border: 1px solid #454D93; }

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

This div border color is #454D93.


Opacity

.myOpacity80 { color: #454D93; opacity: 0.8; }

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

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

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

This text has shadow with #454D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454D93 on black background.


Color preview on white background

This text has color #454D93 on white background.



Black color preview on #454D93 background

This text has black color on #454D93 background.


White color preview on #454D93 background

This text has white color on #454D93 background.