COLOR #454C89

HEX: #454C89
RGB: (69,76,137)

Color info

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

RGB color model

#454C89 color RGB value is (69,76,137).

  • red value is 69;
  • green value is 76;
  • blue value is 137.
RGB:
(69,76,137)
(27%,30%,54%)

RGB channels and saturation

R 69 of 255 = 27%
G 76 of 255 = 30%
B 137 of 255 = 54%

69
76
137

R + G + B ~ 37%. #454C89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 76 + 137 = 282 (100%)
R 69 of 282 ~ 24.47%
G 76 of 282 ~ 26.95%
B 137 of 282 ~ 48.58%

%24.47
%26.95
%48.58

CMYK color model

#454C89 color CMYK value is (50,45,0,46).

  • cyan value is 49.64%
  • magenta value is 44.53%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(50,45,0,46)
C50M45Y0K46 
(50%,45%,0%,46%)
(0.50/0.45/0.00/0.46)	

CMYK percentages

%49.64
%44.53
%0
%46.27

Codes

Color #454C89 in popluar color models

454C89
RGB6976137
HSL234°33.01%40.39%
HSB/HSV234°49.64%53.73%
CMYK49.64%44.53%0.00%
46.27%

Color #454C89 in popluar number systems.

HEX454C89
Decimal6976137
Binary1000101100110010001001
Octal105114211

Shades and tints

Shades of #454C89

#454C89
(69,76,137)
#3F467D
(63,70,125)
#394071
(57,64,113)
#333A65
(51,58,101)
#2D3459
(45,52,89)
#272E4D
(39,46,77)
#212841
(33,40,65)
#1B2235
(27,34,53)
#151C29
(21,28,41)
#0F161D
(15,22,29)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #454C89

#454C89
(69,76,137)
#555C93
(85,92,147)
#656C9D
(101,108,157)
#757CA7
(117,124,167)
#858CB1
(133,140,177)
#959CBB
(149,156,187)
#A5ACC5
(165,172,197)
#B5BCCF
(181,188,207)
#C5CCD9
(197,204,217)
#D5DCE3
(213,220,227)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454C89 color. Also use rgb(69,76,137) instead hex code.

Text Font Color

.myTextColor { color: #454C89; }

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

This text font color is #454C89.


Background Color

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

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

This div background color is #454C89.


Border color

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

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

This div border color is #454C89.


Opacity

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

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

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

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

This text has shadow with #454C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454C89 on black background.


Color preview on white background

This text has color #454C89 on white background.



Black color preview on #454C89 background

This text has black color on #454C89 background.


White color preview on #454C89 background

This text has white color on #454C89 background.