COLOR #454A6D

HEX: #454A6D
RGB: (69,74,109)

Color info

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

RGB color model

#454A6D color RGB value is (69,74,109).

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

RGB channels and saturation

R 69 of 255 = 27%
G 74 of 255 = 29%
B 109 of 255 = 43%

69
74
109

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

Portions of RGB colors in percentages

R + G + B =
69 + 74 + 109 = 252 (100%)
R 69 of 252 ~ 27.38%
G 74 of 252 ~ 29.37%
B 109 of 252 ~ 43.25%

%27.38
%29.37
%43.25

CMYK color model

#454A6D color CMYK value is (37,32,0,57).

  • cyan value is 36.70%
  • magenta value is 32.11%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(37,32,0,57)
C37M32Y0K57 
(37%,32%,0%,57%)
(0.37/0.32/0.00/0.57)	

CMYK percentages

%36.7
%32.11
%0
%57.25

Codes

Color #454A6D in popluar color models

454A6D
RGB6974109
HSL233°22.47%34.90%
HSB/HSV233°36.70%42.75%
CMYK36.70%32.11%0.00%
57.25%

Color #454A6D in popluar number systems.

HEX454A6D
Decimal6974109
Binary100010110010101101101
Octal105112155

Shades and tints

Shades of #454A6D

#454A6D
(69,74,109)
#3F4464
(63,68,100)
#393E5B
(57,62,91)
#333852
(51,56,82)
#2D3249
(45,50,73)
#272C40
(39,44,64)
#212637
(33,38,55)
#1B202E
(27,32,46)
#151A25
(21,26,37)
#0F141C
(15,20,28)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #454A6D

#454A6D
(69,74,109)
#555A7A
(85,90,122)
#656A87
(101,106,135)
#757A94
(117,122,148)
#858AA1
(133,138,161)
#959AAE
(149,154,174)
#A5AABB
(165,170,187)
#B5BAC8
(181,186,200)
#C5CAD5
(197,202,213)
#D5DAE2
(213,218,226)
#E5EAEF
(229,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454A6D; }

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

This text font color is #454A6D.


Background Color

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

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

This div background color is #454A6D.


Border color

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

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

This div border color is #454A6D.


Opacity

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

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

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

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

This text has shadow with #454A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454A6D on black background.


Color preview on white background

This text has color #454A6D on white background.



Black color preview on #454A6D background

This text has black color on #454A6D background.


White color preview on #454A6D background

This text has white color on #454A6D background.