COLOR #454F71

HEX: #454F71
RGB: (69,79,113)

Color info

#454F71 contains red, green and blue colors in about the same proportion. Web safe color of #454F71 is #336666 (or #366).

RGB color model

#454F71 color RGB value is (69,79,113).

  • red value is 69;
  • green value is 79;
  • blue value is 113.
RGB:
(69,79,113)
(27%,31%,44%)

RGB channels and saturation

R 69 of 255 = 27%
G 79 of 255 = 31%
B 113 of 255 = 44%

69
79
113

R + G + B ~ 34%. #454F71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 79 + 113 = 261 (100%)
R 69 of 261 ~ 26.44%
G 79 of 261 ~ 30.27%
B 113 of 261 ~ 43.3%

%26.44
%30.27
%43.3

CMYK color model

#454F71 color CMYK value is (39,30,0,56).

  • cyan value is 38.94%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(39,30,0,56)
C39M30Y0K56 
(39%,30%,0%,56%)
(0.39/0.30/0.00/0.56)	

CMYK percentages

%38.94
%30.09
%0
%55.69

Codes

Color #454F71 in popluar color models

454F71
RGB6979113
HSL226°24.18%35.69%
HSB/HSV226°38.94%44.31%
CMYK38.94%30.09%0.00%
55.69%

Color #454F71 in popluar number systems.

HEX454F71
Decimal6979113
Binary100010110011111110001
Octal105117161

Shades and tints

Shades of #454F71

#454F71
(69,79,113)
#3F4867
(63,72,103)
#39415D
(57,65,93)
#333A53
(51,58,83)
#2D3349
(45,51,73)
#272C3F
(39,44,63)
#212535
(33,37,53)
#1B1E2B
(27,30,43)
#151721
(21,23,33)
#0F1017
(15,16,23)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #454F71

#454F71
(69,79,113)
#555F7D
(85,95,125)
#656F89
(101,111,137)
#757F95
(117,127,149)
#858FA1
(133,143,161)
#959FAD
(149,159,173)
#A5AFB9
(165,175,185)
#B5BFC5
(181,191,197)
#C5CFD1
(197,207,209)
#D5DFDD
(213,223,221)
#E5EFE9
(229,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454F71 color. Also use rgb(69,79,113) instead hex code.

Text Font Color

.myTextColor { color: #454F71; }

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

This text font color is #454F71.


Background Color

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

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

This div background color is #454F71.


Border color

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

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

This div border color is #454F71.


Opacity

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

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

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

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

This text has shadow with #454F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454F71 on black background.


Color preview on white background

This text has color #454F71 on white background.



Black color preview on #454F71 background

This text has black color on #454F71 background.


White color preview on #454F71 background

This text has white color on #454F71 background.