COLOR #456BE6

HEX: #456BE6 RGB: (69,107,230)

Color info

#456BE6 contains mainly blue color. Web safe color of #456BE6 is #3366CC (or #36C).

RGB color model

#456BE6 color RGB value is (69,107,230).

RGB: (69,107,230) (27%, 42%, 90%)

RGB channels and saturation

R 69 of 255 = 27%
G 107 of 255 = 42%
B 230 of 255 = 90%

69
107
230

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

Portions of RGB colors in percentages

R + G + B = 69 + 107 + 230 = 406 (100%)
R 69 of 406 ~ 17%
G 107 of 406 ~ 26.35%
B 230 of 406 ~ 56.65'%

%17
%26.35
%56.65

CMYK color model

#456BE6 color CMYK value is (70,53,0,10).

  • cyan value is 70.00%
  • magenta value is 53.48%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (70,53,0,10)
C70M53Y0K10 (70%, 53%, 0%, 10%)
(0.70 / 0.53 / 0.00 / 0.10)

CMYK percentages

%70
%53.48
%0
%9.8

Codes

Color #456BE6 in popluar color models

45 6B E6
RGB 69 107 230
HSL 226° 76.30% 58.63%
HSB/HSV 226° 70.00% 90.20%
CMYK 70.00% 53.48% 0.00%
9.80%

Color #456BE6 in popluar number systems.

HEX 45 6B E6
Decimal 69 107 230
Binary 1000101 1101011 11100110
Octal 105 153 346

Shades and tints

Shades of #456BE6

#456BE6
(69,107,230)
#3F62D2
(63,98,210)
#3959BE
(57,89,190)
#3350AA
(51,80,170)
#2D4796
(45,71,150)
#273E82
(39,62,130)
#21356E
(33,53,110)
#1B2C5A
(27,44,90)
#152346
(21,35,70)
#0F1A32
(15,26,50)
#09111E
(9,17,30)
#000000
(0,0,0)

Tints of #456BE6

#456BE6
(69,107,230)
#5578E8
(85,120,232)
#6585EA
(101,133,234)
#7592EC
(117,146,236)
#859FEE
(133,159,238)
#95ACF0
(149,172,240)
#A5B9F2
(165,185,242)
#B5C6F4
(181,198,244)
#C5D3F6
(197,211,246)
#D5E0F8
(213,224,248)
#E5EDFA
(229,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456BE6 color. Also use rgb(69,107,230) instead hex code.

Text Font Color

.myTextColor { color: #456BE6; }

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

This text font color is #456BE6.

Background Color

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

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

This div background color is #456BE6.

Border color

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

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

This div border color is #456BE6.

Opacity

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

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

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

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

This text has shadow with #456BE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #456BE6.

Preview

Color preview on black background

This text has color #456BE6 on black background.


Color preview on white background

This text has color #456BE6 on white background.


Black color preview on #456BE6 background

This text has black color on #456BE6 background.


White color preview on #456BE6 background

This text has white color on #456BE6 background.


Related colors

Complementary color

Complementary color for #hex is #BA9419.


I love getcolorcode.com

Triadic colors

1 #E6456B and #6BE645 with #456BE6 are triadic colors.

2 #E66B45 and #6B45E6 with #456BE6 are triadic colors.