COLOR #456980

HEX: #456980
RGB: (69,105,128)

Color info

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

RGB color model

#456980 color RGB value is (69,105,128).

  • red value is 69;
  • green value is 105;
  • blue value is 128.
RGB:
(69,105,128)
(27%,41%,50%)

RGB channels and saturation

R 69 of 255 = 27%
G 105 of 255 = 41%
B 128 of 255 = 50%

69
105
128

R + G + B ~ 39%. #456980 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 105 + 128 = 302 (100%)
R 69 of 302 ~ 22.85%
G 105 of 302 ~ 34.77%
B 128 of 302 ~ 42.38%

%22.85
%34.77
%42.38

CMYK color model

#456980 color CMYK value is (46,18,0,50).

  • cyan value is 46.09%
  • magenta value is 17.97%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(46,18,0,50)
C46M18Y0K50 
(46%,18%,0%,50%)
(0.46/0.18/0.00/0.50)	

CMYK percentages

%46.09
%17.97
%0
%49.8

Codes

Color #456980 in popluar color models

456980
RGB69105128
HSL203°29.95%38.63%
HSB/HSV203°46.09%50.20%
CMYK46.09%17.97%0.00%
49.80%

Color #456980 in popluar number systems.

HEX456980
Decimal69105128
Binary1000101110100110000000
Octal105151200

Shades and tints

Shades of #456980

#456980
(69,105,128)
#3F6075
(63,96,117)
#39576A
(57,87,106)
#334E5F
(51,78,95)
#2D4554
(45,69,84)
#273C49
(39,60,73)
#21333E
(33,51,62)
#1B2A33
(27,42,51)
#152128
(21,33,40)
#0F181D
(15,24,29)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #456980

#456980
(69,105,128)
#55768B
(85,118,139)
#658396
(101,131,150)
#7590A1
(117,144,161)
#859DAC
(133,157,172)
#95AAB7
(149,170,183)
#A5B7C2
(165,183,194)
#B5C4CD
(181,196,205)
#C5D1D8
(197,209,216)
#D5DEE3
(213,222,227)
#E5EBEE
(229,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456980 color. Also use rgb(69,105,128) instead hex code.

Text Font Color

.myTextColor { color: #456980; }

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

This text font color is #456980.


Background Color

.myBgColor { background-color: #456980; }

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

This div background color is #456980.


Border color

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

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

This div border color is #456980.


Opacity

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

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

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

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

This text has shadow with #456980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456980 on black background.


Color preview on white background

This text has color #456980 on white background.



Black color preview on #456980 background

This text has black color on #456980 background.


White color preview on #456980 background

This text has white color on #456980 background.