COLOR #453481

HEX: #453481 RGB: (69,52,129)

Color info

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

RGB color model

#453481 color RGB value is (69,52,129).

RGB: (69,52,129) (27%, 20%, 51%)

RGB channels and saturation

R 69 of 255 = 27%
G 52 of 255 = 20%
B 129 of 255 = 51%

69
52
129

R + G + B ~ 33%. #453481 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 52 + 129 = 250 (100%)
R 69 of 250 ~ 27.6%
G 52 of 250 ~ 20.8%
B 129 of 250 ~ 51.6'%

%27.6
%20.8
%51.6

CMYK color model

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

  • cyan value is 46.51%
  • magenta value is 59.69%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK: (47,60,0,49) C47M60Y0K49 (47%,60%,0%,49%) (0.47/0.60/0.00/0.49) 

CMYK percentages

%46.51
%59.69
%0
%49.41

Codes

Color #453481 in popluar color models

45 34 81
RGB 69 52 129
HSL 253° 42.54% 35.49%
HSB/HSV 253° 59.69% 50.59%
CMYK 46.51% 59.69% 0.00%
49.41%

Color #453481 in popluar number systems.

HEX 45 34 81
Decimal 69 52 129
Binary 1000101 110100 10000001
Octal 105 64 201

Shades and tints

Shades of #453481

#453481
(69,52,129)
#3F3076
(63,48,118)
#392C6B
(57,44,107)
#332860
(51,40,96)
#2D2455
(45,36,85)
#27204A
(39,32,74)
#211C3F
(33,28,63)
#1B1834
(27,24,52)
#151429
(21,20,41)
#0F101E
(15,16,30)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #453481

#453481
(69,52,129)
#55468C
(85,70,140)
#655897
(101,88,151)
#756AA2
(117,106,162)
#857CAD
(133,124,173)
#958EB8
(149,142,184)
#A5A0C3
(165,160,195)
#B5B2CE
(181,178,206)
#C5C4D9
(197,196,217)
#D5D6E4
(213,214,228)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #453481; }

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

This text font color is #453481.

Background Color

.myBgColor { background-color: #453481; }

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

This div background color is #453481.

Border color

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

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

This div border color is #453481.

Opacity

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

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

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

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

This text has shadow with #453481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #453481.

Preview

Color preview on black background

This text has color #453481 on black background.


Color preview on white background

This text has color #453481 on white background.


Black color preview on #453481 background

This text has black color on #453481 background.


White color preview on #453481 background

This text has white color on #453481 background.


Related colors

Complementary color

Complementary color for #hex is #BACB7E.


I love getcolorcode.com

Triadic colors

1 #814534 and #348145 with #453481 are triadic colors.

2 #813445 and #344581 with #453481 are triadic colors.