COLOR #4824C5

HEX: #4824C5
RGB: (72,36,197)

Color info

#4824C5 contains mainly blue color. Web safe color of #4824C5 is #3333CC (or #33C).

RGB color model

#4824C5 color RGB value is (72,36,197).

  • red value is 72;
  • green value is 36;
  • blue value is 197.
RGB:
(72,36,197)
(28%,14%,77%)

RGB channels and saturation

R 72 of 255 = 28%
G 36 of 255 = 14%
B 197 of 255 = 77%

72
36
197

R + G + B ~ 40%. #4824C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 36 + 197 = 305 (100%)
R 72 of 305 ~ 23.61%
G 36 of 305 ~ 11.8%
B 197 of 305 ~ 64.59%

%23.61
%11.8
%64.59

CMYK color model

#4824C5 color CMYK value is (63,82,0,23).

  • cyan value is 63.45%
  • magenta value is 81.73%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(63,82,0,23)
C63M82Y0K23 
(63%,82%,0%,23%)
(0.63/0.82/0.00/0.23)	

CMYK percentages

%63.45
%81.73
%0
%22.75

Codes

Color #4824C5 in popluar color models

4824C5
RGB7236197
HSL253°69.10%45.69%
HSB/HSV253°81.73%77.25%
CMYK63.45%81.73%0.00%
22.75%

Color #4824C5 in popluar number systems.

HEX4824C5
Decimal7236197
Binary100100010010011000101
Octal11044305

Shades and tints

Shades of #4824C5

#4824C5
(72,36,197)
#4221B4
(66,33,180)
#3C1EA3
(60,30,163)
#361B92
(54,27,146)
#301881
(48,24,129)
#2A1570
(42,21,112)
#24125F
(36,18,95)
#1E0F4E
(30,15,78)
#180C3D
(24,12,61)
#12092C
(18,9,44)
#0C061B
(12,6,27)
#000000
(0,0,0)

Tints of #4824C5

#4824C5
(72,36,197)
#5837CA
(88,55,202)
#684ACF
(104,74,207)
#785DD4
(120,93,212)
#8870D9
(136,112,217)
#9883DE
(152,131,222)
#A896E3
(168,150,227)
#B8A9E8
(184,169,232)
#C8BCED
(200,188,237)
#D8CFF2
(216,207,242)
#E8E2F7
(232,226,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4824C5 color. Also use rgb(72,36,197) instead hex code.

Text Font Color

.myTextColor { color: #4824C5; }

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

This text font color is #4824C5.


Background Color

.myBgColor { background-color: #4824C5; }

<div style="background-color:#4824C5">Inner text</div>

This div background color is #4824C5.


Border color

.myBorderColor { border: 1px solid #4824C5; }

<div style="border:3px solid #4824C5">Div</div>

This div border color is #4824C5.


Opacity

.myOpacity80 { color: #4824C5; opacity: 0.8; }

<p style="color:#4824C5;opacity:0.8;">80%</p>

Text with #4824C5 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 #4824C5;}

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

This text has shadow with #4824C5 color.

.textShadow {text-shadow: 3px 3px 1px #4824C5, 3px 3px 1px red;}

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

This text has shadow with #4824C5 primary color and red secondary color.


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

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

This text has shadow with #4824C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4824C5 on black background.


Color preview on white background

This text has color #4824C5 on white background.



Black color preview on #4824C5 background

This text has black color on #4824C5 background.


White color preview on #4824C5 background

This text has white color on #4824C5 background.