COLOR #456FC4

HEX: #456FC4
RGB: (69,111,196)

Color info

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

RGB color model

#456FC4 color RGB value is (69,111,196).

  • red value is 69;
  • green value is 111;
  • blue value is 196.
RGB:
(69,111,196)
(27%,44%,77%)

RGB channels and saturation

R 69 of 255 = 27%
G 111 of 255 = 44%
B 196 of 255 = 77%

69
111
196

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

Portions of RGB colors in percentages

R + G + B =
69 + 111 + 196 = 376 (100%)
R 69 of 376 ~ 18.35%
G 111 of 376 ~ 29.52%
B 196 of 376 ~ 52.13%

%18.35
%29.52
%52.13

CMYK color model

#456FC4 color CMYK value is (65,43,0,23).

  • cyan value is 64.80%
  • magenta value is 43.37%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(65,43,0,23)
C65M43Y0K23 
(65%,43%,0%,23%)
(0.65/0.43/0.00/0.23)	

CMYK percentages

%64.8
%43.37
%0
%23.14

Codes

Color #456FC4 in popluar color models

456FC4
RGB69111196
HSL220°51.84%51.96%
HSB/HSV220°64.80%76.86%
CMYK64.80%43.37%0.00%
23.14%

Color #456FC4 in popluar number systems.

HEX456FC4
Decimal69111196
Binary1000101110111111000100
Octal105157304

Shades and tints

Shades of #456FC4

#456FC4
(69,111,196)
#3F65B3
(63,101,179)
#395BA2
(57,91,162)
#335191
(51,81,145)
#2D4780
(45,71,128)
#273D6F
(39,61,111)
#21335E
(33,51,94)
#1B294D
(27,41,77)
#151F3C
(21,31,60)
#0F152B
(15,21,43)
#090B1A
(9,11,26)
#000000
(0,0,0)

Tints of #456FC4

#456FC4
(69,111,196)
#557CC9
(85,124,201)
#6589CE
(101,137,206)
#7596D3
(117,150,211)
#85A3D8
(133,163,216)
#95B0DD
(149,176,221)
#A5BDE2
(165,189,226)
#B5CAE7
(181,202,231)
#C5D7EC
(197,215,236)
#D5E4F1
(213,228,241)
#E5F1F6
(229,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456FC4 color. Also use rgb(69,111,196) instead hex code.

Text Font Color

.myTextColor { color: #456FC4; }

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

This text font color is #456FC4.


Background Color

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

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

This div background color is #456FC4.


Border color

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

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

This div border color is #456FC4.


Opacity

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

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

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

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

This text has shadow with #456FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456FC4 on black background.


Color preview on white background

This text has color #456FC4 on white background.



Black color preview on #456FC4 background

This text has black color on #456FC4 background.


White color preview on #456FC4 background

This text has white color on #456FC4 background.