COLOR #4849C0

HEX: #4849C0
RGB: (72,73,192)

Color info

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

RGB color model

#4849C0 color RGB value is (72,73,192).

  • red value is 72;
  • green value is 73;
  • blue value is 192.
RGB:
(72,73,192)
(28%,29%,75%)

RGB channels and saturation

R 72 of 255 = 28%
G 73 of 255 = 29%
B 192 of 255 = 75%

72
73
192

R + G + B ~ 44%. #4849C0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 73 + 192 = 337 (100%)
R 72 of 337 ~ 21.36%
G 73 of 337 ~ 21.66%
B 192 of 337 ~ 56.97%

%21.36
%21.66
%56.97

CMYK color model

#4849C0 color CMYK value is (63,62,0,25).

  • cyan value is 62.50%
  • magenta value is 61.98%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(63,62,0,25)
C63M62Y0K25 
(63%,62%,0%,25%)
(0.63/0.62/0.00/0.25)	

CMYK percentages

%62.5
%61.98
%0
%24.71

Codes

Color #4849C0 in popluar color models

4849C0
RGB7273192
HSL240°48.78%51.76%
HSB/HSV240°62.50%75.29%
CMYK62.50%61.98%0.00%
24.71%

Color #4849C0 in popluar number systems.

HEX4849C0
Decimal7273192
Binary1001000100100111000000
Octal110111300

Shades and tints

Shades of #4849C0

#4849C0
(72,73,192)
#4243AF
(66,67,175)
#3C3D9E
(60,61,158)
#36378D
(54,55,141)
#30317C
(48,49,124)
#2A2B6B
(42,43,107)
#24255A
(36,37,90)
#1E1F49
(30,31,73)
#181938
(24,25,56)
#121327
(18,19,39)
#0C0D16
(12,13,22)
#000000
(0,0,0)

Tints of #4849C0

#4849C0
(72,73,192)
#5859C5
(88,89,197)
#6869CA
(104,105,202)
#7879CF
(120,121,207)
#8889D4
(136,137,212)
#9899D9
(152,153,217)
#A8A9DE
(168,169,222)
#B8B9E3
(184,185,227)
#C8C9E8
(200,201,232)
#D8D9ED
(216,217,237)
#E8E9F2
(232,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4849C0 color. Also use rgb(72,73,192) instead hex code.

Text Font Color

.myTextColor { color: #4849C0; }

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

This text font color is #4849C0.


Background Color

.myBgColor { background-color: #4849C0; }

<div style="background-color:#4849C0">Inner text</div>

This div background color is #4849C0.


Border color

.myBorderColor { border: 1px solid #4849C0; }

<div style="border:3px solid #4849C0">Div</div>

This div border color is #4849C0.


Opacity

.myOpacity80 { color: #4849C0; opacity: 0.8; }

<p style="color:#4849C0;opacity:0.8;">80%</p>

Text with #4849C0 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 #4849C0;}

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

This text has shadow with #4849C0 color.

.textShadow {text-shadow: 3px 3px 1px #4849C0, 3px 3px 1px red;}

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

This text has shadow with #4849C0 primary color and red secondary color.


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

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

This text has shadow with #4849C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4849C0 on black background.


Color preview on white background

This text has color #4849C0 on white background.



Black color preview on #4849C0 background

This text has black color on #4849C0 background.


White color preview on #4849C0 background

This text has white color on #4849C0 background.