COLOR #453A97

HEX: #453A97
RGB: (69,58,151)

Color info

#453A97 contains mainly blue color. Web safe color of #453A97 is #333399 (or #339).

RGB color model

#453A97 color RGB value is (69,58,151).

  • red value is 69;
  • green value is 58;
  • blue value is 151.
RGB:
(69,58,151)
(27%,23%,59%)

RGB channels and saturation

R 69 of 255 = 27%
G 58 of 255 = 23%
B 151 of 255 = 59%

69
58
151

R + G + B ~ 36%. #453A97 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 58 + 151 = 278 (100%)
R 69 of 278 ~ 24.82%
G 58 of 278 ~ 20.86%
B 151 of 278 ~ 54.32%

%24.82
%20.86
%54.32

CMYK color model

#453A97 color CMYK value is (54,62,0,41).

  • cyan value is 54.30%
  • magenta value is 61.59%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(54,62,0,41)
C54M62Y0K41 
(54%,62%,0%,41%)
(0.54/0.62/0.00/0.41)	

CMYK percentages

%54.3
%61.59
%0
%40.78

Codes

Color #453A97 in popluar color models

453A97
RGB6958151
HSL247°44.50%40.98%
HSB/HSV247°61.59%59.22%
CMYK54.30%61.59%0.00%
40.78%

Color #453A97 in popluar number systems.

HEX453A97
Decimal6958151
Binary100010111101010010111
Octal10572227

Shades and tints

Shades of #453A97

#453A97
(69,58,151)
#3F358A
(63,53,138)
#39307D
(57,48,125)
#332B70
(51,43,112)
#2D2663
(45,38,99)
#272156
(39,33,86)
#211C49
(33,28,73)
#1B173C
(27,23,60)
#15122F
(21,18,47)
#0F0D22
(15,13,34)
#090815
(9,8,21)
#000000
(0,0,0)

Tints of #453A97

#453A97
(69,58,151)
#554BA0
(85,75,160)
#655CA9
(101,92,169)
#756DB2
(117,109,178)
#857EBB
(133,126,187)
#958FC4
(149,143,196)
#A5A0CD
(165,160,205)
#B5B1D6
(181,177,214)
#C5C2DF
(197,194,223)
#D5D3E8
(213,211,232)
#E5E4F1
(229,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #453A97 color. Also use rgb(69,58,151) instead hex code.

Text Font Color

.myTextColor { color: #453A97; }

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

This text font color is #453A97.


Background Color

.myBgColor { background-color: #453A97; }

<div style="background-color:#453A97">Inner text</div>

This div background color is #453A97.


Border color

.myBorderColor { border: 1px solid #453A97; }

<div style="border:3px solid #453A97">Div</div>

This div border color is #453A97.


Opacity

.myOpacity80 { color: #453A97; opacity: 0.8; }

<p style="color:#453A97;opacity:0.8;">80%</p>

Text with #453A97 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 #453A97;}

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

This text has shadow with #453A97 color.

.textShadow {text-shadow: 3px 3px 1px #453A97, 3px 3px 1px red;}

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

This text has shadow with #453A97 primary color and red secondary color.


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

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

This text has shadow with #453A97 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #453A97 on black background.


Color preview on white background

This text has color #453A97 on white background.



Black color preview on #453A97 background

This text has black color on #453A97 background.


White color preview on #453A97 background

This text has white color on #453A97 background.