COLOR #4853C5

HEX: #4853C5
RGB: (72,83,197)

Color info

#4853C5 contains mainly blue color. Web safe color of #4853C5 is #3366CC (or #36C).

RGB color model

#4853C5 color RGB value is (72,83,197).

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

RGB channels and saturation

R 72 of 255 = 28%
G 83 of 255 = 33%
B 197 of 255 = 77%

72
83
197

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

Portions of RGB colors in percentages

R + G + B =
72 + 83 + 197 = 352 (100%)
R 72 of 352 ~ 20.45%
G 83 of 352 ~ 23.58%
B 197 of 352 ~ 55.97%

%20.45
%23.58
%55.97

CMYK color model

#4853C5 color CMYK value is (63,58,0,23).

  • cyan value is 63.45%
  • magenta value is 57.87%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(63,58,0,23)
C63M58Y0K23 
(63%,58%,0%,23%)
(0.63/0.58/0.00/0.23)	

CMYK percentages

%63.45
%57.87
%0
%22.75

Codes

Color #4853C5 in popluar color models

4853C5
RGB7283197
HSL235°51.87%52.75%
HSB/HSV235°63.45%77.25%
CMYK63.45%57.87%0.00%
22.75%

Color #4853C5 in popluar number systems.

HEX4853C5
Decimal7283197
Binary1001000101001111000101
Octal110123305

Shades and tints

Shades of #4853C5

#4853C5
(72,83,197)
#424CB4
(66,76,180)
#3C45A3
(60,69,163)
#363E92
(54,62,146)
#303781
(48,55,129)
#2A3070
(42,48,112)
#24295F
(36,41,95)
#1E224E
(30,34,78)
#181B3D
(24,27,61)
#12142C
(18,20,44)
#0C0D1B
(12,13,27)
#000000
(0,0,0)

Tints of #4853C5

#4853C5
(72,83,197)
#5862CA
(88,98,202)
#6871CF
(104,113,207)
#7880D4
(120,128,212)
#888FD9
(136,143,217)
#989EDE
(152,158,222)
#A8ADE3
(168,173,227)
#B8BCE8
(184,188,232)
#C8CBED
(200,203,237)
#D8DAF2
(216,218,242)
#E8E9F7
(232,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4853C5; }

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

This text font color is #4853C5.


Background Color

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

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

This div background color is #4853C5.


Border color

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

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

This div border color is #4853C5.


Opacity

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

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

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

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

This text has shadow with #4853C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4853C5 on black background.


Color preview on white background

This text has color #4853C5 on white background.



Black color preview on #4853C5 background

This text has black color on #4853C5 background.


White color preview on #4853C5 background

This text has white color on #4853C5 background.