COLOR #456B8B

HEX: #456B8B RGB: (69,107,139)

Color info

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

RGB color model

#456B8B color RGB value is (69,107,139).

RGB: (69,107,139) (27%, 42%, 55%)

RGB channels and saturation

R 69 of 255 = 27%
G 107 of 255 = 42%
B 139 of 255 = 55%

69
107
139

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

Portions of RGB colors in percentages

R + G + B = 69 + 107 + 139 = 315 (100%)
R 69 of 315 ~ 21.9%
G 107 of 315 ~ 33.97%
B 139 of 315 ~ 44.13'%

%21.9
%33.97
%44.13

CMYK color model

#456B8B color CMYK value is (50,23,0,45).

  • cyan value is 50.36%
  • magenta value is 23.02%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (50,23,0,45)
C50M23Y0K45 (50%, 23%, 0%, 45%)
(0.50 / 0.23 / 0.00 / 0.45)

CMYK percentages

%50.36
%23.02
%0
%45.49

Codes

Color #456B8B in popluar color models

45 6B 8B
RGB 69 107 139
HSL 207° 33.65% 40.78%
HSB/HSV 207° 50.36% 54.51%
CMYK 50.36% 23.02% 0.00%
45.49%

Color #456B8B in popluar number systems.

HEX 45 6B 8B
Decimal 69 107 139
Binary 1000101 1101011 10001011
Octal 105 153 213

Shades and tints

Shades of #456B8B

#456B8B
(69,107,139)
#3F627F
(63,98,127)
#395973
(57,89,115)
#335067
(51,80,103)
#2D475B
(45,71,91)
#273E4F
(39,62,79)
#213543
(33,53,67)
#1B2C37
(27,44,55)
#15232B
(21,35,43)
#0F1A1F
(15,26,31)
#091113
(9,17,19)
#000000
(0,0,0)

Tints of #456B8B

#456B8B
(69,107,139)
#557895
(85,120,149)
#65859F
(101,133,159)
#7592A9
(117,146,169)
#859FB3
(133,159,179)
#95ACBD
(149,172,189)
#A5B9C7
(165,185,199)
#B5C6D1
(181,198,209)
#C5D3DB
(197,211,219)
#D5E0E5
(213,224,229)
#E5EDEF
(229,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456B8B color. Also use rgb(69,107,139) instead hex code.

Text Font Color

.myTextColor { color: #456B8B; }

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

This text font color is #456B8B.

Background Color

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

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

This div background color is #456B8B.

Border color

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

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

This div border color is #456B8B.

Opacity

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

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

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

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

This text has shadow with #456B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456B8B.

Preview

Color preview on black background

This text has color #456B8B on black background.


Color preview on white background

This text has color #456B8B on white background.


Black color preview on #456B8B background

This text has black color on #456B8B background.


White color preview on #456B8B background

This text has white color on #456B8B background.


Related colors

Complementary color

Complementary color for #hex is #BA9474.


I love getcolorcode.com

Triadic colors

1 #8B456B and #6B8B45 with #456B8B are triadic colors.

2 #8B6B45 and #6B458B with #456B8B are triadic colors.