COLOR #4853BC

HEX: #4853BC
RGB: (72,83,188)

Color info

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

RGB color model

#4853BC color RGB value is (72,83,188).

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

RGB channels and saturation

R 72 of 255 = 28%
G 83 of 255 = 33%
B 188 of 255 = 74%

72
83
188

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

Portions of RGB colors in percentages

R + G + B =
72 + 83 + 188 = 343 (100%)
R 72 of 343 ~ 20.99%
G 83 of 343 ~ 24.2%
B 188 of 343 ~ 54.81%

%20.99
%24.2
%54.81

CMYK color model

#4853BC color CMYK value is (62,56,0,26).

  • cyan value is 61.70%
  • magenta value is 55.85%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(62,56,0,26)
C62M56Y0K26 
(62%,56%,0%,26%)
(0.62/0.56/0.00/0.26)	

CMYK percentages

%61.7
%55.85
%0
%26.27

Codes

Color #4853BC in popluar color models

4853BC
RGB7283188
HSL234°46.40%50.98%
HSB/HSV234°61.70%73.73%
CMYK61.70%55.85%0.00%
26.27%

Color #4853BC in popluar number systems.

HEX4853BC
Decimal7283188
Binary1001000101001110111100
Octal110123274

Shades and tints

Shades of #4853BC

#4853BC
(72,83,188)
#424CAB
(66,76,171)
#3C459A
(60,69,154)
#363E89
(54,62,137)
#303778
(48,55,120)
#2A3067
(42,48,103)
#242956
(36,41,86)
#1E2245
(30,34,69)
#181B34
(24,27,52)
#121423
(18,20,35)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #4853BC

#4853BC
(72,83,188)
#5862C2
(88,98,194)
#6871C8
(104,113,200)
#7880CE
(120,128,206)
#888FD4
(136,143,212)
#989EDA
(152,158,218)
#A8ADE0
(168,173,224)
#B8BCE6
(184,188,230)
#C8CBEC
(200,203,236)
#D8DAF2
(216,218,242)
#E8E9F8
(232,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4853BC; }

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

This text font color is #4853BC.


Background Color

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

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

This div background color is #4853BC.


Border color

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

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

This div border color is #4853BC.


Opacity

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

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

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

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

This text has shadow with #4853BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4853BC on black background.


Color preview on white background

This text has color #4853BC on white background.



Black color preview on #4853BC background

This text has black color on #4853BC background.


White color preview on #4853BC background

This text has white color on #4853BC background.