COLOR #454672

HEX: #454672
RGB: (69,70,114)

Color info

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

RGB color model

#454672 color RGB value is (69,70,114).

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

RGB channels and saturation

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

69
70
114

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

Portions of RGB colors in percentages

R + G + B =
69 + 70 + 114 = 253 (100%)
R 69 of 253 ~ 27.27%
G 70 of 253 ~ 27.67%
B 114 of 253 ~ 45.06%

%27.27
%27.67
%45.06

CMYK color model

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

  • cyan value is 39.47%
  • magenta value is 38.60%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(39,39,0,55)
C39M39Y0K55 
(39%,39%,0%,55%)
(0.39/0.39/0.00/0.55)	

CMYK percentages

%39.47
%38.6
%0
%55.29

Codes

Color #454672 in popluar color models

454672
RGB6970114
HSL239°24.59%35.88%
HSB/HSV239°39.47%44.71%
CMYK39.47%38.60%0.00%
55.29%

Color #454672 in popluar number systems.

HEX454672
Decimal6970114
Binary100010110001101110010
Octal105106162

Shades and tints

Shades of #454672

#454672
(69,70,114)
#3F4068
(63,64,104)
#393A5E
(57,58,94)
#333454
(51,52,84)
#2D2E4A
(45,46,74)
#272840
(39,40,64)
#212236
(33,34,54)
#1B1C2C
(27,28,44)
#151622
(21,22,34)
#0F1018
(15,16,24)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #454672

#454672
(69,70,114)
#55567E
(85,86,126)
#65668A
(101,102,138)
#757696
(117,118,150)
#8586A2
(133,134,162)
#9596AE
(149,150,174)
#A5A6BA
(165,166,186)
#B5B6C6
(181,182,198)
#C5C6D2
(197,198,210)
#D5D6DE
(213,214,222)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454672; }

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

This text font color is #454672.


Background Color

.myBgColor { background-color: #454672; }

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

This div background color is #454672.


Border color

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

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

This div border color is #454672.


Opacity

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

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

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

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

This text has shadow with #454672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454672 on black background.


Color preview on white background

This text has color #454672 on white background.



Black color preview on #454672 background

This text has black color on #454672 background.


White color preview on #454672 background

This text has white color on #454672 background.