COLOR #455D8C

HEX: #455D8C
RGB: (69,93,140)

Color info

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

RGB color model

#455D8C color RGB value is (69,93,140).

  • red value is 69;
  • green value is 93;
  • blue value is 140.
RGB:
(69,93,140)
(27%,36%,55%)

RGB channels and saturation

R 69 of 255 = 27%
G 93 of 255 = 36%
B 140 of 255 = 55%

69
93
140

R + G + B ~ 39%. #455D8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 93 + 140 = 302 (100%)
R 69 of 302 ~ 22.85%
G 93 of 302 ~ 30.79%
B 140 of 302 ~ 46.36%

%22.85
%30.79
%46.36

CMYK color model

#455D8C color CMYK value is (51,34,0,45).

  • cyan value is 50.71%
  • magenta value is 33.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(51,34,0,45)
C51M34Y0K45 
(51%,34%,0%,45%)
(0.51/0.34/0.00/0.45)	

CMYK percentages

%50.71
%33.57
%0
%45.1

Codes

Color #455D8C in popluar color models

455D8C
RGB6993140
HSL220°33.97%40.98%
HSB/HSV220°50.71%54.90%
CMYK50.71%33.57%0.00%
45.10%

Color #455D8C in popluar number systems.

HEX455D8C
Decimal6993140
Binary1000101101110110001100
Octal105135214

Shades and tints

Shades of #455D8C

#455D8C
(69,93,140)
#3F5580
(63,85,128)
#394D74
(57,77,116)
#334568
(51,69,104)
#2D3D5C
(45,61,92)
#273550
(39,53,80)
#212D44
(33,45,68)
#1B2538
(27,37,56)
#151D2C
(21,29,44)
#0F1520
(15,21,32)
#090D14
(9,13,20)
#000000
(0,0,0)

Tints of #455D8C

#455D8C
(69,93,140)
#556B96
(85,107,150)
#6579A0
(101,121,160)
#7587AA
(117,135,170)
#8595B4
(133,149,180)
#95A3BE
(149,163,190)
#A5B1C8
(165,177,200)
#B5BFD2
(181,191,210)
#C5CDDC
(197,205,220)
#D5DBE6
(213,219,230)
#E5E9F0
(229,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455D8C color. Also use rgb(69,93,140) instead hex code.

Text Font Color

.myTextColor { color: #455D8C; }

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

This text font color is #455D8C.


Background Color

.myBgColor { background-color: #455D8C; }

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

This div background color is #455D8C.


Border color

.myBorderColor { border: 1px solid #455D8C; }

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

This div border color is #455D8C.


Opacity

.myOpacity80 { color: #455D8C; opacity: 0.8; }

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

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

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

This text has shadow with #455D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455D8C on black background.


Color preview on white background

This text has color #455D8C on white background.



Black color preview on #455D8C background

This text has black color on #455D8C background.


White color preview on #455D8C background

This text has white color on #455D8C background.