COLOR #455683

HEX: #455683
RGB: (69,86,131)

Color info

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

RGB color model

#455683 color RGB value is (69,86,131).

  • red value is 69;
  • green value is 86;
  • blue value is 131.
RGB:
(69,86,131)
(27%,34%,51%)

RGB channels and saturation

R 69 of 255 = 27%
G 86 of 255 = 34%
B 131 of 255 = 51%

69
86
131

R + G + B ~ 37%. #455683 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 86 + 131 = 286 (100%)
R 69 of 286 ~ 24.13%
G 86 of 286 ~ 30.07%
B 131 of 286 ~ 45.8%

%24.13
%30.07
%45.8

CMYK color model

#455683 color CMYK value is (47,34,0,49).

  • cyan value is 47.33%
  • magenta value is 34.35%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(47,34,0,49)
C47M34Y0K49 
(47%,34%,0%,49%)
(0.47/0.34/0.00/0.49)	

CMYK percentages

%47.33
%34.35
%0
%48.63

Codes

Color #455683 in popluar color models

455683
RGB6986131
HSL224°31.00%39.22%
HSB/HSV224°47.33%51.37%
CMYK47.33%34.35%0.00%
48.63%

Color #455683 in popluar number systems.

HEX455683
Decimal6986131
Binary1000101101011010000011
Octal105126203

Shades and tints

Shades of #455683

#455683
(69,86,131)
#3F4F78
(63,79,120)
#39486D
(57,72,109)
#334162
(51,65,98)
#2D3A57
(45,58,87)
#27334C
(39,51,76)
#212C41
(33,44,65)
#1B2536
(27,37,54)
#151E2B
(21,30,43)
#0F1720
(15,23,32)
#091015
(9,16,21)
#000000
(0,0,0)

Tints of #455683

#455683
(69,86,131)
#55658E
(85,101,142)
#657499
(101,116,153)
#7583A4
(117,131,164)
#8592AF
(133,146,175)
#95A1BA
(149,161,186)
#A5B0C5
(165,176,197)
#B5BFD0
(181,191,208)
#C5CEDB
(197,206,219)
#D5DDE6
(213,221,230)
#E5ECF1
(229,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455683 color. Also use rgb(69,86,131) instead hex code.

Text Font Color

.myTextColor { color: #455683; }

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

This text font color is #455683.


Background Color

.myBgColor { background-color: #455683; }

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

This div background color is #455683.


Border color

.myBorderColor { border: 1px solid #455683; }

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

This div border color is #455683.


Opacity

.myOpacity80 { color: #455683; opacity: 0.8; }

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

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

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

This text has shadow with #455683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455683 on black background.


Color preview on white background

This text has color #455683 on white background.



Black color preview on #455683 background

This text has black color on #455683 background.


White color preview on #455683 background

This text has white color on #455683 background.