COLOR #450F74

HEX: #450F74
RGB: (69,15,116)

Color info

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

RGB color model

#450F74 color RGB value is (69,15,116).

  • red value is 69;
  • green value is 15;
  • blue value is 116.
RGB:
(69,15,116)
(27%,6%,45%)

RGB channels and saturation

R 69 of 255 = 27%
G 15 of 255 = 6%
B 116 of 255 = 45%

69
15
116

R + G + B ~ 26%. #450F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 15 + 116 = 200 (100%)
R 69 of 200 ~ 34.5%
G 15 of 200 ~ 7.5%
B 116 of 200 ~ 58%

%34.5
%58

CMYK color model

#450F74 color CMYK value is (41,87,0,55).

  • cyan value is 40.52%
  • magenta value is 87.07%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(41,87,0,55)
C41M87Y0K55 
(41%,87%,0%,55%)
(0.41/0.87/0.00/0.55)	

CMYK percentages

%40.52
%87.07
%0
%54.51

Codes

Color #450F74 in popluar color models

450F74
RGB6915116
HSL272°77.10%25.69%
HSB/HSV272°87.07%45.49%
CMYK40.52%87.07%0.00%
54.51%

Color #450F74 in popluar number systems.

HEX450F74
Decimal6915116
Binary100010111111110100
Octal10517164

Shades and tints

Shades of #450F74

#450F74
(69,15,116)
#3F0E6A
(63,14,106)
#390D60
(57,13,96)
#330C56
(51,12,86)
#2D0B4C
(45,11,76)
#270A42
(39,10,66)
#210938
(33,9,56)
#1B082E
(27,8,46)
#150724
(21,7,36)
#0F061A
(15,6,26)
#090510
(9,5,16)
#000000
(0,0,0)

Tints of #450F74

#450F74
(69,15,116)
#552480
(85,36,128)
#65398C
(101,57,140)
#754E98
(117,78,152)
#8563A4
(133,99,164)
#9578B0
(149,120,176)
#A58DBC
(165,141,188)
#B5A2C8
(181,162,200)
#C5B7D4
(197,183,212)
#D5CCE0
(213,204,224)
#E5E1EC
(229,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #450F74 color. Also use rgb(69,15,116) instead hex code.

Text Font Color

.myTextColor { color: #450F74; }

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

This text font color is #450F74.


Background Color

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

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

This div background color is #450F74.


Border color

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

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

This div border color is #450F74.


Opacity

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

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

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

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

This text has shadow with #450F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #450F74 on black background.


Color preview on white background

This text has color #450F74 on white background.



Black color preview on #450F74 background

This text has black color on #450F74 background.


White color preview on #450F74 background

This text has white color on #450F74 background.