COLOR #454F9D

HEX: #454F9D
RGB: (69,79,157)

Color info

#454F9D contains mainly blue color. Web safe color of #454F9D is #336699 (or #369).

RGB color model

#454F9D color RGB value is (69,79,157).

  • red value is 69;
  • green value is 79;
  • blue value is 157.
RGB:
(69,79,157)
(27%,31%,62%)

RGB channels and saturation

R 69 of 255 = 27%
G 79 of 255 = 31%
B 157 of 255 = 62%

69
79
157

R + G + B ~ 40%. #454F9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 79 + 157 = 305 (100%)
R 69 of 305 ~ 22.62%
G 79 of 305 ~ 25.9%
B 157 of 305 ~ 51.48%

%22.62
%25.9
%51.48

CMYK color model

#454F9D color CMYK value is (56,50,0,38).

  • cyan value is 56.05%
  • magenta value is 49.68%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(56,50,0,38)
C56M50Y0K38 
(56%,50%,0%,38%)
(0.56/0.50/0.00/0.38)	

CMYK percentages

%56.05
%49.68
%0
%38.43

Codes

Color #454F9D in popluar color models

454F9D
RGB6979157
HSL233°38.94%44.31%
HSB/HSV233°56.05%61.57%
CMYK56.05%49.68%0.00%
38.43%

Color #454F9D in popluar number systems.

HEX454F9D
Decimal6979157
Binary1000101100111110011101
Octal105117235

Shades and tints

Shades of #454F9D

#454F9D
(69,79,157)
#3F488F
(63,72,143)
#394181
(57,65,129)
#333A73
(51,58,115)
#2D3365
(45,51,101)
#272C57
(39,44,87)
#212549
(33,37,73)
#1B1E3B
(27,30,59)
#15172D
(21,23,45)
#0F101F
(15,16,31)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #454F9D

#454F9D
(69,79,157)
#555FA5
(85,95,165)
#656FAD
(101,111,173)
#757FB5
(117,127,181)
#858FBD
(133,143,189)
#959FC5
(149,159,197)
#A5AFCD
(165,175,205)
#B5BFD5
(181,191,213)
#C5CFDD
(197,207,221)
#D5DFE5
(213,223,229)
#E5EFED
(229,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454F9D color. Also use rgb(69,79,157) instead hex code.

Text Font Color

.myTextColor { color: #454F9D; }

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

This text font color is #454F9D.


Background Color

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

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

This div background color is #454F9D.


Border color

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

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

This div border color is #454F9D.


Opacity

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

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

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

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

This text has shadow with #454F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454F9D on black background.


Color preview on white background

This text has color #454F9D on white background.



Black color preview on #454F9D background

This text has black color on #454F9D background.


White color preview on #454F9D background

This text has white color on #454F9D background.