COLOR #454AB3

HEX: #454AB3
RGB: (69,74,179)

Color info

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

RGB color model

#454AB3 color RGB value is (69,74,179).

  • red value is 69;
  • green value is 74;
  • blue value is 179.
RGB:
(69,74,179)
(27%,29%,70%)

RGB channels and saturation

R 69 of 255 = 27%
G 74 of 255 = 29%
B 179 of 255 = 70%

69
74
179

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

Portions of RGB colors in percentages

R + G + B =
69 + 74 + 179 = 322 (100%)
R 69 of 322 ~ 21.43%
G 74 of 322 ~ 22.98%
B 179 of 322 ~ 55.59%

%21.43
%22.98
%55.59

CMYK color model

#454AB3 color CMYK value is (61,59,0,30).

  • cyan value is 61.45%
  • magenta value is 58.66%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(61,59,0,30)
C61M59Y0K30 
(61%,59%,0%,30%)
(0.61/0.59/0.00/0.30)	

CMYK percentages

%61.45
%58.66
%0
%29.8

Codes

Color #454AB3 in popluar color models

454AB3
RGB6974179
HSL237°44.35%48.63%
HSB/HSV237°61.45%70.20%
CMYK61.45%58.66%0.00%
29.80%

Color #454AB3 in popluar number systems.

HEX454AB3
Decimal6974179
Binary1000101100101010110011
Octal105112263

Shades and tints

Shades of #454AB3

#454AB3
(69,74,179)
#3F44A3
(63,68,163)
#393E93
(57,62,147)
#333883
(51,56,131)
#2D3273
(45,50,115)
#272C63
(39,44,99)
#212653
(33,38,83)
#1B2043
(27,32,67)
#151A33
(21,26,51)
#0F1423
(15,20,35)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #454AB3

#454AB3
(69,74,179)
#555AB9
(85,90,185)
#656ABF
(101,106,191)
#757AC5
(117,122,197)
#858ACB
(133,138,203)
#959AD1
(149,154,209)
#A5AAD7
(165,170,215)
#B5BADD
(181,186,221)
#C5CAE3
(197,202,227)
#D5DAE9
(213,218,233)
#E5EAEF
(229,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454AB3 color. Also use rgb(69,74,179) instead hex code.

Text Font Color

.myTextColor { color: #454AB3; }

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

This text font color is #454AB3.


Background Color

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

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

This div background color is #454AB3.


Border color

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

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

This div border color is #454AB3.


Opacity

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

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

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

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

This text has shadow with #454AB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454AB3 on black background.


Color preview on white background

This text has color #454AB3 on white background.



Black color preview on #454AB3 background

This text has black color on #454AB3 background.


White color preview on #454AB3 background

This text has white color on #454AB3 background.