COLOR #4829AA

HEX: #4829AA RGB: (72,41,170)

Color info

#4829AA contains mainly blue color. Web safe color of #4829AA is #333399 (or #339).

RGB color model

#4829AA color RGB value is (72,41,170).

RGB: (72,41,170) (28%, 16%, 67%)

RGB channels and saturation

R 72 of 255 = 28%
G 41 of 255 = 16%
B 170 of 255 = 67%

72
41
170

R + G + B ~ 37%. #4829AA is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 41 + 170 = 283 (100%)
R 72 of 283 ~ 25.44%
G 41 of 283 ~ 14.49%
B 170 of 283 ~ 60.07'%

%25.44
%14.49
%60.07

CMYK color model

#4829AA color CMYK value is (58,76,0,33).

  • cyan value is 57.65%
  • magenta value is 75.88%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (58,76,0,33)
C58M76Y0K33 (58%, 76%, 0%, 33%)
(0.58 / 0.76 / 0.00 / 0.33)

CMYK percentages

%57.65
%75.88
%0
%33.33

Codes

Color #4829AA in popluar color models

48 29 AA
RGB 72 41 170
HSL 254° 61.14% 41.37%
HSB/HSV 254° 75.88% 66.67%
CMYK 57.65% 75.88% 0.00%
33.33%

Color #4829AA in popluar number systems.

HEX 48 29 AA
Decimal 72 41 170
Binary 1001000 101001 10101010
Octal 110 51 252

Shades and tints

Shades of #4829AA

#4829AA
(72,41,170)
#42269B
(66,38,155)
#3C238C
(60,35,140)
#36207D
(54,32,125)
#301D6E
(48,29,110)
#2A1A5F
(42,26,95)
#241750
(36,23,80)
#1E1441
(30,20,65)
#181132
(24,17,50)
#120E23
(18,14,35)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #4829AA

#4829AA
(72,41,170)
#583CB1
(88,60,177)
#684FB8
(104,79,184)
#7862BF
(120,98,191)
#8875C6
(136,117,198)
#9888CD
(152,136,205)
#A89BD4
(168,155,212)
#B8AEDB
(184,174,219)
#C8C1E2
(200,193,226)
#D8D4E9
(216,212,233)
#E8E7F0
(232,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4829AA color. Also use rgb(72,41,170) instead hex code.

Text Font Color

.myTextColor { color: #4829AA; }

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

This text font color is #4829AA.

Background Color

.myBgColor { background-color: #4829AA; }

<div style="background-color:#4829AA">Inner text</div>

This div background color is #4829AA.

Border color

.myBorderColor { border: 1px solid #4829AA; }

<div style="border:3px solid #4829AA">Div</div>

This div border color is #4829AA.

Opacity

.myOpacity80 { color: #4829AA; opacity: 0.8; }

<p style="color:#4829AA;opacity:0.8;">80%</p>

Text with #4829AA 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 #4829AA;}

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

This text has shadow with #4829AA color.


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

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

This text has shadow with #4829AA primary color and red secondary color.


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

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

This text has shadow with #4829AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4829AA.

Preview

Color preview on black background

This text has color #4829AA on black background.


Color preview on white background

This text has color #4829AA on white background.


Black color preview on #4829AA background

This text has black color on #4829AA background.


White color preview on #4829AA background

This text has white color on #4829AA background.


Related colors

Complementary color

Complementary color for #hex is #B7D655.


I love getcolorcode.com

Triadic colors

1 #AA4829 and #29AA48 with #4829AA are triadic colors.

2 #AA2948 and #2948AA with #4829AA are triadic colors.