COLOR #455E79

HEX: #455E79 RGB: (69,94,121)

Color info

#455E79 contains red, green and blue colors in about the same proportion. Web safe color of #455E79 is #336666 (or #366).

RGB color model

#455E79 color RGB value is (69,94,121).

RGB: (69,94,121) (27%, 37%, 47%)

RGB channels and saturation

R 69 of 255 = 27%
G 94 of 255 = 37%
B 121 of 255 = 47%

69
94
121

R + G + B ~ 37%. #455E79 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 94 + 121 = 284 (100%)
R 69 of 284 ~ 24.3%
G 94 of 284 ~ 33.1%
B 121 of 284 ~ 42.61'%

%24.3
%33.1
%42.61

CMYK color model

#455E79 color CMYK value is (43,22,0,53).

  • cyan value is 42.98%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (43,22,0,53)
C43M22Y0K53 (43%, 22%, 0%, 53%)
(0.43 / 0.22 / 0.00 / 0.53)

CMYK percentages

%42.98
%22.31
%0
%52.55

Codes

Color #455E79 in popluar color models

45 5E 79
RGB 69 94 121
HSL 211° 27.37% 37.25%
HSB/HSV 211° 42.98% 47.45%
CMYK 42.98% 22.31% 0.00%
52.55%

Color #455E79 in popluar number systems.

HEX 45 5E 79
Decimal 69 94 121
Binary 1000101 1011110 1111001
Octal 105 136 171

Shades and tints

Shades of #455E79

#455E79
(69,94,121)
#3F566E
(63,86,110)
#394E63
(57,78,99)
#334658
(51,70,88)
#2D3E4D
(45,62,77)
#273642
(39,54,66)
#212E37
(33,46,55)
#1B262C
(27,38,44)
#151E21
(21,30,33)
#0F1616
(15,22,22)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #455E79

#455E79
(69,94,121)
#556C85
(85,108,133)
#657A91
(101,122,145)
#75889D
(117,136,157)
#8596A9
(133,150,169)
#95A4B5
(149,164,181)
#A5B2C1
(165,178,193)
#B5C0CD
(181,192,205)
#C5CED9
(197,206,217)
#D5DCE5
(213,220,229)
#E5EAF1
(229,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455E79; }

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

This text font color is #455E79.

Background Color

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

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

This div background color is #455E79.

Border color

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

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

This div border color is #455E79.

Opacity

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

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

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

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

This text has shadow with #455E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #455E79.

Preview

Color preview on black background

This text has color #455E79 on black background.


Color preview on white background

This text has color #455E79 on white background.


Black color preview on #455E79 background

This text has black color on #455E79 background.


White color preview on #455E79 background

This text has white color on #455E79 background.


Related colors

Complementary color

Complementary color for #hex is #BAA186.


I love getcolorcode.com

Triadic colors

1 #79455E and #5E7945 with #455E79 are triadic colors.

2 #795E45 and #5E4579 with #455E79 are triadic colors.