COLOR #4612AB

HEX: #4612AB
RGB: (70,18,171)

Color info

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

RGB color model

#4612AB color RGB value is (70,18,171).

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

RGB channels and saturation

R 70 of 255 = 27%
G 18 of 255 = 7%
B 171 of 255 = 67%

70
18
171

R + G + B ~ 34%. #4612AB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 18 + 171 = 259 (100%)
R 70 of 259 ~ 27.03%
G 18 of 259 ~ 6.95%
B 171 of 259 ~ 66.02%

%27.03
%66.02

CMYK color model

#4612AB color CMYK value is (59,89,0,33).

  • cyan value is 59.06%
  • magenta value is 89.47%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(59,89,0,33)
C59M89Y0K33 
(59%,89%,0%,33%)
(0.59/0.89/0.00/0.33)	

CMYK percentages

%59.06
%89.47
%0
%32.94

Codes

Color #4612AB in popluar color models

4612AB
RGB7018171
HSL260°80.95%37.06%
HSB/HSV260°89.47%67.06%
CMYK59.06%89.47%0.00%
32.94%

Color #4612AB in popluar number systems.

HEX4612AB
Decimal7018171
Binary10001101001010101011
Octal10622253

Shades and tints

Shades of #4612AB

#4612AB
(70,18,171)
#40119C
(64,17,156)
#3A108D
(58,16,141)
#340F7E
(52,15,126)
#2E0E6F
(46,14,111)
#280D60
(40,13,96)
#220C51
(34,12,81)
#1C0B42
(28,11,66)
#160A33
(22,10,51)
#100924
(16,9,36)
#0A0815
(10,8,21)
#000000
(0,0,0)

Tints of #4612AB

#4612AB
(70,18,171)
#5627B2
(86,39,178)
#663CB9
(102,60,185)
#7651C0
(118,81,192)
#8666C7
(134,102,199)
#967BCE
(150,123,206)
#A690D5
(166,144,213)
#B6A5DC
(182,165,220)
#C6BAE3
(198,186,227)
#D6CFEA
(214,207,234)
#E6E4F1
(230,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4612AB; }

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

This text font color is #4612AB.


Background Color

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

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

This div background color is #4612AB.


Border color

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

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

This div border color is #4612AB.


Opacity

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

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

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

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

This text has shadow with #4612AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4612AB on black background.


Color preview on white background

This text has color #4612AB on white background.



Black color preview on #4612AB background

This text has black color on #4612AB background.


White color preview on #4612AB background

This text has white color on #4612AB background.