COLOR #452D9B

HEX: #452D9B
RGB: (69,45,155)

Color info

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

RGB color model

#452D9B color RGB value is (69,45,155).

  • red value is 69;
  • green value is 45;
  • blue value is 155.
RGB:
(69,45,155)
(27%,18%,61%)

RGB channels and saturation

R 69 of 255 = 27%
G 45 of 255 = 18%
B 155 of 255 = 61%

69
45
155

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

Portions of RGB colors in percentages

R + G + B =
69 + 45 + 155 = 269 (100%)
R 69 of 269 ~ 25.65%
G 45 of 269 ~ 16.73%
B 155 of 269 ~ 57.62%

%25.65
%16.73
%57.62

CMYK color model

#452D9B color CMYK value is (55,71,0,39).

  • cyan value is 55.48%
  • magenta value is 70.97%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(55,71,0,39)
C55M71Y0K39 
(55%,71%,0%,39%)
(0.55/0.71/0.00/0.39)	

CMYK percentages

%55.48
%70.97
%0
%39.22

Codes

Color #452D9B in popluar color models

452D9B
RGB6945155
HSL253°55.00%39.22%
HSB/HSV253°70.97%60.78%
CMYK55.48%70.97%0.00%
39.22%

Color #452D9B in popluar number systems.

HEX452D9B
Decimal6945155
Binary100010110110110011011
Octal10555233

Shades and tints

Shades of #452D9B

#452D9B
(69,45,155)
#3F298D
(63,41,141)
#39257F
(57,37,127)
#332171
(51,33,113)
#2D1D63
(45,29,99)
#271955
(39,25,85)
#211547
(33,21,71)
#1B1139
(27,17,57)
#150D2B
(21,13,43)
#0F091D
(15,9,29)
#09050F
(9,5,15)
#000000
(0,0,0)

Tints of #452D9B

#452D9B
(69,45,155)
#5540A4
(85,64,164)
#6553AD
(101,83,173)
#7566B6
(117,102,182)
#8579BF
(133,121,191)
#958CC8
(149,140,200)
#A59FD1
(165,159,209)
#B5B2DA
(181,178,218)
#C5C5E3
(197,197,227)
#D5D8EC
(213,216,236)
#E5EBF5
(229,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #452D9B color. Also use rgb(69,45,155) instead hex code.

Text Font Color

.myTextColor { color: #452D9B; }

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

This text font color is #452D9B.


Background Color

.myBgColor { background-color: #452D9B; }

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

This div background color is #452D9B.


Border color

.myBorderColor { border: 1px solid #452D9B; }

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

This div border color is #452D9B.


Opacity

.myOpacity80 { color: #452D9B; opacity: 0.8; }

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

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

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

This text has shadow with #452D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #452D9B on black background.


Color preview on white background

This text has color #452D9B on white background.



Black color preview on #452D9B background

This text has black color on #452D9B background.


White color preview on #452D9B background

This text has white color on #452D9B background.