COLOR #4873BF

HEX: #4873BF
RGB: (72,115,191)

Color info

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

RGB color model

#4873BF color RGB value is (72,115,191).

  • red value is 72;
  • green value is 115;
  • blue value is 191.
RGB:
(72,115,191)
(28%,45%,75%)

RGB channels and saturation

R 72 of 255 = 28%
G 115 of 255 = 45%
B 191 of 255 = 75%

72
115
191

R + G + B ~ 49%. #4873BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 115 + 191 = 378 (100%)
R 72 of 378 ~ 19.05%
G 115 of 378 ~ 30.42%
B 191 of 378 ~ 50.53%

%19.05
%30.42
%50.53

CMYK color model

#4873BF color CMYK value is (62,40,0,25).

  • cyan value is 62.30%
  • magenta value is 39.79%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(62,40,0,25)
C62M40Y0K25 
(62%,40%,0%,25%)
(0.62/0.40/0.00/0.25)	

CMYK percentages

%62.3
%39.79
%0
%25.1

Codes

Color #4873BF in popluar color models

4873BF
RGB72115191
HSL218°48.18%51.57%
HSB/HSV218°62.30%74.90%
CMYK62.30%39.79%0.00%
25.10%

Color #4873BF in popluar number systems.

HEX4873BF
Decimal72115191
Binary1001000111001110111111
Octal110163277

Shades and tints

Shades of #4873BF

#4873BF
(72,115,191)
#4269AE
(66,105,174)
#3C5F9D
(60,95,157)
#36558C
(54,85,140)
#304B7B
(48,75,123)
#2A416A
(42,65,106)
#243759
(36,55,89)
#1E2D48
(30,45,72)
#182337
(24,35,55)
#121926
(18,25,38)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #4873BF

#4873BF
(72,115,191)
#587FC4
(88,127,196)
#688BC9
(104,139,201)
#7897CE
(120,151,206)
#88A3D3
(136,163,211)
#98AFD8
(152,175,216)
#A8BBDD
(168,187,221)
#B8C7E2
(184,199,226)
#C8D3E7
(200,211,231)
#D8DFEC
(216,223,236)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4873BF color. Also use rgb(72,115,191) instead hex code.

Text Font Color

.myTextColor { color: #4873BF; }

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

This text font color is #4873BF.


Background Color

.myBgColor { background-color: #4873BF; }

<div style="background-color:#4873BF">Inner text</div>

This div background color is #4873BF.


Border color

.myBorderColor { border: 1px solid #4873BF; }

<div style="border:3px solid #4873BF">Div</div>

This div border color is #4873BF.


Opacity

.myOpacity80 { color: #4873BF; opacity: 0.8; }

<p style="color:#4873BF;opacity:0.8;">80%</p>

Text with #4873BF 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 #4873BF;}

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

This text has shadow with #4873BF color.

.textShadow {text-shadow: 3px 3px 1px #4873BF, 3px 3px 1px red;}

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

This text has shadow with #4873BF primary color and red secondary color.


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

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

This text has shadow with #4873BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4873BF on black background.


Color preview on white background

This text has color #4873BF on white background.



Black color preview on #4873BF background

This text has black color on #4873BF background.


White color preview on #4873BF background

This text has white color on #4873BF background.