COLOR #454C7F

HEX: #454C7F RGB: (69,76,127)

Color info

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

RGB color model

#454C7F color RGB value is (69,76,127).

RGB: (69,76,127) (27%, 30%, 50%)

RGB channels and saturation

R 69 of 255 = 27%
G 76 of 255 = 30%
B 127 of 255 = 50%

69
76
127

R + G + B ~ 36%. #454C7F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 76 + 127 = 272 (100%)
R 69 of 272 ~ 25.37%
G 76 of 272 ~ 27.94%
B 127 of 272 ~ 46.69'%

%25.37
%27.94
%46.69

CMYK color model

#454C7F color CMYK value is (46,40,0,50).

  • cyan value is 45.67%
  • magenta value is 40.16%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (46,40,0,50) C46M40Y0K50 (46%,40%,0%,50%) (0.46/0.40/0.00/0.50) 

CMYK percentages

%45.67
%40.16
%0
%50.2

Codes

Color #454C7F in popluar color models

45 4C 7F
RGB 69 76 127
HSL 233° 29.59% 38.43%
HSB/HSV 233° 45.67% 49.80%
CMYK 45.67% 40.16% 0.00%
50.20%

Color #454C7F in popluar number systems.

HEX 45 4C 7F
Decimal 69 76 127
Binary 1000101 1001100 1111111
Octal 105 114 177

Shades and tints

Shades of #454C7F

#454C7F
(69,76,127)
#3F4674
(63,70,116)
#394069
(57,64,105)
#333A5E
(51,58,94)
#2D3453
(45,52,83)
#272E48
(39,46,72)
#21283D
(33,40,61)
#1B2232
(27,34,50)
#151C27
(21,28,39)
#0F161C
(15,22,28)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #454C7F

#454C7F
(69,76,127)
#555C8A
(85,92,138)
#656C95
(101,108,149)
#757CA0
(117,124,160)
#858CAB
(133,140,171)
#959CB6
(149,156,182)
#A5ACC1
(165,172,193)
#B5BCCC
(181,188,204)
#C5CCD7
(197,204,215)
#D5DCE2
(213,220,226)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454C7F color. Also use rgb(69,76,127) instead hex code.

Text Font Color

.myTextColor { color: #454C7F; }

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

This text font color is #454C7F.

Background Color

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

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

This div background color is #454C7F.

Border color

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

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

This div border color is #454C7F.

Opacity

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

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

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

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

This text has shadow with #454C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #454C7F.

Preview

Color preview on black background

This text has color #454C7F on black background.


Color preview on white background

This text has color #454C7F on white background.


Black color preview on #454C7F background

This text has black color on #454C7F background.


White color preview on #454C7F background

This text has white color on #454C7F background.


Related colors

Complementary color

Complementary color for #hex is #BAB380.


I love getcolorcode.com

Triadic colors

1 #7F454C and #4C7F45 with #454C7F are triadic colors.

2 #7F4C45 and #4C457F with #454C7F are triadic colors.