COLOR #450B6A

HEX: #450B6A
RGB: (69,11,106)

Color info

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

RGB color model

#450B6A color RGB value is (69,11,106).

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

RGB channels and saturation

R 69 of 255 = 27%
G 11 of 255 = 4%
B 106 of 255 = 42%

69
11
106

R + G + B ~ 24%. #450B6A is dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 11 + 106 = 186 (100%)
R 69 of 186 ~ 37.1%
G 11 of 186 ~ 5.91%
B 106 of 186 ~ 56.99%

%37.1
%56.99

CMYK color model

#450B6A color CMYK value is (35,90,0,58).

  • cyan value is 34.91%
  • magenta value is 89.62%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(35,90,0,58)
C35M90Y0K58 
(35%,90%,0%,58%)
(0.35/0.90/0.00/0.58)	

CMYK percentages

%34.91
%89.62
%0
%58.43

Codes

Color #450B6A in popluar color models

450B6A
RGB6911106
HSL277°81.20%22.94%
HSB/HSV277°89.62%41.57%
CMYK34.91%89.62%0.00%
58.43%

Color #450B6A in popluar number systems.

HEX450B6A
Decimal6911106
Binary100010110111101010
Octal10513152

Shades and tints

Shades of #450B6A

#450B6A
(69,11,106)
#3F0A61
(63,10,97)
#390958
(57,9,88)
#33084F
(51,8,79)
#2D0746
(45,7,70)
#27063D
(39,6,61)
#210534
(33,5,52)
#1B042B
(27,4,43)
#150322
(21,3,34)
#0F0219
(15,2,25)
#090110
(9,1,16)
#000000
(0,0,0)

Tints of #450B6A

#450B6A
(69,11,106)
#552177
(85,33,119)
#653784
(101,55,132)
#754D91
(117,77,145)
#85639E
(133,99,158)
#9579AB
(149,121,171)
#A58FB8
(165,143,184)
#B5A5C5
(181,165,197)
#C5BBD2
(197,187,210)
#D5D1DF
(213,209,223)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #450B6A; }

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

This text font color is #450B6A.


Background Color

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

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

This div background color is #450B6A.


Border color

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

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

This div border color is #450B6A.


Opacity

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

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

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

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

This text has shadow with #450B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #450B6A on black background.


Color preview on white background

This text has color #450B6A on white background.



Black color preview on #450B6A background

This text has black color on #450B6A background.


White color preview on #450B6A background

This text has white color on #450B6A background.