COLOR #455E83

HEX: #455E83 RGB: (69,94,131)

Color info

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

RGB color model

#455E83 color RGB value is (69,94,131).

RGB: (69,94,131) (27%, 37%, 51%)

RGB channels and saturation

R 69 of 255 = 27%
G 94 of 255 = 37%
B 131 of 255 = 51%

69
94
131

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

Portions of RGB colors in percentages

R + G + B = 69 + 94 + 131 = 294 (100%)
R 69 of 294 ~ 23.47%
G 94 of 294 ~ 31.97%
B 131 of 294 ~ 44.56'%

%23.47
%31.97
%44.56

CMYK color model

#455E83 color CMYK value is (47,28,0,49).

  • cyan value is 47.33%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (47,28,0,49)
C47M28Y0K49 (47%, 28%, 0%, 49%)
(0.47 / 0.28 / 0.00 / 0.49)

CMYK percentages

%47.33
%28.24
%0
%48.63

Codes

Color #455E83 in popluar color models

45 5E 83
RGB 69 94 131
HSL 216° 31.00% 39.22%
HSB/HSV 216° 47.33% 51.37%
CMYK 47.33% 28.24% 0.00%
48.63%

Color #455E83 in popluar number systems.

HEX 45 5E 83
Decimal 69 94 131
Binary 1000101 1011110 10000011
Octal 105 136 203

Shades and tints

Shades of #455E83

#455E83
(69,94,131)
#3F5678
(63,86,120)
#394E6D
(57,78,109)
#334662
(51,70,98)
#2D3E57
(45,62,87)
#27364C
(39,54,76)
#212E41
(33,46,65)
#1B2636
(27,38,54)
#151E2B
(21,30,43)
#0F1620
(15,22,32)
#090E15
(9,14,21)
#000000
(0,0,0)

Tints of #455E83

#455E83
(69,94,131)
#556C8E
(85,108,142)
#657A99
(101,122,153)
#7588A4
(117,136,164)
#8596AF
(133,150,175)
#95A4BA
(149,164,186)
#A5B2C5
(165,178,197)
#B5C0D0
(181,192,208)
#C5CEDB
(197,206,219)
#D5DCE6
(213,220,230)
#E5EAF1
(229,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455E83; }

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

This text font color is #455E83.

Background Color

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

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

This div background color is #455E83.

Border color

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

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

This div border color is #455E83.

Opacity

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

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

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

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

This text has shadow with #455E83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #455E83.

Preview

Color preview on black background

This text has color #455E83 on black background.


Color preview on white background

This text has color #455E83 on white background.


Black color preview on #455E83 background

This text has black color on #455E83 background.


White color preview on #455E83 background

This text has white color on #455E83 background.


Related colors

Complementary color

Complementary color for #hex is #BAA17C.


I love getcolorcode.com

Triadic colors

1 #83455E and #5E8345 with #455E83 are triadic colors.

2 #835E45 and #5E4583 with #455E83 are triadic colors.