COLOR #454472

HEX: #454472
RGB: (69,68,114)

Color info

#454472 contains red, green and blue colors in about the same proportion. Web safe color of #454472 is #333366 (or #336).

RGB color model

#454472 color RGB value is (69,68,114).

  • red value is 69;
  • green value is 68;
  • blue value is 114.
RGB:
(69,68,114)
(27%,27%,45%)

RGB channels and saturation

R 69 of 255 = 27%
G 68 of 255 = 27%
B 114 of 255 = 45%

69
68
114

R + G + B ~ 33%. #454472 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 68 + 114 = 251 (100%)
R 69 of 251 ~ 27.49%
G 68 of 251 ~ 27.09%
B 114 of 251 ~ 45.42%

%27.49
%27.09
%45.42

CMYK color model

#454472 color CMYK value is (39,40,0,55).

  • cyan value is 39.47%
  • magenta value is 40.35%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(39,40,0,55)
C39M40Y0K55 
(39%,40%,0%,55%)
(0.39/0.40/0.00/0.55)	

CMYK percentages

%39.47
%40.35
%0
%55.29

Codes

Color #454472 in popluar color models

454472
RGB6968114
HSL241°25.27%35.69%
HSB/HSV241°40.35%44.71%
CMYK39.47%40.35%0.00%
55.29%

Color #454472 in popluar number systems.

HEX454472
Decimal6968114
Binary100010110001001110010
Octal105104162

Shades and tints

Shades of #454472

#454472
(69,68,114)
#3F3E68
(63,62,104)
#39385E
(57,56,94)
#333254
(51,50,84)
#2D2C4A
(45,44,74)
#272640
(39,38,64)
#212036
(33,32,54)
#1B1A2C
(27,26,44)
#151422
(21,20,34)
#0F0E18
(15,14,24)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #454472

#454472
(69,68,114)
#55557E
(85,85,126)
#65668A
(101,102,138)
#757796
(117,119,150)
#8588A2
(133,136,162)
#9599AE
(149,153,174)
#A5AABA
(165,170,186)
#B5BBC6
(181,187,198)
#C5CCD2
(197,204,210)
#D5DDDE
(213,221,222)
#E5EEEA
(229,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454472 color. Also use rgb(69,68,114) instead hex code.

Text Font Color

.myTextColor { color: #454472; }

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

This text font color is #454472.


Background Color

.myBgColor { background-color: #454472; }

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

This div background color is #454472.


Border color

.myBorderColor { border: 1px solid #454472; }

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

This div border color is #454472.


Opacity

.myOpacity80 { color: #454472; opacity: 0.8; }

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

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

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

This text has shadow with #454472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454472 on black background.


Color preview on white background

This text has color #454472 on white background.



Black color preview on #454472 background

This text has black color on #454472 background.


White color preview on #454472 background

This text has white color on #454472 background.