COLOR #454BA6

HEX: #454BA6
RGB: (69,75,166)

Color info

#454BA6 contains mainly blue color. Web safe color of #454BA6 is #333399 (or #339).

RGB color model

#454BA6 color RGB value is (69,75,166).

  • red value is 69;
  • green value is 75;
  • blue value is 166.
RGB:
(69,75,166)
(27%,29%,65%)

RGB channels and saturation

R 69 of 255 = 27%
G 75 of 255 = 29%
B 166 of 255 = 65%

69
75
166

R + G + B ~ 40%. #454BA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 75 + 166 = 310 (100%)
R 69 of 310 ~ 22.26%
G 75 of 310 ~ 24.19%
B 166 of 310 ~ 53.55%

%22.26
%24.19
%53.55

CMYK color model

#454BA6 color CMYK value is (58,55,0,35).

  • cyan value is 58.43%
  • magenta value is 54.82%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(58,55,0,35)
C58M55Y0K35 
(58%,55%,0%,35%)
(0.58/0.55/0.00/0.35)	

CMYK percentages

%58.43
%54.82
%0
%34.9

Codes

Color #454BA6 in popluar color models

454BA6
RGB6975166
HSL236°41.28%46.08%
HSB/HSV236°58.43%65.10%
CMYK58.43%54.82%0.00%
34.90%

Color #454BA6 in popluar number systems.

HEX454BA6
Decimal6975166
Binary1000101100101110100110
Octal105113246

Shades and tints

Shades of #454BA6

#454BA6
(69,75,166)
#3F4597
(63,69,151)
#393F88
(57,63,136)
#333979
(51,57,121)
#2D336A
(45,51,106)
#272D5B
(39,45,91)
#21274C
(33,39,76)
#1B213D
(27,33,61)
#151B2E
(21,27,46)
#0F151F
(15,21,31)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #454BA6

#454BA6
(69,75,166)
#555BAE
(85,91,174)
#656BB6
(101,107,182)
#757BBE
(117,123,190)
#858BC6
(133,139,198)
#959BCE
(149,155,206)
#A5ABD6
(165,171,214)
#B5BBDE
(181,187,222)
#C5CBE6
(197,203,230)
#D5DBEE
(213,219,238)
#E5EBF6
(229,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454BA6 color. Also use rgb(69,75,166) instead hex code.

Text Font Color

.myTextColor { color: #454BA6; }

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

This text font color is #454BA6.


Background Color

.myBgColor { background-color: #454BA6; }

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

This div background color is #454BA6.


Border color

.myBorderColor { border: 1px solid #454BA6; }

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

This div border color is #454BA6.


Opacity

.myOpacity80 { color: #454BA6; opacity: 0.8; }

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

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

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

This text has shadow with #454BA6 color.

.textShadow {text-shadow: 3px 3px 1px #454BA6, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454BA6 on black background.


Color preview on white background

This text has color #454BA6 on white background.



Black color preview on #454BA6 background

This text has black color on #454BA6 background.


White color preview on #454BA6 background

This text has white color on #454BA6 background.