COLOR #456679

HEX: #456679
RGB: (69,102,121)

Color info

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

RGB color model

#456679 color RGB value is (69,102,121).

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

RGB channels and saturation

R 69 of 255 = 27%
G 102 of 255 = 40%
B 121 of 255 = 47%

69
102
121

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

Portions of RGB colors in percentages

R + G + B =
69 + 102 + 121 = 292 (100%)
R 69 of 292 ~ 23.63%
G 102 of 292 ~ 34.93%
B 121 of 292 ~ 41.44%

%23.63
%34.93
%41.44

CMYK color model

#456679 color CMYK value is (43,16,0,53).

  • cyan value is 42.98%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(43,16,0,53)
C43M16Y0K53 
(43%,16%,0%,53%)
(0.43/0.16/0.00/0.53)	

CMYK percentages

%42.98
%15.7
%0
%52.55

Codes

Color #456679 in popluar color models

456679
RGB69102121
HSL202°27.37%37.25%
HSB/HSV202°42.98%47.45%
CMYK42.98%15.70%0.00%
52.55%

Color #456679 in popluar number systems.

HEX456679
Decimal69102121
Binary100010111001101111001
Octal105146171

Shades and tints

Shades of #456679

#456679
(69,102,121)
#3F5D6E
(63,93,110)
#395463
(57,84,99)
#334B58
(51,75,88)
#2D424D
(45,66,77)
#273942
(39,57,66)
#213037
(33,48,55)
#1B272C
(27,39,44)
#151E21
(21,30,33)
#0F1516
(15,21,22)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #456679

#456679
(69,102,121)
#557385
(85,115,133)
#658091
(101,128,145)
#758D9D
(117,141,157)
#859AA9
(133,154,169)
#95A7B5
(149,167,181)
#A5B4C1
(165,180,193)
#B5C1CD
(181,193,205)
#C5CED9
(197,206,217)
#D5DBE5
(213,219,229)
#E5E8F1
(229,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456679; }

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

This text font color is #456679.


Background Color

.myBgColor { background-color: #456679; }

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

This div background color is #456679.


Border color

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

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

This div border color is #456679.


Opacity

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

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

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

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

This text has shadow with #456679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456679 on black background.


Color preview on white background

This text has color #456679 on white background.



Black color preview on #456679 background

This text has black color on #456679 background.


White color preview on #456679 background

This text has white color on #456679 background.