COLOR #455999

HEX: #455999 RGB: (69,89,153)

Color info

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

RGB color model

#455999 color RGB value is (69,89,153).

RGB: (69,89,153) (27%, 35%, 60%)

RGB channels and saturation

R 69 of 255 = 27%
G 89 of 255 = 35%
B 153 of 255 = 60%

69
89
153

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

Portions of RGB colors in percentages

R + G + B = 69 + 89 + 153 = 311 (100%)
R 69 of 311 ~ 22.19%
G 89 of 311 ~ 28.62%
B 153 of 311 ~ 49.2'%

%22.19
%28.62
%49.2

CMYK color model

#455999 color CMYK value is (55,42,0,40).

  • cyan value is 54.90%
  • magenta value is 41.83%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (55,42,0,40)
C55M42Y0K40 (55%, 42%, 0%, 40%)
(0.55 / 0.42 / 0.00 / 0.40)

CMYK percentages

%54.9
%41.83
%0
%40

Codes

Color #455999 in popluar color models

45 59 99
RGB 69 89 153
HSL 226° 37.84% 43.53%
HSB/HSV 226° 54.90% 60.00%
CMYK 54.90% 41.83% 0.00%
40.00%

Color #455999 in popluar number systems.

HEX 45 59 99
Decimal 69 89 153
Binary 1000101 1011001 10011001
Octal 105 131 231

Shades and tints

Shades of #455999

#455999
(69,89,153)
#3F518C
(63,81,140)
#39497F
(57,73,127)
#334172
(51,65,114)
#2D3965
(45,57,101)
#273158
(39,49,88)
#21294B
(33,41,75)
#1B213E
(27,33,62)
#151931
(21,25,49)
#0F1124
(15,17,36)
#090917
(9,9,23)
#000000
(0,0,0)

Tints of #455999

#455999
(69,89,153)
#5568A2
(85,104,162)
#6577AB
(101,119,171)
#7586B4
(117,134,180)
#8595BD
(133,149,189)
#95A4C6
(149,164,198)
#A5B3CF
(165,179,207)
#B5C2D8
(181,194,216)
#C5D1E1
(197,209,225)
#D5E0EA
(213,224,234)
#E5EFF3
(229,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455999; }

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

This text font color is #455999.

Background Color

.myBgColor { background-color: #455999; }

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

This div background color is #455999.

Border color

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

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

This div border color is #455999.

Opacity

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

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

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

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

This text has shadow with #455999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #455999.

Preview

Color preview on black background

This text has color #455999 on black background.


Color preview on white background

This text has color #455999 on white background.


Black color preview on #455999 background

This text has black color on #455999 background.


White color preview on #455999 background

This text has white color on #455999 background.


Related colors

Complementary color

Complementary color for #hex is #BAA666.


I love getcolorcode.com

Triadic colors

1 #994559 and #599945 with #455999 are triadic colors.

2 #995945 and #594599 with #455999 are triadic colors.