COLOR #455598

HEX: #455598
RGB: (69,85,152)

Color info

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

RGB color model

#455598 color RGB value is (69,85,152).

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

RGB channels and saturation

R 69 of 255 = 27%
G 85 of 255 = 33%
B 152 of 255 = 60%

69
85
152

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

Portions of RGB colors in percentages

R + G + B =
69 + 85 + 152 = 306 (100%)
R 69 of 306 ~ 22.55%
G 85 of 306 ~ 27.78%
B 152 of 306 ~ 49.67%

%22.55
%27.78
%49.67

CMYK color model

#455598 color CMYK value is (55,44,0,40).

  • cyan value is 54.61%
  • magenta value is 44.08%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(55,44,0,40)
C55M44Y0K40 
(55%,44%,0%,40%)
(0.55/0.44/0.00/0.40)	

CMYK percentages

%54.61
%44.08
%0
%40.39

Codes

Color #455598 in popluar color models

455598
RGB6985152
HSL228°37.56%43.33%
HSB/HSV228°54.61%59.61%
CMYK54.61%44.08%0.00%
40.39%

Color #455598 in popluar number systems.

HEX455598
Decimal6985152
Binary1000101101010110011000
Octal105125230

Shades and tints

Shades of #455598

#455598
(69,85,152)
#3F4E8B
(63,78,139)
#39477E
(57,71,126)
#334071
(51,64,113)
#2D3964
(45,57,100)
#273257
(39,50,87)
#212B4A
(33,43,74)
#1B243D
(27,36,61)
#151D30
(21,29,48)
#0F1623
(15,22,35)
#090F16
(9,15,22)
#000000
(0,0,0)

Tints of #455598

#455598
(69,85,152)
#5564A1
(85,100,161)
#6573AA
(101,115,170)
#7582B3
(117,130,179)
#8591BC
(133,145,188)
#95A0C5
(149,160,197)
#A5AFCE
(165,175,206)
#B5BED7
(181,190,215)
#C5CDE0
(197,205,224)
#D5DCE9
(213,220,233)
#E5EBF2
(229,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455598 color. Also use rgb(69,85,152) instead hex code.

Text Font Color

.myTextColor { color: #455598; }

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

This text font color is #455598.


Background Color

.myBgColor { background-color: #455598; }

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

This div background color is #455598.


Border color

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

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

This div border color is #455598.


Opacity

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

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

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

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

This text has shadow with #455598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455598 on black background.


Color preview on white background

This text has color #455598 on white background.



Black color preview on #455598 background

This text has black color on #455598 background.


White color preview on #455598 background

This text has white color on #455598 background.