COLOR #45497B

HEX: #45497B RGB: (69,73,123)

Color info

#45497B contains red, green and blue colors in about the same proportion. Web safe color of #45497B is #333366 (or #336).

RGB color model

#45497B color RGB value is (69,73,123).

RGB: (69,73,123) (27%, 29%, 48%)

RGB channels and saturation

R 69 of 255 = 27%
G 73 of 255 = 29%
B 123 of 255 = 48%

69
73
123

R + G + B ~ 35%. #45497B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 73 + 123 = 265 (100%)
R 69 of 265 ~ 26.04%
G 73 of 265 ~ 27.55%
B 123 of 265 ~ 46.42'%

%26.04
%27.55
%46.42

CMYK color model

#45497B color CMYK value is (44,41,0,52).

  • cyan value is 43.90%
  • magenta value is 40.65%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (44,41,0,52)
C44M41Y0K52 (44%, 41%, 0%, 52%)
(0.44 / 0.41 / 0.00 / 0.52)

CMYK percentages

%43.9
%40.65
%0
%51.76

Codes

Color #45497B in popluar color models

45 49 7B
RGB 69 73 123
HSL 236° 28.13% 37.65%
HSB/HSV 236° 43.90% 48.24%
CMYK 43.90% 40.65% 0.00%
51.76%

Color #45497B in popluar number systems.

HEX 45 49 7B
Decimal 69 73 123
Binary 1000101 1001001 1111011
Octal 105 111 173

Shades and tints

Shades of #45497B

#45497B
(69,73,123)
#3F4370
(63,67,112)
#393D65
(57,61,101)
#33375A
(51,55,90)
#2D314F
(45,49,79)
#272B44
(39,43,68)
#212539
(33,37,57)
#1B1F2E
(27,31,46)
#151923
(21,25,35)
#0F1318
(15,19,24)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #45497B

#45497B
(69,73,123)
#555987
(85,89,135)
#656993
(101,105,147)
#75799F
(117,121,159)
#8589AB
(133,137,171)
#9599B7
(149,153,183)
#A5A9C3
(165,169,195)
#B5B9CF
(181,185,207)
#C5C9DB
(197,201,219)
#D5D9E7
(213,217,231)
#E5E9F3
(229,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #45497B color. Also use rgb(69,73,123) instead hex code.

Text Font Color

.myTextColor { color: #45497B; }

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

This text font color is #45497B.

Background Color

.myBgColor { background-color: #45497B; }

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

This div background color is #45497B.

Border color

.myBorderColor { border: 1px solid #45497B; }

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

This div border color is #45497B.

Opacity

.myOpacity80 { color: #45497B; opacity: 0.8; }

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

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

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

This text has shadow with #45497B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #45497B.

Preview

Color preview on black background

This text has color #45497B on black background.


Color preview on white background

This text has color #45497B on white background.


Black color preview on #45497B background

This text has black color on #45497B background.


White color preview on #45497B background

This text has white color on #45497B background.


Related colors

Complementary color

Complementary color for #hex is #BAB684.


I love getcolorcode.com

Triadic colors

1 #7B4549 and #497B45 with #45497B are triadic colors.

2 #7B4945 and #49457B with #45497B are triadic colors.