COLOR #455E81

HEX: #455E81
RGB: (69,94,129)

Color info

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

RGB color model

#455E81 color RGB value is (69,94,129).

  • red value is 69;
  • green value is 94;
  • blue value is 129.
RGB:
(69,94,129)
(27%,37%,51%)

RGB channels and saturation

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

69
94
129

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

Portions of RGB colors in percentages

R + G + B =
69 + 94 + 129 = 292 (100%)
R 69 of 292 ~ 23.63%
G 94 of 292 ~ 32.19%
B 129 of 292 ~ 44.18%

%23.63
%32.19
%44.18

CMYK color model

#455E81 color CMYK value is (47,27,0,49).

  • cyan value is 46.51%
  • magenta value is 27.13%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(47,27,0,49)
C47M27Y0K49 
(47%,27%,0%,49%)
(0.47/0.27/0.00/0.49)	

CMYK percentages

%46.51
%27.13
%0
%49.41

Codes

Color #455E81 in popluar color models

455E81
RGB6994129
HSL215°30.30%38.82%
HSB/HSV215°46.51%50.59%
CMYK46.51%27.13%0.00%
49.41%

Color #455E81 in popluar number systems.

HEX455E81
Decimal6994129
Binary1000101101111010000001
Octal105136201

Shades and tints

Shades of #455E81

#455E81
(69,94,129)
#3F5676
(63,86,118)
#394E6B
(57,78,107)
#334660
(51,70,96)
#2D3E55
(45,62,85)
#27364A
(39,54,74)
#212E3F
(33,46,63)
#1B2634
(27,38,52)
#151E29
(21,30,41)
#0F161E
(15,22,30)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #455E81

#455E81
(69,94,129)
#556C8C
(85,108,140)
#657A97
(101,122,151)
#7588A2
(117,136,162)
#8596AD
(133,150,173)
#95A4B8
(149,164,184)
#A5B2C3
(165,178,195)
#B5C0CE
(181,192,206)
#C5CED9
(197,206,217)
#D5DCE4
(213,220,228)
#E5EAEF
(229,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455E81; }

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

This text font color is #455E81.


Background Color

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

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

This div background color is #455E81.


Border color

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

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

This div border color is #455E81.


Opacity

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

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

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

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

This text has shadow with #455E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455E81 on black background.


Color preview on white background

This text has color #455E81 on white background.



Black color preview on #455E81 background

This text has black color on #455E81 background.


White color preview on #455E81 background

This text has white color on #455E81 background.