COLOR #455688

HEX: #455688
RGB: (69,86,136)

Color info

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

RGB color model

#455688 color RGB value is (69,86,136).

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

RGB channels and saturation

R 69 of 255 = 27%
G 86 of 255 = 34%
B 136 of 255 = 53%

69
86
136

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

Portions of RGB colors in percentages

R + G + B =
69 + 86 + 136 = 291 (100%)
R 69 of 291 ~ 23.71%
G 86 of 291 ~ 29.55%
B 136 of 291 ~ 46.74%

%23.71
%29.55
%46.74

CMYK color model

#455688 color CMYK value is (49,37,0,47).

  • cyan value is 49.26%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(49,37,0,47)
C49M37Y0K47 
(49%,37%,0%,47%)
(0.49/0.37/0.00/0.47)	

CMYK percentages

%49.26
%36.76
%0
%46.67

Codes

Color #455688 in popluar color models

455688
RGB6986136
HSL225°32.68%40.20%
HSB/HSV225°49.26%53.33%
CMYK49.26%36.76%0.00%
46.67%

Color #455688 in popluar number systems.

HEX455688
Decimal6986136
Binary1000101101011010001000
Octal105126210

Shades and tints

Shades of #455688

#455688
(69,86,136)
#3F4F7C
(63,79,124)
#394870
(57,72,112)
#334164
(51,65,100)
#2D3A58
(45,58,88)
#27334C
(39,51,76)
#212C40
(33,44,64)
#1B2534
(27,37,52)
#151E28
(21,30,40)
#0F171C
(15,23,28)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #455688

#455688
(69,86,136)
#556592
(85,101,146)
#65749C
(101,116,156)
#7583A6
(117,131,166)
#8592B0
(133,146,176)
#95A1BA
(149,161,186)
#A5B0C4
(165,176,196)
#B5BFCE
(181,191,206)
#C5CED8
(197,206,216)
#D5DDE2
(213,221,226)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455688; }

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

This text font color is #455688.


Background Color

.myBgColor { background-color: #455688; }

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

This div background color is #455688.


Border color

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

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

This div border color is #455688.


Opacity

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

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

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

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

This text has shadow with #455688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455688 on black background.


Color preview on white background

This text has color #455688 on white background.



Black color preview on #455688 background

This text has black color on #455688 background.


White color preview on #455688 background

This text has white color on #455688 background.