COLOR #454D88

HEX: #454D88
RGB: (69,77,136)

Color info

#454D88 contains mainly green and blue colors. Web safe color of #454D88 is #333399 (or #339).

RGB color model

#454D88 color RGB value is (69,77,136).

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

RGB channels and saturation

R 69 of 255 = 27%
G 77 of 255 = 30%
B 136 of 255 = 53%

69
77
136

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

Portions of RGB colors in percentages

R + G + B =
69 + 77 + 136 = 282 (100%)
R 69 of 282 ~ 24.47%
G 77 of 282 ~ 27.3%
B 136 of 282 ~ 48.23%

%24.47
%27.3
%48.23

CMYK color model

#454D88 color CMYK value is (49,43,0,47).

  • cyan value is 49.26%
  • magenta value is 43.38%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(49,43,0,47)
C49M43Y0K47 
(49%,43%,0%,47%)
(0.49/0.43/0.00/0.47)	

CMYK percentages

%49.26
%43.38
%0
%46.67

Codes

Color #454D88 in popluar color models

454D88
RGB6977136
HSL233°32.68%40.20%
HSB/HSV233°49.26%53.33%
CMYK49.26%43.38%0.00%
46.67%

Color #454D88 in popluar number systems.

HEX454D88
Decimal6977136
Binary1000101100110110001000
Octal105115210

Shades and tints

Shades of #454D88

#454D88
(69,77,136)
#3F467C
(63,70,124)
#393F70
(57,63,112)
#333864
(51,56,100)
#2D3158
(45,49,88)
#272A4C
(39,42,76)
#212340
(33,35,64)
#1B1C34
(27,28,52)
#151528
(21,21,40)
#0F0E1C
(15,14,28)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #454D88

#454D88
(69,77,136)
#555D92
(85,93,146)
#656D9C
(101,109,156)
#757DA6
(117,125,166)
#858DB0
(133,141,176)
#959DBA
(149,157,186)
#A5ADC4
(165,173,196)
#B5BDCE
(181,189,206)
#C5CDD8
(197,205,216)
#D5DDE2
(213,221,226)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454D88; }

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

This text font color is #454D88.


Background Color

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

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

This div background color is #454D88.


Border color

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

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

This div border color is #454D88.


Opacity

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

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

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

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

This text has shadow with #454D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454D88 on black background.


Color preview on white background

This text has color #454D88 on white background.



Black color preview on #454D88 background

This text has black color on #454D88 background.


White color preview on #454D88 background

This text has white color on #454D88 background.