COLOR #456C82

HEX: #456C82 RGB: (69,108,130)

Color info

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

RGB color model

#456C82 color RGB value is (69,108,130).

RGB: (69,108,130) (27%, 42%, 51%)

RGB channels and saturation

R 69 of 255 = 27%
G 108 of 255 = 42%
B 130 of 255 = 51%

69
108
130

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

Portions of RGB colors in percentages

R + G + B = 69 + 108 + 130 = 307 (100%)
R 69 of 307 ~ 22.48%
G 108 of 307 ~ 35.18%
B 130 of 307 ~ 42.35'%

%22.48
%35.18
%42.35

CMYK color model

#456C82 color CMYK value is (47,17,0,49).

  • cyan value is 46.92%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (47,17,0,49)
C47M17Y0K49 (47%, 17%, 0%, 49%)
(0.47 / 0.17 / 0.00 / 0.49)

CMYK percentages

%46.92
%16.92
%0
%49.02

Codes

Color #456C82 in popluar color models

45 6C 82
RGB 69 108 130
HSL 202° 30.65% 39.02%
HSB/HSV 202° 46.92% 50.98%
CMYK 46.92% 16.92% 0.00%
49.02%

Color #456C82 in popluar number systems.

HEX 45 6C 82
Decimal 69 108 130
Binary 1000101 1101100 10000010
Octal 105 154 202

Shades and tints

Shades of #456C82

#456C82
(69,108,130)
#3F6377
(63,99,119)
#395A6C
(57,90,108)
#335161
(51,81,97)
#2D4856
(45,72,86)
#273F4B
(39,63,75)
#213640
(33,54,64)
#1B2D35
(27,45,53)
#15242A
(21,36,42)
#0F1B1F
(15,27,31)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #456C82

#456C82
(69,108,130)
#55798D
(85,121,141)
#658698
(101,134,152)
#7593A3
(117,147,163)
#85A0AE
(133,160,174)
#95ADB9
(149,173,185)
#A5BAC4
(165,186,196)
#B5C7CF
(181,199,207)
#C5D4DA
(197,212,218)
#D5E1E5
(213,225,229)
#E5EEF0
(229,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456C82 color. Also use rgb(69,108,130) instead hex code.

Text Font Color

.myTextColor { color: #456C82; }

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

This text font color is #456C82.

Background Color

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

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

This div background color is #456C82.

Border color

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

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

This div border color is #456C82.

Opacity

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

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

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

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

This text has shadow with #456C82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456C82.

Preview

Color preview on black background

This text has color #456C82 on black background.


Color preview on white background

This text has color #456C82 on white background.


Black color preview on #456C82 background

This text has black color on #456C82 background.


White color preview on #456C82 background

This text has white color on #456C82 background.


Related colors

Complementary color

Complementary color for #hex is #BA937D.


I love getcolorcode.com

Triadic colors

1 #82456C and #6C8245 with #456C82 are triadic colors.

2 #826C45 and #6C4582 with #456C82 are triadic colors.