COLOR #455E85

HEX: #455E85 RGB: (69,94,133)

Color info

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

RGB color model

#455E85 color RGB value is (69,94,133).

RGB: (69,94,133) (27%, 37%, 52%)

RGB channels and saturation

R 69 of 255 = 27%
G 94 of 255 = 37%
B 133 of 255 = 52%

69
94
133

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

Portions of RGB colors in percentages

R + G + B = 69 + 94 + 133 = 296 (100%)
R 69 of 296 ~ 23.31%
G 94 of 296 ~ 31.76%
B 133 of 296 ~ 44.93'%

%23.31
%31.76
%44.93

CMYK color model

#455E85 color CMYK value is (48,29,0,48).

  • cyan value is 48.12%
  • magenta value is 29.32%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (48,29,0,48)
C48M29Y0K48 (48%, 29%, 0%, 48%)
(0.48 / 0.29 / 0.00 / 0.48)

CMYK percentages

%48.12
%29.32
%0
%47.84

Codes

Color #455E85 in popluar color models

45 5E 85
RGB 69 94 133
HSL 217° 31.68% 39.61%
HSB/HSV 217° 48.12% 52.16%
CMYK 48.12% 29.32% 0.00%
47.84%

Color #455E85 in popluar number systems.

HEX 45 5E 85
Decimal 69 94 133
Binary 1000101 1011110 10000101
Octal 105 136 205

Shades and tints

Shades of #455E85

#455E85
(69,94,133)
#3F5679
(63,86,121)
#394E6D
(57,78,109)
#334661
(51,70,97)
#2D3E55
(45,62,85)
#273649
(39,54,73)
#212E3D
(33,46,61)
#1B2631
(27,38,49)
#151E25
(21,30,37)
#0F1619
(15,22,25)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #455E85

#455E85
(69,94,133)
#556C90
(85,108,144)
#657A9B
(101,122,155)
#7588A6
(117,136,166)
#8596B1
(133,150,177)
#95A4BC
(149,164,188)
#A5B2C7
(165,178,199)
#B5C0D2
(181,192,210)
#C5CEDD
(197,206,221)
#D5DCE8
(213,220,232)
#E5EAF3
(229,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455E85; }

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

This text font color is #455E85.

Background Color

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

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

This div background color is #455E85.

Border color

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

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

This div border color is #455E85.

Opacity

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

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

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

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

This text has shadow with #455E85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #455E85.

Preview

Color preview on black background

This text has color #455E85 on black background.


Color preview on white background

This text has color #455E85 on white background.


Black color preview on #455E85 background

This text has black color on #455E85 background.


White color preview on #455E85 background

This text has white color on #455E85 background.


Related colors

Complementary color

Complementary color for #hex is #BAA17A.


I love getcolorcode.com

Triadic colors

1 #85455E and #5E8545 with #455E85 are triadic colors.

2 #855E45 and #5E4585 with #455E85 are triadic colors.