COLOR #454AD8

HEX: #454AD8
RGB: (69,74,216)

Color info

#454AD8 contains mainly blue color. Web safe color of #454AD8 is #3333CC (or #33C).

RGB color model

#454AD8 color RGB value is (69,74,216).

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

RGB channels and saturation

R 69 of 255 = 27%
G 74 of 255 = 29%
B 216 of 255 = 85%

69
74
216

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

Portions of RGB colors in percentages

R + G + B =
69 + 74 + 216 = 359 (100%)
R 69 of 359 ~ 19.22%
G 74 of 359 ~ 20.61%
B 216 of 359 ~ 60.17%

%19.22
%20.61
%60.17

CMYK color model

#454AD8 color CMYK value is (68,66,0,15).

  • cyan value is 68.06%
  • magenta value is 65.74%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(68,66,0,15)
C68M66Y0K15 
(68%,66%,0%,15%)
(0.68/0.66/0.00/0.15)	

CMYK percentages

%68.06
%65.74
%0
%15.29

Codes

Color #454AD8 in popluar color models

454AD8
RGB6974216
HSL238°65.33%55.88%
HSB/HSV238°68.06%84.71%
CMYK68.06%65.74%0.00%
15.29%

Color #454AD8 in popluar number systems.

HEX454AD8
Decimal6974216
Binary1000101100101011011000
Octal105112330

Shades and tints

Shades of #454AD8

#454AD8
(69,74,216)
#3F44C5
(63,68,197)
#393EB2
(57,62,178)
#33389F
(51,56,159)
#2D328C
(45,50,140)
#272C79
(39,44,121)
#212666
(33,38,102)
#1B2053
(27,32,83)
#151A40
(21,26,64)
#0F142D
(15,20,45)
#090E1A
(9,14,26)
#000000
(0,0,0)

Tints of #454AD8

#454AD8
(69,74,216)
#555ADB
(85,90,219)
#656ADE
(101,106,222)
#757AE1
(117,122,225)
#858AE4
(133,138,228)
#959AE7
(149,154,231)
#A5AAEA
(165,170,234)
#B5BAED
(181,186,237)
#C5CAF0
(197,202,240)
#D5DAF3
(213,218,243)
#E5EAF6
(229,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454AD8; }

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

This text font color is #454AD8.


Background Color

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

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

This div background color is #454AD8.


Border color

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

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

This div border color is #454AD8.


Opacity

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

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

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

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

This text has shadow with #454AD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454AD8 on black background.


Color preview on white background

This text has color #454AD8 on white background.



Black color preview on #454AD8 background

This text has black color on #454AD8 background.


White color preview on #454AD8 background

This text has white color on #454AD8 background.