COLOR #4A10AB

HEX: #4A10AB
RGB: (74,16,171)

Color info

#4A10AB contains mainly blue color. Web safe color of #4A10AB is #330099 (or #309).

RGB color model

#4A10AB color RGB value is (74,16,171).

  • red value is 74;
  • green value is 16;
  • blue value is 171.
RGB:
(74,16,171)
(29%,6%,67%)

RGB channels and saturation

R 74 of 255 = 29%
G 16 of 255 = 6%
B 171 of 255 = 67%

74
16
171

R + G + B ~ 34%. #4A10AB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 16 + 171 = 261 (100%)
R 74 of 261 ~ 28.35%
G 16 of 261 ~ 6.13%
B 171 of 261 ~ 65.52%

%28.35
%65.52

CMYK color model

#4A10AB color CMYK value is (57,91,0,33).

  • cyan value is 56.73%
  • magenta value is 90.64%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(57,91,0,33)
C57M91Y0K33 
(57%,91%,0%,33%)
(0.57/0.91/0.00/0.33)	

CMYK percentages

%56.73
%90.64
%0
%32.94

Codes

Color #4A10AB in popluar color models

4A10AB
RGB7416171
HSL262°82.89%36.67%
HSB/HSV262°90.64%67.06%
CMYK56.73%90.64%0.00%
32.94%

Color #4A10AB in popluar number systems.

HEX4A10AB
Decimal7416171
Binary10010101000010101011
Octal11220253

Shades and tints

Shades of #4A10AB

#4A10AB
(74,16,171)
#440F9C
(68,15,156)
#3E0E8D
(62,14,141)
#380D7E
(56,13,126)
#320C6F
(50,12,111)
#2C0B60
(44,11,96)
#260A51
(38,10,81)
#200942
(32,9,66)
#1A0833
(26,8,51)
#140724
(20,7,36)
#0E0615
(14,6,21)
#000000
(0,0,0)

Tints of #4A10AB

#4A10AB
(74,16,171)
#5A25B2
(90,37,178)
#6A3AB9
(106,58,185)
#7A4FC0
(122,79,192)
#8A64C7
(138,100,199)
#9A79CE
(154,121,206)
#AA8ED5
(170,142,213)
#BAA3DC
(186,163,220)
#CAB8E3
(202,184,227)
#DACDEA
(218,205,234)
#EAE2F1
(234,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A10AB color. Also use rgb(74,16,171) instead hex code.

Text Font Color

.myTextColor { color: #4A10AB; }

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

This text font color is #4A10AB.


Background Color

.myBgColor { background-color: #4A10AB; }

<div style="background-color:#4A10AB">Inner text</div>

This div background color is #4A10AB.


Border color

.myBorderColor { border: 1px solid #4A10AB; }

<div style="border:3px solid #4A10AB">Div</div>

This div border color is #4A10AB.


Opacity

.myOpacity80 { color: #4A10AB; opacity: 0.8; }

<p style="color:#4A10AB;opacity:0.8;">80%</p>

Text with #4A10AB 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 #4A10AB;}

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

This text has shadow with #4A10AB color.

.textShadow {text-shadow: 3px 3px 1px #4A10AB, 3px 3px 1px red;}

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

This text has shadow with #4A10AB primary color and red secondary color.


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

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

This text has shadow with #4A10AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A10AB on black background.


Color preview on white background

This text has color #4A10AB on white background.



Black color preview on #4A10AB background

This text has black color on #4A10AB background.


White color preview on #4A10AB background

This text has white color on #4A10AB background.