COLOR #456493

HEX: #456493 RGB: (69,100,147)

Color info

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

RGB color model

#456493 color RGB value is (69,100,147).

RGB: (69,100,147) (27%, 39%, 58%)

RGB channels and saturation

R 69 of 255 = 27%
G 100 of 255 = 39%
B 147 of 255 = 58%

69
100
147

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

Portions of RGB colors in percentages

R + G + B = 69 + 100 + 147 = 316 (100%)
R 69 of 316 ~ 21.84%
G 100 of 316 ~ 31.65%
B 147 of 316 ~ 46.52'%

%21.84
%31.65
%46.52

CMYK color model

#456493 color CMYK value is (53,32,0,42).

  • cyan value is 53.06%
  • magenta value is 31.97%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (53,32,0,42)
C53M32Y0K42 (53%, 32%, 0%, 42%)
(0.53 / 0.32 / 0.00 / 0.42)

CMYK percentages

%53.06
%31.97
%0
%42.35

Codes

Color #456493 in popluar color models

45 64 93
RGB 69 100 147
HSL 216° 36.11% 42.35%
HSB/HSV 216° 53.06% 57.65%
CMYK 53.06% 31.97% 0.00%
42.35%

Color #456493 in popluar number systems.

HEX 45 64 93
Decimal 69 100 147
Binary 1000101 1100100 10010011
Octal 105 144 223

Shades and tints

Shades of #456493

#456493
(69,100,147)
#3F5B86
(63,91,134)
#395279
(57,82,121)
#33496C
(51,73,108)
#2D405F
(45,64,95)
#273752
(39,55,82)
#212E45
(33,46,69)
#1B2538
(27,37,56)
#151C2B
(21,28,43)
#0F131E
(15,19,30)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #456493

#456493
(69,100,147)
#55729C
(85,114,156)
#6580A5
(101,128,165)
#758EAE
(117,142,174)
#859CB7
(133,156,183)
#95AAC0
(149,170,192)
#A5B8C9
(165,184,201)
#B5C6D2
(181,198,210)
#C5D4DB
(197,212,219)
#D5E2E4
(213,226,228)
#E5F0ED
(229,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456493 color. Also use rgb(69,100,147) instead hex code.

Text Font Color

.myTextColor { color: #456493; }

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

This text font color is #456493.

Background Color

.myBgColor { background-color: #456493; }

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

This div background color is #456493.

Border color

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

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

This div border color is #456493.

Opacity

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

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

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

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

This text has shadow with #456493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456493.

Preview

Color preview on black background

This text has color #456493 on black background.


Color preview on white background

This text has color #456493 on white background.


Black color preview on #456493 background

This text has black color on #456493 background.


White color preview on #456493 background

This text has white color on #456493 background.


Related colors

Complementary color

Complementary color for #hex is #BA9B6C.


I love getcolorcode.com

Triadic colors

1 #934564 and #649345 with #456493 are triadic colors.

2 #936445 and #644593 with #456493 are triadic colors.