COLOR #4600AB

HEX: #4600AB
RGB: (70,0,171)

Color info

#4600AB contains mainly blue color. Web safe color of #4600AB is #330099 (or #309).

RGB color model

#4600AB color RGB value is (70,0,171).

  • red value is 70;
  • green value is 0;
  • blue value is 171.
RGB:
(70,0,171)
(27%,0%,67%)

RGB channels and saturation

R 70 of 255 = 27%
G 0 of 255 = 0%
B 171 of 255 = 67%

70
0
171

R + G + B ~ 31%. #4600AB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 0 + 171 = 241 (100%)
R 70 of 241 ~ 29.05%
G 0 of 241 ~ 0%
B 171 of 241 ~ 70.95%

%29.05
%70.95

CMYK color model

#4600AB color CMYK value is (59,100,0,33).

  • cyan value is 59.06%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(59,100,0,33)
C59M100Y0K33 
(59%,100%,0%,33%)
(0.59/1.00/0.00/0.33)	

CMYK percentages

%59.06
%100
%0
%32.94

Codes

Color #4600AB in popluar color models

4600AB
RGB700171
HSL265°100.00%33.53%
HSB/HSV265°100.00%67.06%
CMYK59.06%100.00%0.00%
32.94%

Color #4600AB in popluar number systems.

HEX4600AB
Decimal700171
Binary1000110010101011
Octal1060253

Shades and tints

Shades of #4600AB

#4600AB
(70,0,171)
#40009C
(64,0,156)
#3A008D
(58,0,141)
#34007E
(52,0,126)
#2E006F
(46,0,111)
#280060
(40,0,96)
#220051
(34,0,81)
#1C0042
(28,0,66)
#160033
(22,0,51)
#100024
(16,0,36)
#0A0015
(10,0,21)
#000000
(0,0,0)

Tints of #4600AB

#4600AB
(70,0,171)
#5617B2
(86,23,178)
#662EB9
(102,46,185)
#7645C0
(118,69,192)
#865CC7
(134,92,199)
#9673CE
(150,115,206)
#A68AD5
(166,138,213)
#B6A1DC
(182,161,220)
#C6B8E3
(198,184,227)
#D6CFEA
(214,207,234)
#E6E6F1
(230,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4600AB color. Also use rgb(70,0,171) instead hex code.

Text Font Color

.myTextColor { color: #4600AB; }

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

This text font color is #4600AB.


Background Color

.myBgColor { background-color: #4600AB; }

<div style="background-color:#4600AB">Inner text</div>

This div background color is #4600AB.


Border color

.myBorderColor { border: 1px solid #4600AB; }

<div style="border:3px solid #4600AB">Div</div>

This div border color is #4600AB.


Opacity

.myOpacity80 { color: #4600AB; opacity: 0.8; }

<p style="color:#4600AB;opacity:0.8;">80%</p>

Text with #4600AB 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 #4600AB;}

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

This text has shadow with #4600AB color.

.textShadow {text-shadow: 3px 3px 1px #4600AB, 3px 3px 1px red;}

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

This text has shadow with #4600AB primary color and red secondary color.


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

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

This text has shadow with #4600AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4600AB on black background.


Color preview on white background

This text has color #4600AB on white background.



Black color preview on #4600AB background

This text has black color on #4600AB background.


White color preview on #4600AB background

This text has white color on #4600AB background.