COLOR #456687

HEX: #456687
RGB: (69,102,135)

Color info

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

RGB color model

#456687 color RGB value is (69,102,135).

  • red value is 69;
  • green value is 102;
  • blue value is 135.
RGB:
(69,102,135)
(27%,40%,53%)

RGB channels and saturation

R 69 of 255 = 27%
G 102 of 255 = 40%
B 135 of 255 = 53%

69
102
135

R + G + B ~ 40%. #456687 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 102 + 135 = 306 (100%)
R 69 of 306 ~ 22.55%
G 102 of 306 ~ 33.33%
B 135 of 306 ~ 44.12%

%22.55
%33.33
%44.12

CMYK color model

#456687 color CMYK value is (49,24,0,47).

  • cyan value is 48.89%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(49,24,0,47)
C49M24Y0K47 
(49%,24%,0%,47%)
(0.49/0.24/0.00/0.47)	

CMYK percentages

%48.89
%24.44
%0
%47.06

Codes

Color #456687 in popluar color models

456687
RGB69102135
HSL210°32.35%40.00%
HSB/HSV210°48.89%52.94%
CMYK48.89%24.44%0.00%
47.06%

Color #456687 in popluar number systems.

HEX456687
Decimal69102135
Binary1000101110011010000111
Octal105146207

Shades and tints

Shades of #456687

#456687
(69,102,135)
#3F5D7B
(63,93,123)
#39546F
(57,84,111)
#334B63
(51,75,99)
#2D4257
(45,66,87)
#27394B
(39,57,75)
#21303F
(33,48,63)
#1B2733
(27,39,51)
#151E27
(21,30,39)
#0F151B
(15,21,27)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #456687

#456687
(69,102,135)
#557391
(85,115,145)
#65809B
(101,128,155)
#758DA5
(117,141,165)
#859AAF
(133,154,175)
#95A7B9
(149,167,185)
#A5B4C3
(165,180,195)
#B5C1CD
(181,193,205)
#C5CED7
(197,206,215)
#D5DBE1
(213,219,225)
#E5E8EB
(229,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456687 color. Also use rgb(69,102,135) instead hex code.

Text Font Color

.myTextColor { color: #456687; }

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

This text font color is #456687.


Background Color

.myBgColor { background-color: #456687; }

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

This div background color is #456687.


Border color

.myBorderColor { border: 1px solid #456687; }

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

This div border color is #456687.


Opacity

.myOpacity80 { color: #456687; opacity: 0.8; }

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

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

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

This text has shadow with #456687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456687 on black background.


Color preview on white background

This text has color #456687 on white background.



Black color preview on #456687 background

This text has black color on #456687 background.


White color preview on #456687 background

This text has white color on #456687 background.