COLOR #450B6D

HEX: #450B6D
RGB: (69,11,109)

Color info

#450B6D contains mainly red and blue colors. Web safe color of #450B6D is #330066 (or #306).

RGB color model

#450B6D color RGB value is (69,11,109).

  • red value is 69;
  • green value is 11;
  • blue value is 109.
RGB:
(69,11,109)
(27%,4%,43%)

RGB channels and saturation

R 69 of 255 = 27%
G 11 of 255 = 4%
B 109 of 255 = 43%

69
11
109

R + G + B ~ 25%. #450B6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 11 + 109 = 189 (100%)
R 69 of 189 ~ 36.51%
G 11 of 189 ~ 5.82%
B 109 of 189 ~ 57.67%

%36.51
%57.67

CMYK color model

#450B6D color CMYK value is (37,90,0,57).

  • cyan value is 36.70%
  • magenta value is 89.91%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(37,90,0,57)
C37M90Y0K57 
(37%,90%,0%,57%)
(0.37/0.90/0.00/0.57)	

CMYK percentages

%36.7
%89.91
%0
%57.25

Codes

Color #450B6D in popluar color models

450B6D
RGB6911109
HSL276°81.67%23.53%
HSB/HSV276°89.91%42.75%
CMYK36.70%89.91%0.00%
57.25%

Color #450B6D in popluar number systems.

HEX450B6D
Decimal6911109
Binary100010110111101101
Octal10513155

Shades and tints

Shades of #450B6D

#450B6D
(69,11,109)
#3F0A64
(63,10,100)
#39095B
(57,9,91)
#330852
(51,8,82)
#2D0749
(45,7,73)
#270640
(39,6,64)
#210537
(33,5,55)
#1B042E
(27,4,46)
#150325
(21,3,37)
#0F021C
(15,2,28)
#090113
(9,1,19)
#000000
(0,0,0)

Tints of #450B6D

#450B6D
(69,11,109)
#55217A
(85,33,122)
#653787
(101,55,135)
#754D94
(117,77,148)
#8563A1
(133,99,161)
#9579AE
(149,121,174)
#A58FBB
(165,143,187)
#B5A5C8
(181,165,200)
#C5BBD5
(197,187,213)
#D5D1E2
(213,209,226)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #450B6D color. Also use rgb(69,11,109) instead hex code.

Text Font Color

.myTextColor { color: #450B6D; }

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

This text font color is #450B6D.


Background Color

.myBgColor { background-color: #450B6D; }

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

This div background color is #450B6D.


Border color

.myBorderColor { border: 1px solid #450B6D; }

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

This div border color is #450B6D.


Opacity

.myOpacity80 { color: #450B6D; opacity: 0.8; }

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

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

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

This text has shadow with #450B6D color.

.textShadow {text-shadow: 3px 3px 1px #450B6D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #450B6D on black background.


Color preview on white background

This text has color #450B6D on white background.



Black color preview on #450B6D background

This text has black color on #450B6D background.


White color preview on #450B6D background

This text has white color on #450B6D background.