COLOR #454A80

HEX: #454A80
RGB: (69,74,128)

Color info

#454A80 contains red, green and blue colors in about the same proportion. Web safe color of #454A80 is #333366 (or #336).

RGB color model

#454A80 color RGB value is (69,74,128).

  • red value is 69;
  • green value is 74;
  • blue value is 128.
RGB:
(69,74,128)
(27%,29%,50%)

RGB channels and saturation

R 69 of 255 = 27%
G 74 of 255 = 29%
B 128 of 255 = 50%

69
74
128

R + G + B ~ 35%. #454A80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 74 + 128 = 271 (100%)
R 69 of 271 ~ 25.46%
G 74 of 271 ~ 27.31%
B 128 of 271 ~ 47.23%

%25.46
%27.31
%47.23

CMYK color model

#454A80 color CMYK value is (46,42,0,50).

  • cyan value is 46.09%
  • magenta value is 42.19%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(46,42,0,50)
C46M42Y0K50 
(46%,42%,0%,50%)
(0.46/0.42/0.00/0.50)	

CMYK percentages

%46.09
%42.19
%0
%49.8

Codes

Color #454A80 in popluar color models

454A80
RGB6974128
HSL235°29.95%38.63%
HSB/HSV235°46.09%50.20%
CMYK46.09%42.19%0.00%
49.80%

Color #454A80 in popluar number systems.

HEX454A80
Decimal6974128
Binary1000101100101010000000
Octal105112200

Shades and tints

Shades of #454A80

#454A80
(69,74,128)
#3F4475
(63,68,117)
#393E6A
(57,62,106)
#33385F
(51,56,95)
#2D3254
(45,50,84)
#272C49
(39,44,73)
#21263E
(33,38,62)
#1B2033
(27,32,51)
#151A28
(21,26,40)
#0F141D
(15,20,29)
#090E12
(9,14,18)
#000000
(0,0,0)

Tints of #454A80

#454A80
(69,74,128)
#555A8B
(85,90,139)
#656A96
(101,106,150)
#757AA1
(117,122,161)
#858AAC
(133,138,172)
#959AB7
(149,154,183)
#A5AAC2
(165,170,194)
#B5BACD
(181,186,205)
#C5CAD8
(197,202,216)
#D5DAE3
(213,218,227)
#E5EAEE
(229,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454A80 color. Also use rgb(69,74,128) instead hex code.

Text Font Color

.myTextColor { color: #454A80; }

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

This text font color is #454A80.


Background Color

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

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

This div background color is #454A80.


Border color

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

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

This div border color is #454A80.


Opacity

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

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

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

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

This text has shadow with #454A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454A80 on black background.


Color preview on white background

This text has color #454A80 on white background.



Black color preview on #454A80 background

This text has black color on #454A80 background.


White color preview on #454A80 background

This text has white color on #454A80 background.