COLOR #454F99

HEX: #454F99
RGB: (69,79,153)

Color info

#454F99 contains mainly blue color. Web safe color of #454F99 is #336699 (or #369).

RGB color model

#454F99 color RGB value is (69,79,153).

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

RGB channels and saturation

R 69 of 255 = 27%
G 79 of 255 = 31%
B 153 of 255 = 60%

69
79
153

R + G + B ~ 39%. #454F99 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 79 + 153 = 301 (100%)
R 69 of 301 ~ 22.92%
G 79 of 301 ~ 26.25%
B 153 of 301 ~ 50.83%

%22.92
%26.25
%50.83

CMYK color model

#454F99 color CMYK value is (55,48,0,40).

  • cyan value is 54.90%
  • magenta value is 48.37%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(55,48,0,40)
C55M48Y0K40 
(55%,48%,0%,40%)
(0.55/0.48/0.00/0.40)	

CMYK percentages

%54.9
%48.37
%0
%40

Codes

Color #454F99 in popluar color models

454F99
RGB6979153
HSL233°37.84%43.53%
HSB/HSV233°54.90%60.00%
CMYK54.90%48.37%0.00%
40.00%

Color #454F99 in popluar number systems.

HEX454F99
Decimal6979153
Binary1000101100111110011001
Octal105117231

Shades and tints

Shades of #454F99

#454F99
(69,79,153)
#3F488C
(63,72,140)
#39417F
(57,65,127)
#333A72
(51,58,114)
#2D3365
(45,51,101)
#272C58
(39,44,88)
#21254B
(33,37,75)
#1B1E3E
(27,30,62)
#151731
(21,23,49)
#0F1024
(15,16,36)
#090917
(9,9,23)
#000000
(0,0,0)

Tints of #454F99

#454F99
(69,79,153)
#555FA2
(85,95,162)
#656FAB
(101,111,171)
#757FB4
(117,127,180)
#858FBD
(133,143,189)
#959FC6
(149,159,198)
#A5AFCF
(165,175,207)
#B5BFD8
(181,191,216)
#C5CFE1
(197,207,225)
#D5DFEA
(213,223,234)
#E5EFF3
(229,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454F99; }

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

This text font color is #454F99.


Background Color

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

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

This div background color is #454F99.


Border color

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

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

This div border color is #454F99.


Opacity

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

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

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

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

This text has shadow with #454F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454F99 on black background.


Color preview on white background

This text has color #454F99 on white background.



Black color preview on #454F99 background

This text has black color on #454F99 background.


White color preview on #454F99 background

This text has white color on #454F99 background.