COLOR #456C9A

HEX: #456C9A
RGB: (69,108,154)

Color info

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

RGB color model

#456C9A color RGB value is (69,108,154).

  • red value is 69;
  • green value is 108;
  • blue value is 154.
RGB:
(69,108,154)
(27%,42%,60%)

RGB channels and saturation

R 69 of 255 = 27%
G 108 of 255 = 42%
B 154 of 255 = 60%

69
108
154

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

Portions of RGB colors in percentages

R + G + B =
69 + 108 + 154 = 331 (100%)
R 69 of 331 ~ 20.85%
G 108 of 331 ~ 32.63%
B 154 of 331 ~ 46.53%

%20.85
%32.63
%46.53

CMYK color model

#456C9A color CMYK value is (55,30,0,40).

  • cyan value is 55.19%
  • magenta value is 29.87%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(55,30,0,40)
C55M30Y0K40 
(55%,30%,0%,40%)
(0.55/0.30/0.00/0.40)	

CMYK percentages

%55.19
%29.87
%0
%39.61

Codes

Color #456C9A in popluar color models

456C9A
RGB69108154
HSL212°38.12%43.73%
HSB/HSV212°55.19%60.39%
CMYK55.19%29.87%0.00%
39.61%

Color #456C9A in popluar number systems.

HEX456C9A
Decimal69108154
Binary1000101110110010011010
Octal105154232

Shades and tints

Shades of #456C9A

#456C9A
(69,108,154)
#3F638C
(63,99,140)
#395A7E
(57,90,126)
#335170
(51,81,112)
#2D4862
(45,72,98)
#273F54
(39,63,84)
#213646
(33,54,70)
#1B2D38
(27,45,56)
#15242A
(21,36,42)
#0F1B1C
(15,27,28)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #456C9A

#456C9A
(69,108,154)
#5579A3
(85,121,163)
#6586AC
(101,134,172)
#7593B5
(117,147,181)
#85A0BE
(133,160,190)
#95ADC7
(149,173,199)
#A5BAD0
(165,186,208)
#B5C7D9
(181,199,217)
#C5D4E2
(197,212,226)
#D5E1EB
(213,225,235)
#E5EEF4
(229,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456C9A; }

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

This text font color is #456C9A.


Background Color

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

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

This div background color is #456C9A.


Border color

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

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

This div border color is #456C9A.


Opacity

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

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

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

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

This text has shadow with #456C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456C9A on black background.


Color preview on white background

This text has color #456C9A on white background.



Black color preview on #456C9A background

This text has black color on #456C9A background.


White color preview on #456C9A background

This text has white color on #456C9A background.