COLOR #456BB6

HEX: #456BB6
RGB: (69,107,182)

Color info

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

RGB color model

#456BB6 color RGB value is (69,107,182).

  • red value is 69;
  • green value is 107;
  • blue value is 182.
RGB:
(69,107,182)
(27%,42%,71%)

RGB channels and saturation

R 69 of 255 = 27%
G 107 of 255 = 42%
B 182 of 255 = 71%

69
107
182

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

Portions of RGB colors in percentages

R + G + B =
69 + 107 + 182 = 358 (100%)
R 69 of 358 ~ 19.27%
G 107 of 358 ~ 29.89%
B 182 of 358 ~ 50.84%

%19.27
%29.89
%50.84

CMYK color model

#456BB6 color CMYK value is (62,41,0,29).

  • cyan value is 62.09%
  • magenta value is 41.21%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(62,41,0,29)
C62M41Y0K29 
(62%,41%,0%,29%)
(0.62/0.41/0.00/0.29)	

CMYK percentages

%62.09
%41.21
%0
%28.63

Codes

Color #456BB6 in popluar color models

456BB6
RGB69107182
HSL220°45.02%49.22%
HSB/HSV220°62.09%71.37%
CMYK62.09%41.21%0.00%
28.63%

Color #456BB6 in popluar number systems.

HEX456BB6
Decimal69107182
Binary1000101110101110110110
Octal105153266

Shades and tints

Shades of #456BB6

#456BB6
(69,107,182)
#3F62A6
(63,98,166)
#395996
(57,89,150)
#335086
(51,80,134)
#2D4776
(45,71,118)
#273E66
(39,62,102)
#213556
(33,53,86)
#1B2C46
(27,44,70)
#152336
(21,35,54)
#0F1A26
(15,26,38)
#091116
(9,17,22)
#000000
(0,0,0)

Tints of #456BB6

#456BB6
(69,107,182)
#5578BC
(85,120,188)
#6585C2
(101,133,194)
#7592C8
(117,146,200)
#859FCE
(133,159,206)
#95ACD4
(149,172,212)
#A5B9DA
(165,185,218)
#B5C6E0
(181,198,224)
#C5D3E6
(197,211,230)
#D5E0EC
(213,224,236)
#E5EDF2
(229,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #456BB6; }

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

This text font color is #456BB6.


Background Color

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

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

This div background color is #456BB6.


Border color

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

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

This div border color is #456BB6.


Opacity

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

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

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

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

This text has shadow with #456BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456BB6 on black background.


Color preview on white background

This text has color #456BB6 on white background.



Black color preview on #456BB6 background

This text has black color on #456BB6 background.


White color preview on #456BB6 background

This text has white color on #456BB6 background.