COLOR #456382

HEX: #456382
RGB: (69,99,130)

Color info

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

RGB color model

#456382 color RGB value is (69,99,130).

  • red value is 69;
  • green value is 99;
  • blue value is 130.
RGB:
(69,99,130)
(27%,39%,51%)

RGB channels and saturation

R 69 of 255 = 27%
G 99 of 255 = 39%
B 130 of 255 = 51%

69
99
130

R + G + B ~ 39%. #456382 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 99 + 130 = 298 (100%)
R 69 of 298 ~ 23.15%
G 99 of 298 ~ 33.22%
B 130 of 298 ~ 43.62%

%23.15
%33.22
%43.62

CMYK color model

#456382 color CMYK value is (47,24,0,49).

  • cyan value is 46.92%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(47,24,0,49)
C47M24Y0K49 
(47%,24%,0%,49%)
(0.47/0.24/0.00/0.49)	

CMYK percentages

%46.92
%23.85
%0
%49.02

Codes

Color #456382 in popluar color models

456382
RGB6999130
HSL210°30.65%39.02%
HSB/HSV210°46.92%50.98%
CMYK46.92%23.85%0.00%
49.02%

Color #456382 in popluar number systems.

HEX456382
Decimal6999130
Binary1000101110001110000010
Octal105143202

Shades and tints

Shades of #456382

#456382
(69,99,130)
#3F5A77
(63,90,119)
#39516C
(57,81,108)
#334861
(51,72,97)
#2D3F56
(45,63,86)
#27364B
(39,54,75)
#212D40
(33,45,64)
#1B2435
(27,36,53)
#151B2A
(21,27,42)
#0F121F
(15,18,31)
#090914
(9,9,20)
#000000
(0,0,0)

Tints of #456382

#456382
(69,99,130)
#55718D
(85,113,141)
#657F98
(101,127,152)
#758DA3
(117,141,163)
#859BAE
(133,155,174)
#95A9B9
(149,169,185)
#A5B7C4
(165,183,196)
#B5C5CF
(181,197,207)
#C5D3DA
(197,211,218)
#D5E1E5
(213,225,229)
#E5EFF0
(229,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456382; }

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

This text font color is #456382.


Background Color

.myBgColor { background-color: #456382; }

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

This div background color is #456382.


Border color

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

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

This div border color is #456382.


Opacity

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

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

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

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

This text has shadow with #456382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456382 on black background.


Color preview on white background

This text has color #456382 on white background.



Black color preview on #456382 background

This text has black color on #456382 background.


White color preview on #456382 background

This text has white color on #456382 background.