COLOR #455B81

HEX: #455B81 RGB: (69,91,129)

Color info

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

RGB color model

#455B81 color RGB value is (69,91,129).

RGB: (69,91,129) (27%, 36%, 51%)

RGB channels and saturation

R 69 of 255 = 27%
G 91 of 255 = 36%
B 129 of 255 = 51%

69
91
129

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

Portions of RGB colors in percentages

R + G + B = 69 + 91 + 129 = 289 (100%)
R 69 of 289 ~ 23.88%
G 91 of 289 ~ 31.49%
B 129 of 289 ~ 44.64'%

%23.88
%31.49
%44.64

CMYK color model

#455B81 color CMYK value is (47,29,0,49).

  • cyan value is 46.51%
  • magenta value is 29.46%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (47,29,0,49)
C47M29Y0K49 (47%, 29%, 0%, 49%)
(0.47 / 0.29 / 0.00 / 0.49)

CMYK percentages

%46.51
%29.46
%0
%49.41

Codes

Color #455B81 in popluar color models

45 5B 81
RGB 69 91 129
HSL 218° 30.30% 38.82%
HSB/HSV 218° 46.51% 50.59%
CMYK 46.51% 29.46% 0.00%
49.41%

Color #455B81 in popluar number systems.

HEX 45 5B 81
Decimal 69 91 129
Binary 1000101 1011011 10000001
Octal 105 133 201

Shades and tints

Shades of #455B81

#455B81
(69,91,129)
#3F5376
(63,83,118)
#394B6B
(57,75,107)
#334360
(51,67,96)
#2D3B55
(45,59,85)
#27334A
(39,51,74)
#212B3F
(33,43,63)
#1B2334
(27,35,52)
#151B29
(21,27,41)
#0F131E
(15,19,30)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #455B81

#455B81
(69,91,129)
#55698C
(85,105,140)
#657797
(101,119,151)
#7585A2
(117,133,162)
#8593AD
(133,147,173)
#95A1B8
(149,161,184)
#A5AFC3
(165,175,195)
#B5BDCE
(181,189,206)
#C5CBD9
(197,203,217)
#D5D9E4
(213,217,228)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455B81; }

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

This text font color is #455B81.

Background Color

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

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

This div background color is #455B81.

Border color

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

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

This div border color is #455B81.

Opacity

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

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

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

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

This text has shadow with #455B81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #455B81.

Preview

Color preview on black background

This text has color #455B81 on black background.


Color preview on white background

This text has color #455B81 on white background.


Black color preview on #455B81 background

This text has black color on #455B81 background.


White color preview on #455B81 background

This text has white color on #455B81 background.


Related colors

Complementary color

Complementary color for #hex is #BAA47E.


I love getcolorcode.com

Triadic colors

1 #81455B and #5B8145 with #455B81 are triadic colors.

2 #815B45 and #5B4581 with #455B81 are triadic colors.