COLOR #4881D2

HEX: #4881D2 RGB: (72,129,210)

Color info

#4881D2 contains mainly blue color. Web safe color of #4881D2 is #3399CC (or #39C).

RGB color model

#4881D2 color RGB value is (72,129,210).

RGB: (72,129,210) (28%, 51%, 82%)

RGB channels and saturation

R 72 of 255 = 28%
G 129 of 255 = 51%
B 210 of 255 = 82%

72
129
210

R + G + B ~ 54%. #4881D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 129 + 210 = 411 (100%)
R 72 of 411 ~ 17.52%
G 129 of 411 ~ 31.39%
B 210 of 411 ~ 51.09'%

%17.52
%31.39
%51.09

CMYK color model

#4881D2 color CMYK value is (66,39,0,18).

  • cyan value is 65.71%
  • magenta value is 38.57%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (66,39,0,18)
C66M39Y0K18 (66%, 39%, 0%, 18%)
(0.66 / 0.39 / 0.00 / 0.18)

CMYK percentages

%65.71
%38.57
%0
%17.65

Codes

Color #4881D2 in popluar color models

48 81 D2
RGB 72 129 210
HSL 215° 60.53% 55.29%
HSB/HSV 215° 65.71% 82.35%
CMYK 65.71% 38.57% 0.00%
17.65%

Color #4881D2 in popluar number systems.

HEX 48 81 D2
Decimal 72 129 210
Binary 1001000 10000001 11010010
Octal 110 201 322

Shades and tints

Shades of #4881D2

#4881D2
(72,129,210)
#4276BF
(66,118,191)
#3C6BAC
(60,107,172)
#366099
(54,96,153)
#305586
(48,85,134)
#2A4A73
(42,74,115)
#243F60
(36,63,96)
#1E344D
(30,52,77)
#18293A
(24,41,58)
#121E27
(18,30,39)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #4881D2

#4881D2
(72,129,210)
#588CD6
(88,140,214)
#6897DA
(104,151,218)
#78A2DE
(120,162,222)
#88ADE2
(136,173,226)
#98B8E6
(152,184,230)
#A8C3EA
(168,195,234)
#B8CEEE
(184,206,238)
#C8D9F2
(200,217,242)
#D8E4F6
(216,228,246)
#E8EFFA
(232,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4881D2 color. Also use rgb(72,129,210) instead hex code.

Text Font Color

.myTextColor { color: #4881D2; }

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

This text font color is #4881D2.

Background Color

.myBgColor { background-color: #4881D2; }

<div style="background-color:#4881D2">Inner text</div>

This div background color is #4881D2.

Border color

.myBorderColor { border: 1px solid #4881D2; }

<div style="border:3px solid #4881D2">Div</div>

This div border color is #4881D2.

Opacity

.myOpacity80 { color: #4881D2; opacity: 0.8; }

<p style="color:#4881D2;opacity:0.8;">80%</p>

Text with #4881D2 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 #4881D2;}

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

This text has shadow with #4881D2 color.


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

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

This text has shadow with #4881D2 primary color and red secondary color.


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

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

This text has shadow with #4881D2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4881D2.

Preview

Color preview on black background

This text has color #4881D2 on black background.


Color preview on white background

This text has color #4881D2 on white background.


Black color preview on #4881D2 background

This text has black color on #4881D2 background.


White color preview on #4881D2 background

This text has white color on #4881D2 background.


Related colors

Complementary color

Complementary color for #hex is #B77E2D.


I love getcolorcode.com

Triadic colors

1 #D24881 and #81D248 with #4881D2 are triadic colors.

2 #D28148 and #8148D2 with #4881D2 are triadic colors.