COLOR #455584

HEX: #455584
RGB: (69,85,132)

Color info

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

RGB color model

#455584 color RGB value is (69,85,132).

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

RGB channels and saturation

R 69 of 255 = 27%
G 85 of 255 = 33%
B 132 of 255 = 52%

69
85
132

R + G + B ~ 37%. #455584 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 85 + 132 = 286 (100%)
R 69 of 286 ~ 24.13%
G 85 of 286 ~ 29.72%
B 132 of 286 ~ 46.15%

%24.13
%29.72
%46.15

CMYK color model

#455584 color CMYK value is (48,36,0,48).

  • cyan value is 47.73%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(48,36,0,48)
C48M36Y0K48 
(48%,36%,0%,48%)
(0.48/0.36/0.00/0.48)	

CMYK percentages

%47.73
%35.61
%0
%48.24

Codes

Color #455584 in popluar color models

455584
RGB6985132
HSL225°31.34%39.41%
HSB/HSV225°47.73%51.76%
CMYK47.73%35.61%0.00%
48.24%

Color #455584 in popluar number systems.

HEX455584
Decimal6985132
Binary1000101101010110000100
Octal105125204

Shades and tints

Shades of #455584

#455584
(69,85,132)
#3F4E78
(63,78,120)
#39476C
(57,71,108)
#334060
(51,64,96)
#2D3954
(45,57,84)
#273248
(39,50,72)
#212B3C
(33,43,60)
#1B2430
(27,36,48)
#151D24
(21,29,36)
#0F1618
(15,22,24)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #455584

#455584
(69,85,132)
#55648F
(85,100,143)
#65739A
(101,115,154)
#7582A5
(117,130,165)
#8591B0
(133,145,176)
#95A0BB
(149,160,187)
#A5AFC6
(165,175,198)
#B5BED1
(181,190,209)
#C5CDDC
(197,205,220)
#D5DCE7
(213,220,231)
#E5EBF2
(229,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #455584; }

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

This text font color is #455584.


Background Color

.myBgColor { background-color: #455584; }

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

This div background color is #455584.


Border color

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

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

This div border color is #455584.


Opacity

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

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

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

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

This text has shadow with #455584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455584 on black background.


Color preview on white background

This text has color #455584 on white background.



Black color preview on #455584 background

This text has black color on #455584 background.


White color preview on #455584 background

This text has white color on #455584 background.