COLOR #4881CF

HEX: #4881CF
RGB: (72,129,207)

Color info

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

RGB color model

#4881CF color RGB value is (72,129,207).

  • red value is 72;
  • green value is 129;
  • blue value is 207.
RGB:
(72,129,207)
(28%,51%,81%)

RGB channels and saturation

R 72 of 255 = 28%
G 129 of 255 = 51%
B 207 of 255 = 81%

72
129
207

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

Portions of RGB colors in percentages

R + G + B =
72 + 129 + 207 = 408 (100%)
R 72 of 408 ~ 17.65%
G 129 of 408 ~ 31.62%
B 207 of 408 ~ 50.74%

%17.65
%31.62
%50.74

CMYK color model

#4881CF color CMYK value is (65,38,0,19).

  • cyan value is 65.22%
  • magenta value is 37.68%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(65,38,0,19)
C65M38Y0K19 
(65%,38%,0%,19%)
(0.65/0.38/0.00/0.19)	

CMYK percentages

%65.22
%37.68
%0
%18.82

Codes

Color #4881CF in popluar color models

4881CF
RGB72129207
HSL215°58.44%54.71%
HSB/HSV215°65.22%81.18%
CMYK65.22%37.68%0.00%
18.82%

Color #4881CF in popluar number systems.

HEX4881CF
Decimal72129207
Binary10010001000000111001111
Octal110201317

Shades and tints

Shades of #4881CF

#4881CF
(72,129,207)
#4276BD
(66,118,189)
#3C6BAB
(60,107,171)
#366099
(54,96,153)
#305587
(48,85,135)
#2A4A75
(42,74,117)
#243F63
(36,63,99)
#1E3451
(30,52,81)
#18293F
(24,41,63)
#121E2D
(18,30,45)
#0C131B
(12,19,27)
#000000
(0,0,0)

Tints of #4881CF

#4881CF
(72,129,207)
#588CD3
(88,140,211)
#6897D7
(104,151,215)
#78A2DB
(120,162,219)
#88ADDF
(136,173,223)
#98B8E3
(152,184,227)
#A8C3E7
(168,195,231)
#B8CEEB
(184,206,235)
#C8D9EF
(200,217,239)
#D8E4F3
(216,228,243)
#E8EFF7
(232,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4881CF; }

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

This text font color is #4881CF.


Background Color

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

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

This div background color is #4881CF.


Border color

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

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

This div border color is #4881CF.


Opacity

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

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

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

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

This text has shadow with #4881CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4881CF on black background.


Color preview on white background

This text has color #4881CF on white background.



Black color preview on #4881CF background

This text has black color on #4881CF background.


White color preview on #4881CF background

This text has white color on #4881CF background.