COLOR #451AB2

HEX: #451AB2
RGB: (69,26,178)

Color info

#451AB2 contains mainly blue color. Web safe color of #451AB2 is #330099 (or #309).

RGB color model

#451AB2 color RGB value is (69,26,178).

  • red value is 69;
  • green value is 26;
  • blue value is 178.
RGB:
(69,26,178)
(27%,10%,70%)

RGB channels and saturation

R 69 of 255 = 27%
G 26 of 255 = 10%
B 178 of 255 = 70%

69
26
178

R + G + B ~ 36%. #451AB2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 26 + 178 = 273 (100%)
R 69 of 273 ~ 25.27%
G 26 of 273 ~ 9.52%
B 178 of 273 ~ 65.2%

%25.27
%9.52
%65.2

CMYK color model

#451AB2 color CMYK value is (61,85,0,30).

  • cyan value is 61.24%
  • magenta value is 85.39%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(61,85,0,30)
C61M85Y0K30 
(61%,85%,0%,30%)
(0.61/0.85/0.00/0.30)	

CMYK percentages

%61.24
%85.39
%0
%30.2

Codes

Color #451AB2 in popluar color models

451AB2
RGB6926178
HSL257°74.51%40.00%
HSB/HSV257°85.39%69.80%
CMYK61.24%85.39%0.00%
30.20%

Color #451AB2 in popluar number systems.

HEX451AB2
Decimal6926178
Binary10001011101010110010
Octal10532262

Shades and tints

Shades of #451AB2

#451AB2
(69,26,178)
#3F18A2
(63,24,162)
#391692
(57,22,146)
#331482
(51,20,130)
#2D1272
(45,18,114)
#271062
(39,16,98)
#210E52
(33,14,82)
#1B0C42
(27,12,66)
#150A32
(21,10,50)
#0F0822
(15,8,34)
#090612
(9,6,18)
#000000
(0,0,0)

Tints of #451AB2

#451AB2
(69,26,178)
#552EB9
(85,46,185)
#6542C0
(101,66,192)
#7556C7
(117,86,199)
#856ACE
(133,106,206)
#957ED5
(149,126,213)
#A592DC
(165,146,220)
#B5A6E3
(181,166,227)
#C5BAEA
(197,186,234)
#D5CEF1
(213,206,241)
#E5E2F8
(229,226,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #451AB2 color. Also use rgb(69,26,178) instead hex code.

Text Font Color

.myTextColor { color: #451AB2; }

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

This text font color is #451AB2.


Background Color

.myBgColor { background-color: #451AB2; }

<div style="background-color:#451AB2">Inner text</div>

This div background color is #451AB2.


Border color

.myBorderColor { border: 1px solid #451AB2; }

<div style="border:3px solid #451AB2">Div</div>

This div border color is #451AB2.


Opacity

.myOpacity80 { color: #451AB2; opacity: 0.8; }

<p style="color:#451AB2;opacity:0.8;">80%</p>

Text with #451AB2 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 #451AB2;}

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

This text has shadow with #451AB2 color.

.textShadow {text-shadow: 3px 3px 1px #451AB2, 3px 3px 1px red;}

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

This text has shadow with #451AB2 primary color and red secondary color.


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

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

This text has shadow with #451AB2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #451AB2 on black background.


Color preview on white background

This text has color #451AB2 on white background.



Black color preview on #451AB2 background

This text has black color on #451AB2 background.


White color preview on #451AB2 background

This text has white color on #451AB2 background.