COLOR #454D84

HEX: #454D84
RGB: (69,77,132)

Color info

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

RGB color model

#454D84 color RGB value is (69,77,132).

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

RGB channels and saturation

R 69 of 255 = 27%
G 77 of 255 = 30%
B 132 of 255 = 52%

69
77
132

R + G + B ~ 36%. #454D84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 77 + 132 = 278 (100%)
R 69 of 278 ~ 24.82%
G 77 of 278 ~ 27.7%
B 132 of 278 ~ 47.48%

%24.82
%27.7
%47.48

CMYK color model

#454D84 color CMYK value is (48,42,0,48).

  • cyan value is 47.73%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(48,42,0,48)
C48M42Y0K48 
(48%,42%,0%,48%)
(0.48/0.42/0.00/0.48)	

CMYK percentages

%47.73
%41.67
%0
%48.24

Codes

Color #454D84 in popluar color models

454D84
RGB6977132
HSL232°31.34%39.41%
HSB/HSV232°47.73%51.76%
CMYK47.73%41.67%0.00%
48.24%

Color #454D84 in popluar number systems.

HEX454D84
Decimal6977132
Binary1000101100110110000100
Octal105115204

Shades and tints

Shades of #454D84

#454D84
(69,77,132)
#3F4678
(63,70,120)
#393F6C
(57,63,108)
#333860
(51,56,96)
#2D3154
(45,49,84)
#272A48
(39,42,72)
#21233C
(33,35,60)
#1B1C30
(27,28,48)
#151524
(21,21,36)
#0F0E18
(15,14,24)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #454D84

#454D84
(69,77,132)
#555D8F
(85,93,143)
#656D9A
(101,109,154)
#757DA5
(117,125,165)
#858DB0
(133,141,176)
#959DBB
(149,157,187)
#A5ADC6
(165,173,198)
#B5BDD1
(181,189,209)
#C5CDDC
(197,205,220)
#D5DDE7
(213,221,231)
#E5EDF2
(229,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454D84; }

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

This text font color is #454D84.


Background Color

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

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

This div background color is #454D84.


Border color

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

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

This div border color is #454D84.


Opacity

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

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

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

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

This text has shadow with #454D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454D84 on black background.


Color preview on white background

This text has color #454D84 on white background.



Black color preview on #454D84 background

This text has black color on #454D84 background.


White color preview on #454D84 background

This text has white color on #454D84 background.