COLOR #455B85

HEX: #455B85
RGB: (69,91,133)

Color info

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

RGB color model

#455B85 color RGB value is (69,91,133).

  • red value is 69;
  • green value is 91;
  • blue value is 133.
RGB:
(69,91,133)
(27%,36%,52%)

RGB channels and saturation

R 69 of 255 = 27%
G 91 of 255 = 36%
B 133 of 255 = 52%

69
91
133

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

Portions of RGB colors in percentages

R + G + B =
69 + 91 + 133 = 293 (100%)
R 69 of 293 ~ 23.55%
G 91 of 293 ~ 31.06%
B 133 of 293 ~ 45.39%

%23.55
%31.06
%45.39

CMYK color model

#455B85 color CMYK value is (48,32,0,48).

  • cyan value is 48.12%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(48,32,0,48)
C48M32Y0K48 
(48%,32%,0%,48%)
(0.48/0.32/0.00/0.48)	

CMYK percentages

%48.12
%31.58
%0
%47.84

Codes

Color #455B85 in popluar color models

455B85
RGB6991133
HSL219°31.68%39.61%
HSB/HSV219°48.12%52.16%
CMYK48.12%31.58%0.00%
47.84%

Color #455B85 in popluar number systems.

HEX455B85
Decimal6991133
Binary1000101101101110000101
Octal105133205

Shades and tints

Shades of #455B85

#455B85
(69,91,133)
#3F5379
(63,83,121)
#394B6D
(57,75,109)
#334361
(51,67,97)
#2D3B55
(45,59,85)
#273349
(39,51,73)
#212B3D
(33,43,61)
#1B2331
(27,35,49)
#151B25
(21,27,37)
#0F1319
(15,19,25)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #455B85

#455B85
(69,91,133)
#556990
(85,105,144)
#65779B
(101,119,155)
#7585A6
(117,133,166)
#8593B1
(133,147,177)
#95A1BC
(149,161,188)
#A5AFC7
(165,175,199)
#B5BDD2
(181,189,210)
#C5CBDD
(197,203,221)
#D5D9E8
(213,217,232)
#E5E7F3
(229,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455B85 color. Also use rgb(69,91,133) instead hex code.

Text Font Color

.myTextColor { color: #455B85; }

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

This text font color is #455B85.


Background Color

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

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

This div background color is #455B85.


Border color

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

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

This div border color is #455B85.


Opacity

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

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

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

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

This text has shadow with #455B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455B85 on black background.


Color preview on white background

This text has color #455B85 on white background.



Black color preview on #455B85 background

This text has black color on #455B85 background.


White color preview on #455B85 background

This text has white color on #455B85 background.