COLOR #456DA5

HEX: #456DA5 RGB: (69,109,165)

Color info

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

RGB color model

#456DA5 color RGB value is (69,109,165).

RGB: (69,109,165) (27%, 43%, 65%)

RGB channels and saturation

R 69 of 255 = 27%
G 109 of 255 = 43%
B 165 of 255 = 65%

69
109
165

R + G + B ~ 45%. #456DA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 69 + 109 + 165 = 343 (100%)
R 69 of 343 ~ 20.12%
G 109 of 343 ~ 31.78%
B 165 of 343 ~ 48.1'%

%20.12
%31.78
%48.1

CMYK color model

#456DA5 color CMYK value is (58,34,0,35).

  • cyan value is 58.18%
  • magenta value is 33.94%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (58,34,0,35)
C58M34Y0K35 (58%, 34%, 0%, 35%)
(0.58 / 0.34 / 0.00 / 0.35)

CMYK percentages

%58.18
%33.94
%0
%35.29

Codes

Color #456DA5 in popluar color models

45 6D A5
RGB 69 109 165
HSL 215° 41.03% 45.88%
HSB/HSV 215° 58.18% 64.71%
CMYK 58.18% 33.94% 0.00%
35.29%

Color #456DA5 in popluar number systems.

HEX 45 6D A5
Decimal 69 109 165
Binary 1000101 1101101 10100101
Octal 105 155 245

Shades and tints

Shades of #456DA5

#456DA5
(69,109,165)
#3F6496
(63,100,150)
#395B87
(57,91,135)
#335278
(51,82,120)
#2D4969
(45,73,105)
#27405A
(39,64,90)
#21374B
(33,55,75)
#1B2E3C
(27,46,60)
#15252D
(21,37,45)
#0F1C1E
(15,28,30)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #456DA5

#456DA5
(69,109,165)
#557AAD
(85,122,173)
#6587B5
(101,135,181)
#7594BD
(117,148,189)
#85A1C5
(133,161,197)
#95AECD
(149,174,205)
#A5BBD5
(165,187,213)
#B5C8DD
(181,200,221)
#C5D5E5
(197,213,229)
#D5E2ED
(213,226,237)
#E5EFF5
(229,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456DA5 color. Also use rgb(69,109,165) instead hex code.

Text Font Color

.myTextColor { color: #456DA5; }

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

This text font color is #456DA5.

Background Color

.myBgColor { background-color: #456DA5; }

<div style="background-color:#456DA5">Inner text</div>

This div background color is #456DA5.

Border color

.myBorderColor { border: 1px solid #456DA5; }

<div style="border:3px solid #456DA5">Div</div>

This div border color is #456DA5.

Opacity

.myOpacity80 { color: #456DA5; opacity: 0.8; }

<p style="color:#456DA5;opacity:0.8;">80%</p>

Text with #456DA5 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 #456DA5;}

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

This text has shadow with #456DA5 color.


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

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

This text has shadow with #456DA5 primary color and red secondary color.


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

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

This text has shadow with #456DA5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #456DA5.

Preview

Color preview on black background

This text has color #456DA5 on black background.


Color preview on white background

This text has color #456DA5 on white background.


Black color preview on #456DA5 background

This text has black color on #456DA5 background.


White color preview on #456DA5 background

This text has white color on #456DA5 background.


Related colors

Complementary color

Complementary color for #hex is #BA925A.


I love getcolorcode.com

Triadic colors

1 #A5456D and #6DA545 with #456DA5 are triadic colors.

2 #A56D45 and #6D45A5 with #456DA5 are triadic colors.