COLOR #454588

HEX: #454588 RGB: (69,69,136)

Color info

#454588 contains mainly blue color. Web safe color of #454588 is #333399 (or #339).

RGB color model

#454588 color RGB value is (69,69,136).

RGB: (69,69,136) (27%, 27%, 53%)

RGB channels and saturation

R 69 of 255 = 27%
G 69 of 255 = 27%
B 136 of 255 = 53%

69
69
136

R + G + B ~ 36%. #454588 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 69 + 136 = 274 (100%)
R 69 of 274 ~ 25.18%
G 69 of 274 ~ 25.18%
B 136 of 274 ~ 49.64'%

%25.18
%25.18
%49.64

CMYK color model

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

  • cyan value is 49.26%
  • magenta value is 49.26%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (49,49,0,47)
C49M49Y0K47 (49%, 49%, 0%, 47%)
(0.49 / 0.49 / 0.00 / 0.47)

CMYK percentages

%49.26
%49.26
%0
%46.67

Codes

Color #454588 in popluar color models

45 45 88
RGB 69 69 136
HSL 240° 32.68% 40.20%
HSB/HSV 240° 49.26% 53.33%
CMYK 49.26% 49.26% 0.00%
46.67%

Color #454588 in popluar number systems.

HEX 45 45 88
Decimal 69 69 136
Binary 1000101 1000101 10001000
Octal 105 105 210

Shades and tints

Shades of #454588

#454588
(69,69,136)
#3F3F7C
(63,63,124)
#393970
(57,57,112)
#333364
(51,51,100)
#2D2D58
(45,45,88)
#27274C
(39,39,76)
#212140
(33,33,64)
#1B1B34
(27,27,52)
#151528
(21,21,40)
#0F0F1C
(15,15,28)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #454588

#454588
(69,69,136)
#555592
(85,85,146)
#65659C
(101,101,156)
#7575A6
(117,117,166)
#8585B0
(133,133,176)
#9595BA
(149,149,186)
#A5A5C4
(165,165,196)
#B5B5CE
(181,181,206)
#C5C5D8
(197,197,216)
#D5D5E2
(213,213,226)
#E5E5EC
(229,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #454588; }

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

This text font color is #454588.

Background Color

.myBgColor { background-color: #454588; }

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

This div background color is #454588.

Border color

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

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

This div border color is #454588.

Opacity

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

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

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

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

This text has shadow with #454588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #454588.

Preview

Color preview on black background

This text has color #454588 on black background.


Color preview on white background

This text has color #454588 on white background.


Black color preview on #454588 background

This text has black color on #454588 background.


White color preview on #454588 background

This text has white color on #454588 background.


Related colors

Complementary color

Complementary color for #hex is #BABA77.


I love getcolorcode.com