COLOR #454A8E

HEX: #454A8E
RGB: (69,74,142)

Color info

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

RGB color model

#454A8E color RGB value is (69,74,142).

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

RGB channels and saturation

R 69 of 255 = 27%
G 74 of 255 = 29%
B 142 of 255 = 56%

69
74
142

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

Portions of RGB colors in percentages

R + G + B =
69 + 74 + 142 = 285 (100%)
R 69 of 285 ~ 24.21%
G 74 of 285 ~ 25.96%
B 142 of 285 ~ 49.82%

%24.21
%25.96
%49.82

CMYK color model

#454A8E color CMYK value is (51,48,0,44).

  • cyan value is 51.41%
  • magenta value is 47.89%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(51,48,0,44)
C51M48Y0K44 
(51%,48%,0%,44%)
(0.51/0.48/0.00/0.44)	

CMYK percentages

%51.41
%47.89
%0
%44.31

Codes

Color #454A8E in popluar color models

454A8E
RGB6974142
HSL236°34.60%41.37%
HSB/HSV236°51.41%55.69%
CMYK51.41%47.89%0.00%
44.31%

Color #454A8E in popluar number systems.

HEX454A8E
Decimal6974142
Binary1000101100101010001110
Octal105112216

Shades and tints

Shades of #454A8E

#454A8E
(69,74,142)
#3F4482
(63,68,130)
#393E76
(57,62,118)
#33386A
(51,56,106)
#2D325E
(45,50,94)
#272C52
(39,44,82)
#212646
(33,38,70)
#1B203A
(27,32,58)
#151A2E
(21,26,46)
#0F1422
(15,20,34)
#090E16
(9,14,22)
#000000
(0,0,0)

Tints of #454A8E

#454A8E
(69,74,142)
#555A98
(85,90,152)
#656AA2
(101,106,162)
#757AAC
(117,122,172)
#858AB6
(133,138,182)
#959AC0
(149,154,192)
#A5AACA
(165,170,202)
#B5BAD4
(181,186,212)
#C5CADE
(197,202,222)
#D5DAE8
(213,218,232)
#E5EAF2
(229,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454A8E; }

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

This text font color is #454A8E.


Background Color

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

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

This div background color is #454A8E.


Border color

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

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

This div border color is #454A8E.


Opacity

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

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

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

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

This text has shadow with #454A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454A8E on black background.


Color preview on white background

This text has color #454A8E on white background.



Black color preview on #454A8E background

This text has black color on #454A8E background.


White color preview on #454A8E background

This text has white color on #454A8E background.