COLOR #456B8C

HEX: #456B8C RGB: (69,107,140)

Color info

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

RGB color model

#456B8C color RGB value is (69,107,140).

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

RGB channels and saturation

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

69
107
140

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

Portions of RGB colors in percentages

R + G + B = 69 + 107 + 140 = 316 (100%)
R 69 of 316 ~ 21.84%
G 107 of 316 ~ 33.86%
B 140 of 316 ~ 44.3'%

%21.84
%33.86
%44.3

CMYK color model

#456B8C color CMYK value is (51,24,0,45).

  • cyan value is 50.71%
  • magenta value is 23.57%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (51,24,0,45)
C51M24Y0K45 (51%, 24%, 0%, 45%)
(0.51 / 0.24 / 0.00 / 0.45)

CMYK percentages

%50.71
%23.57
%0
%45.1

Codes

Color #456B8C in popluar color models

45 6B 8C
RGB 69 107 140
HSL 208° 33.97% 40.98%
HSB/HSV 208° 50.71% 54.90%
CMYK 50.71% 23.57% 0.00%
45.10%

Color #456B8C in popluar number systems.

HEX 45 6B 8C
Decimal 69 107 140
Binary 1000101 1101011 10001100
Octal 105 153 214

Shades and tints

Shades of #456B8C

#456B8C
(69,107,140)
#3F6280
(63,98,128)
#395974
(57,89,116)
#335068
(51,80,104)
#2D475C
(45,71,92)
#273E50
(39,62,80)
#213544
(33,53,68)
#1B2C38
(27,44,56)
#15232C
(21,35,44)
#0F1A20
(15,26,32)
#091114
(9,17,20)
#000000
(0,0,0)

Tints of #456B8C

#456B8C
(69,107,140)
#557896
(85,120,150)
#6585A0
(101,133,160)
#7592AA
(117,146,170)
#859FB4
(133,159,180)
#95ACBE
(149,172,190)
#A5B9C8
(165,185,200)
#B5C6D2
(181,198,210)
#C5D3DC
(197,211,220)
#D5E0E6
(213,224,230)
#E5EDF0
(229,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456B8C; }

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

This text font color is #456B8C.

Background Color

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

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

This div background color is #456B8C.

Border color

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

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

This div border color is #456B8C.

Opacity

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

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

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

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

This text has shadow with #456B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456B8C.

Preview

Color preview on black background

This text has color #456B8C on black background.


Color preview on white background

This text has color #456B8C on white background.


Black color preview on #456B8C background

This text has black color on #456B8C background.


White color preview on #456B8C background

This text has white color on #456B8C background.


Related colors

Complementary color

Complementary color for #hex is #BA9473.


I love getcolorcode.com

Triadic colors

1 #8C456B and #6B8C45 with #456B8C are triadic colors.

2 #8C6B45 and #6B458C with #456B8C are triadic colors.