COLOR #455689

HEX: #455689
RGB: (69,86,137)

Color info

#455689 contains mainly green and blue colors. Web safe color of #455689 is #336699 (or #369).

RGB color model

#455689 color RGB value is (69,86,137).

  • red value is 69;
  • green value is 86;
  • blue value is 137.
RGB:
(69,86,137)
(27%,34%,54%)

RGB channels and saturation

R 69 of 255 = 27%
G 86 of 255 = 34%
B 137 of 255 = 54%

69
86
137

R + G + B ~ 38%. #455689 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 86 + 137 = 292 (100%)
R 69 of 292 ~ 23.63%
G 86 of 292 ~ 29.45%
B 137 of 292 ~ 46.92%

%23.63
%29.45
%46.92

CMYK color model

#455689 color CMYK value is (50,37,0,46).

  • cyan value is 49.64%
  • magenta value is 37.23%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(50,37,0,46)
C50M37Y0K46 
(50%,37%,0%,46%)
(0.50/0.37/0.00/0.46)	

CMYK percentages

%49.64
%37.23
%0
%46.27

Codes

Color #455689 in popluar color models

455689
RGB6986137
HSL225°33.01%40.39%
HSB/HSV225°49.64%53.73%
CMYK49.64%37.23%0.00%
46.27%

Color #455689 in popluar number systems.

HEX455689
Decimal6986137
Binary1000101101011010001001
Octal105126211

Shades and tints

Shades of #455689

#455689
(69,86,137)
#3F4F7D
(63,79,125)
#394871
(57,72,113)
#334165
(51,65,101)
#2D3A59
(45,58,89)
#27334D
(39,51,77)
#212C41
(33,44,65)
#1B2535
(27,37,53)
#151E29
(21,30,41)
#0F171D
(15,23,29)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #455689

#455689
(69,86,137)
#556593
(85,101,147)
#65749D
(101,116,157)
#7583A7
(117,131,167)
#8592B1
(133,146,177)
#95A1BB
(149,161,187)
#A5B0C5
(165,176,197)
#B5BFCF
(181,191,207)
#C5CED9
(197,206,217)
#D5DDE3
(213,221,227)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455689 color. Also use rgb(69,86,137) instead hex code.

Text Font Color

.myTextColor { color: #455689; }

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

This text font color is #455689.


Background Color

.myBgColor { background-color: #455689; }

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

This div background color is #455689.


Border color

.myBorderColor { border: 1px solid #455689; }

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

This div border color is #455689.


Opacity

.myOpacity80 { color: #455689; opacity: 0.8; }

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

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

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

This text has shadow with #455689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455689 on black background.


Color preview on white background

This text has color #455689 on white background.



Black color preview on #455689 background

This text has black color on #455689 background.


White color preview on #455689 background

This text has white color on #455689 background.