COLOR #4909AB

HEX: #4909AB RGB: (73,9,171)

Color info

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

RGB color model

#4909AB color RGB value is (73,9,171).

RGB: (73,9,171) (29%, 4%, 67%)

RGB channels and saturation

R 73 of 255 = 29%
G 9 of 255 = 4%
B 171 of 255 = 67%

73
9
171

R + G + B ~ 33%. #4909AB is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 9 + 171 = 253 (100%)
R 73 of 253 ~ 28.85%
G 9 of 253 ~ 3.56%
B 171 of 253 ~ 67.59'%

%28.85
%67.59

CMYK color model

#4909AB color CMYK value is (57,95,0,33).

  • cyan value is 57.31%
  • magenta value is 94.74%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (57,95,0,33)
C57M95Y0K33 (57%, 95%, 0%, 33%)
(0.57 / 0.95 / 0.00 / 0.33)

CMYK percentages

%57.31
%94.74
%0
%32.94

Codes

Color #4909AB in popluar color models

49 09 AB
RGB 73 9 171
HSL 264° 90.00% 35.29%
HSB/HSV 264° 94.74% 67.06%
CMYK 57.31% 94.74% 0.00%
32.94%

Color #4909AB in popluar number systems.

HEX 49 09 AB
Decimal 73 9 171
Binary 1001001 1001 10101011
Octal 111 11 253

Shades and tints

Shades of #4909AB

#4909AB
(73,9,171)
#43099C
(67,9,156)
#3D098D
(61,9,141)
#37097E
(55,9,126)
#31096F
(49,9,111)
#2B0960
(43,9,96)
#250951
(37,9,81)
#1F0942
(31,9,66)
#190933
(25,9,51)
#130924
(19,9,36)
#0D0915
(13,9,21)
#000000
(0,0,0)

Tints of #4909AB

#4909AB
(73,9,171)
#591FB2
(89,31,178)
#6935B9
(105,53,185)
#794BC0
(121,75,192)
#8961C7
(137,97,199)
#9977CE
(153,119,206)
#A98DD5
(169,141,213)
#B9A3DC
(185,163,220)
#C9B9E3
(201,185,227)
#D9CFEA
(217,207,234)
#E9E5F1
(233,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4909AB color. Also use rgb(73,9,171) instead hex code.

Text Font Color

.myTextColor { color: #4909AB; }

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

This text font color is #4909AB.

Background Color

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

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

This div background color is #4909AB.

Border color

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

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

This div border color is #4909AB.

Opacity

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

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

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

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

This text has shadow with #4909AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4909AB.

Preview

Color preview on black background

This text has color #4909AB on black background.


Color preview on white background

This text has color #4909AB on white background.


Black color preview on #4909AB background

This text has black color on #4909AB background.


White color preview on #4909AB background

This text has white color on #4909AB background.


Related colors

Complementary color

Complementary color for #hex is #B6F654.


I love getcolorcode.com

Triadic colors

1 #AB4909 and #09AB49 with #4909AB are triadic colors.

2 #AB0949 and #0949AB with #4909AB are triadic colors.