COLOR #456CE7

HEX: #456CE7
RGB: (69,108,231)

Color info

#456CE7 contains mainly blue color. Web safe color of #456CE7 is #3366FF (or #36F).

RGB color model

#456CE7 color RGB value is (69,108,231).

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

RGB channels and saturation

R 69 of 255 = 27%
G 108 of 255 = 42%
B 231 of 255 = 91%

69
108
231

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

Portions of RGB colors in percentages

R + G + B =
69 + 108 + 231 = 408 (100%)
R 69 of 408 ~ 16.91%
G 108 of 408 ~ 26.47%
B 231 of 408 ~ 56.62%

%16.91
%26.47
%56.62

CMYK color model

#456CE7 color CMYK value is (70,53,0,9).

  • cyan value is 70.13%
  • magenta value is 53.25%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(70,53,0,9)
C70M53Y0K9 
(70%,53%,0%,9%)
(0.70/0.53/0.00/0.09)	

CMYK percentages

%70.13
%53.25
%0
%9.41

Codes

Color #456CE7 in popluar color models

456CE7
RGB69108231
HSL226°77.14%58.82%
HSB/HSV226°70.13%90.59%
CMYK70.13%53.25%0.00%
9.41%

Color #456CE7 in popluar number systems.

HEX456CE7
Decimal69108231
Binary1000101110110011100111
Octal105154347

Shades and tints

Shades of #456CE7

#456CE7
(69,108,231)
#3F63D2
(63,99,210)
#395ABD
(57,90,189)
#3351A8
(51,81,168)
#2D4893
(45,72,147)
#273F7E
(39,63,126)
#213669
(33,54,105)
#1B2D54
(27,45,84)
#15243F
(21,36,63)
#0F1B2A
(15,27,42)
#091215
(9,18,21)
#000000
(0,0,0)

Tints of #456CE7

#456CE7
(69,108,231)
#5579E9
(85,121,233)
#6586EB
(101,134,235)
#7593ED
(117,147,237)
#85A0EF
(133,160,239)
#95ADF1
(149,173,241)
#A5BAF3
(165,186,243)
#B5C7F5
(181,199,245)
#C5D4F7
(197,212,247)
#D5E1F9
(213,225,249)
#E5EEFB
(229,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456CE7; }

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

This text font color is #456CE7.


Background Color

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

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

This div background color is #456CE7.


Border color

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

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

This div border color is #456CE7.


Opacity

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

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

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

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

This text has shadow with #456CE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456CE7 on black background.


Color preview on white background

This text has color #456CE7 on white background.



Black color preview on #456CE7 background

This text has black color on #456CE7 background.


White color preview on #456CE7 background

This text has white color on #456CE7 background.