COLOR #453B79

HEX: #453B79 RGB: (69,59,121)

Color info

#453B79 contains mainly red and blue colors. Web safe color of #453B79 is #333366 (or #336).

RGB color model

#453B79 color RGB value is (69,59,121).

RGB: (69,59,121) (27%, 23%, 47%)

RGB channels and saturation

R 69 of 255 = 27%
G 59 of 255 = 23%
B 121 of 255 = 47%

69
59
121

R + G + B ~ 32%. #453B79 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 59 + 121 = 249 (100%)
R 69 of 249 ~ 27.71%
G 59 of 249 ~ 23.69%
B 121 of 249 ~ 48.59'%

%27.71
%23.69
%48.59

CMYK color model

#453B79 color CMYK value is (43,51,0,53).

  • cyan value is 42.98%
  • magenta value is 51.24%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (43,51,0,53)
C43M51Y0K53 (43%, 51%, 0%, 53%)
(0.43 / 0.51 / 0.00 / 0.53)

CMYK percentages

%42.98
%51.24
%0
%52.55

Codes

Color #453B79 in popluar color models

45 3B 79
RGB 69 59 121
HSL 250° 34.44% 35.29%
HSB/HSV 250° 51.24% 47.45%
CMYK 42.98% 51.24% 0.00%
52.55%

Color #453B79 in popluar number systems.

HEX 45 3B 79
Decimal 69 59 121
Binary 1000101 111011 1111001
Octal 105 73 171

Shades and tints

Shades of #453B79

#453B79
(69,59,121)
#3F366E
(63,54,110)
#393163
(57,49,99)
#332C58
(51,44,88)
#2D274D
(45,39,77)
#272242
(39,34,66)
#211D37
(33,29,55)
#1B182C
(27,24,44)
#151321
(21,19,33)
#0F0E16
(15,14,22)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #453B79

#453B79
(69,59,121)
#554C85
(85,76,133)
#655D91
(101,93,145)
#756E9D
(117,110,157)
#857FA9
(133,127,169)
#9590B5
(149,144,181)
#A5A1C1
(165,161,193)
#B5B2CD
(181,178,205)
#C5C3D9
(197,195,217)
#D5D4E5
(213,212,229)
#E5E5F1
(229,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #453B79 color. Also use rgb(69,59,121) instead hex code.

Text Font Color

.myTextColor { color: #453B79; }

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

This text font color is #453B79.

Background Color

.myBgColor { background-color: #453B79; }

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

This div background color is #453B79.

Border color

.myBorderColor { border: 1px solid #453B79; }

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

This div border color is #453B79.

Opacity

.myOpacity80 { color: #453B79; opacity: 0.8; }

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

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

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

This text has shadow with #453B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #453B79.

Preview

Color preview on black background

This text has color #453B79 on black background.


Color preview on white background

This text has color #453B79 on white background.


Black color preview on #453B79 background

This text has black color on #453B79 background.


White color preview on #453B79 background

This text has white color on #453B79 background.


Related colors

Complementary color

Complementary color for #hex is #BAC486.


I love getcolorcode.com

Triadic colors

1 #79453B and #3B7945 with #453B79 are triadic colors.

2 #793B45 and #3B4579 with #453B79 are triadic colors.