COLOR #456A7E

HEX: #456A7E
RGB: (69,106,126)

Color info

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

RGB color model

#456A7E color RGB value is (69,106,126).

  • red value is 69;
  • green value is 106;
  • blue value is 126.
RGB:
(69,106,126)
(27%,42%,49%)

RGB channels and saturation

R 69 of 255 = 27%
G 106 of 255 = 42%
B 126 of 255 = 49%

69
106
126

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

Portions of RGB colors in percentages

R + G + B =
69 + 106 + 126 = 301 (100%)
R 69 of 301 ~ 22.92%
G 106 of 301 ~ 35.22%
B 126 of 301 ~ 41.86%

%22.92
%35.22
%41.86

CMYK color model

#456A7E color CMYK value is (45,16,0,51).

  • cyan value is 45.24%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(45,16,0,51)
C45M16Y0K51 
(45%,16%,0%,51%)
(0.45/0.16/0.00/0.51)	

CMYK percentages

%45.24
%15.87
%0
%50.59

Codes

Color #456A7E in popluar color models

456A7E
RGB69106126
HSL201°29.23%38.24%
HSB/HSV201°45.24%49.41%
CMYK45.24%15.87%0.00%
50.59%

Color #456A7E in popluar number systems.

HEX456A7E
Decimal69106126
Binary100010111010101111110
Octal105152176

Shades and tints

Shades of #456A7E

#456A7E
(69,106,126)
#3F6173
(63,97,115)
#395868
(57,88,104)
#334F5D
(51,79,93)
#2D4652
(45,70,82)
#273D47
(39,61,71)
#21343C
(33,52,60)
#1B2B31
(27,43,49)
#152226
(21,34,38)
#0F191B
(15,25,27)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #456A7E

#456A7E
(69,106,126)
#557789
(85,119,137)
#658494
(101,132,148)
#75919F
(117,145,159)
#859EAA
(133,158,170)
#95ABB5
(149,171,181)
#A5B8C0
(165,184,192)
#B5C5CB
(181,197,203)
#C5D2D6
(197,210,214)
#D5DFE1
(213,223,225)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456A7E color. Also use rgb(69,106,126) instead hex code.

Text Font Color

.myTextColor { color: #456A7E; }

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

This text font color is #456A7E.


Background Color

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

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

This div background color is #456A7E.


Border color

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

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

This div border color is #456A7E.


Opacity

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

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

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

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

This text has shadow with #456A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456A7E on black background.


Color preview on white background

This text has color #456A7E on white background.



Black color preview on #456A7E background

This text has black color on #456A7E background.


White color preview on #456A7E background

This text has white color on #456A7E background.