COLOR #51469A

HEX: #51469A
RGB: (81,70,154)

Color info

#51469A contains mainly blue color. Web safe color of #51469A is #663399 (or #639).

RGB color model

#51469A color RGB value is (81,70,154).

  • red value is 81;
  • green value is 70;
  • blue value is 154.
RGB:
(81,70,154)
(32%,27%,60%)

RGB channels and saturation

R 81 of 255 = 32%
G 70 of 255 = 27%
B 154 of 255 = 60%

81
70
154

R + G + B ~ 40%. #51469A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 70 + 154 = 305 (100%)
R 81 of 305 ~ 26.56%
G 70 of 305 ~ 22.95%
B 154 of 305 ~ 50.49%

%26.56
%22.95
%50.49

CMYK color model

#51469A color CMYK value is (47,55,0,40).

  • cyan value is 47.40%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(47,55,0,40)
C47M55Y0K40 
(47%,55%,0%,40%)
(0.47/0.55/0.00/0.40)	

CMYK percentages

%47.4
%54.55
%0
%39.61

Codes

Color #51469A in popluar color models

51469A
RGB8170154
HSL248°37.50%43.92%
HSB/HSV248°54.55%60.39%
CMYK47.40%54.55%0.00%
39.61%

Color #51469A in popluar number systems.

HEX51469A
Decimal8170154
Binary1010001100011010011010
Octal121106232

Shades and tints

Shades of #51469A

#51469A
(81,70,154)
#4A408C
(74,64,140)
#433A7E
(67,58,126)
#3C3470
(60,52,112)
#352E62
(53,46,98)
#2E2854
(46,40,84)
#272246
(39,34,70)
#201C38
(32,28,56)
#19162A
(25,22,42)
#12101C
(18,16,28)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #51469A

#51469A
(81,70,154)
#6056A3
(96,86,163)
#6F66AC
(111,102,172)
#7E76B5
(126,118,181)
#8D86BE
(141,134,190)
#9C96C7
(156,150,199)
#ABA6D0
(171,166,208)
#BAB6D9
(186,182,217)
#C9C6E2
(201,198,226)
#D8D6EB
(216,214,235)
#E7E6F4
(231,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51469A color. Also use rgb(81,70,154) instead hex code.

Text Font Color

.myTextColor { color: #51469A; }

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

This text font color is #51469A.


Background Color

.myBgColor { background-color: #51469A; }

<div style="background-color:#51469A">Inner text</div>

This div background color is #51469A.


Border color

.myBorderColor { border: 1px solid #51469A; }

<div style="border:3px solid #51469A">Div</div>

This div border color is #51469A.


Opacity

.myOpacity80 { color: #51469A; opacity: 0.8; }

<p style="color:#51469A;opacity:0.8;">80%</p>

Text with #51469A 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 #51469A;}

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

This text has shadow with #51469A color.

.textShadow {text-shadow: 3px 3px 1px #51469A, 3px 3px 1px red;}

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

This text has shadow with #51469A primary color and red secondary color.


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

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

This text has shadow with #51469A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51469A on black background.


Color preview on white background

This text has color #51469A on white background.



Black color preview on #51469A background

This text has black color on #51469A background.


White color preview on #51469A background

This text has white color on #51469A background.