COLOR #455499

HEX: #455499
RGB: (69,84,153)

Color info

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

RGB color model

#455499 color RGB value is (69,84,153).

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

RGB channels and saturation

R 69 of 255 = 27%
G 84 of 255 = 33%
B 153 of 255 = 60%

69
84
153

R + G + B ~ 40%. #455499 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 84 + 153 = 306 (100%)
R 69 of 306 ~ 22.55%
G 84 of 306 ~ 27.45%
B 153 of 306 ~ 50%

%22.55
%27.45
%50

CMYK color model

#455499 color CMYK value is (55,45,0,40).

  • cyan value is 54.90%
  • magenta value is 45.10%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(55,45,0,40)
C55M45Y0K40 
(55%,45%,0%,40%)
(0.55/0.45/0.00/0.40)	

CMYK percentages

%54.9
%45.1
%0
%40

Codes

Color #455499 in popluar color models

455499
RGB6984153
HSL229°37.84%43.53%
HSB/HSV229°54.90%60.00%
CMYK54.90%45.10%0.00%
40.00%

Color #455499 in popluar number systems.

HEX455499
Decimal6984153
Binary1000101101010010011001
Octal105124231

Shades and tints

Shades of #455499

#455499
(69,84,153)
#3F4D8C
(63,77,140)
#39467F
(57,70,127)
#333F72
(51,63,114)
#2D3865
(45,56,101)
#273158
(39,49,88)
#212A4B
(33,42,75)
#1B233E
(27,35,62)
#151C31
(21,28,49)
#0F1524
(15,21,36)
#090E17
(9,14,23)
#000000
(0,0,0)

Tints of #455499

#455499
(69,84,153)
#5563A2
(85,99,162)
#6572AB
(101,114,171)
#7581B4
(117,129,180)
#8590BD
(133,144,189)
#959FC6
(149,159,198)
#A5AECF
(165,174,207)
#B5BDD8
(181,189,216)
#C5CCE1
(197,204,225)
#D5DBEA
(213,219,234)
#E5EAF3
(229,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455499; }

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

This text font color is #455499.


Background Color

.myBgColor { background-color: #455499; }

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

This div background color is #455499.


Border color

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

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

This div border color is #455499.


Opacity

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

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

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

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

This text has shadow with #455499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455499 on black background.


Color preview on white background

This text has color #455499 on white background.



Black color preview on #455499 background

This text has black color on #455499 background.


White color preview on #455499 background

This text has white color on #455499 background.