COLOR #4872D4

HEX: #4872D4 RGB: (72,114,212)

Color info

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

RGB color model

#4872D4 color RGB value is (72,114,212).

RGB: (72,114,212) (28%, 45%, 83%)

RGB channels and saturation

R 72 of 255 = 28%
G 114 of 255 = 45%
B 212 of 255 = 83%

72
114
212

R + G + B ~ 52%. #4872D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 114 + 212 = 398 (100%)
R 72 of 398 ~ 18.09%
G 114 of 398 ~ 28.64%
B 212 of 398 ~ 53.27'%

%18.09
%28.64
%53.27

CMYK color model

#4872D4 color CMYK value is (66,46,0,17).

  • cyan value is 66.04%
  • magenta value is 46.23%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (66,46,0,17)
C66M46Y0K17 (66%, 46%, 0%, 17%)
(0.66 / 0.46 / 0.00 / 0.17)

CMYK percentages

%66.04
%46.23
%0
%16.86

Codes

Color #4872D4 in popluar color models

48 72 D4
RGB 72 114 212
HSL 222° 61.95% 55.69%
HSB/HSV 222° 66.04% 83.14%
CMYK 66.04% 46.23% 0.00%
16.86%

Color #4872D4 in popluar number systems.

HEX 48 72 D4
Decimal 72 114 212
Binary 1001000 1110010 11010100
Octal 110 162 324

Shades and tints

Shades of #4872D4

#4872D4
(72,114,212)
#4268C1
(66,104,193)
#3C5EAE
(60,94,174)
#36549B
(54,84,155)
#304A88
(48,74,136)
#2A4075
(42,64,117)
#243662
(36,54,98)
#1E2C4F
(30,44,79)
#18223C
(24,34,60)
#121829
(18,24,41)
#0C0E16
(12,14,22)
#000000
(0,0,0)

Tints of #4872D4

#4872D4
(72,114,212)
#587ED7
(88,126,215)
#688ADA
(104,138,218)
#7896DD
(120,150,221)
#88A2E0
(136,162,224)
#98AEE3
(152,174,227)
#A8BAE6
(168,186,230)
#B8C6E9
(184,198,233)
#C8D2EC
(200,210,236)
#D8DEEF
(216,222,239)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4872D4 color. Also use rgb(72,114,212) instead hex code.

Text Font Color

.myTextColor { color: #4872D4; }

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

This text font color is #4872D4.

Background Color

.myBgColor { background-color: #4872D4; }

<div style="background-color:#4872D4">Inner text</div>

This div background color is #4872D4.

Border color

.myBorderColor { border: 1px solid #4872D4; }

<div style="border:3px solid #4872D4">Div</div>

This div border color is #4872D4.

Opacity

.myOpacity80 { color: #4872D4; opacity: 0.8; }

<p style="color:#4872D4;opacity:0.8;">80%</p>

Text with #4872D4 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 #4872D4;}

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

This text has shadow with #4872D4 color.


.textShadow {text-shadow: 3px 3px 1px #4872D4', 3px 3px 1px red;}

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

This text has shadow with #4872D4 primary color and red secondary color.


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

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

This text has shadow with #4872D4 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4872D4; -webkit-box-shadow: 1px 1px 3px 2px #4872D4; box-shadow:1px 1px 3px 2px #4872D4;">
Div content here
</div>

This div box has shadow with color #4872D4.

Preview

Color preview on black background

This text has color #4872D4 on black background.


Color preview on white background

This text has color #4872D4 on white background.


Black color preview on #4872D4 background

This text has black color on #4872D4 background.


White color preview on #4872D4 background

This text has white color on #4872D4 background.


Related colors

Complementary color

Complementary color for #hex is #B78D2B.


I love getcolorcode.com

Triadic colors

1 #D44872 and #72D448 with #4872D4 are triadic colors.

2 #D47248 and #7248D4 with #4872D4 are triadic colors.