COLOR #455487

HEX: #455487
RGB: (69,84,135)

Color info

#455487 contains mainly green and blue colors. Web safe color of #455487 is #336699 (or #369).

RGB color model

#455487 color RGB value is (69,84,135).

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

RGB channels and saturation

R 69 of 255 = 27%
G 84 of 255 = 33%
B 135 of 255 = 53%

69
84
135

R + G + B ~ 38%. #455487 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 84 + 135 = 288 (100%)
R 69 of 288 ~ 23.96%
G 84 of 288 ~ 29.17%
B 135 of 288 ~ 46.88%

%23.96
%29.17
%46.88

CMYK color model

#455487 color CMYK value is (49,38,0,47).

  • cyan value is 48.89%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(49,38,0,47)
C49M38Y0K47 
(49%,38%,0%,47%)
(0.49/0.38/0.00/0.47)	

CMYK percentages

%48.89
%37.78
%0
%47.06

Codes

Color #455487 in popluar color models

455487
RGB6984135
HSL226°32.35%40.00%
HSB/HSV226°48.89%52.94%
CMYK48.89%37.78%0.00%
47.06%

Color #455487 in popluar number systems.

HEX455487
Decimal6984135
Binary1000101101010010000111
Octal105124207

Shades and tints

Shades of #455487

#455487
(69,84,135)
#3F4D7B
(63,77,123)
#39466F
(57,70,111)
#333F63
(51,63,99)
#2D3857
(45,56,87)
#27314B
(39,49,75)
#212A3F
(33,42,63)
#1B2333
(27,35,51)
#151C27
(21,28,39)
#0F151B
(15,21,27)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #455487

#455487
(69,84,135)
#556391
(85,99,145)
#65729B
(101,114,155)
#7581A5
(117,129,165)
#8590AF
(133,144,175)
#959FB9
(149,159,185)
#A5AEC3
(165,174,195)
#B5BDCD
(181,189,205)
#C5CCD7
(197,204,215)
#D5DBE1
(213,219,225)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455487; }

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

This text font color is #455487.


Background Color

.myBgColor { background-color: #455487; }

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

This div background color is #455487.


Border color

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

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

This div border color is #455487.


Opacity

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

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

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

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

This text has shadow with #455487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455487 on black background.


Color preview on white background

This text has color #455487 on white background.



Black color preview on #455487 background

This text has black color on #455487 background.


White color preview on #455487 background

This text has white color on #455487 background.