COLOR #4481CE

HEX: #4481CE
RGB: (68,129,206)

Color info

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

RGB color model

#4481CE color RGB value is (68,129,206).

  • red value is 68;
  • green value is 129;
  • blue value is 206.
RGB:
(68,129,206)
(27%,51%,81%)

RGB channels and saturation

R 68 of 255 = 27%
G 129 of 255 = 51%
B 206 of 255 = 81%

68
129
206

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

Portions of RGB colors in percentages

R + G + B =
68 + 129 + 206 = 403 (100%)
R 68 of 403 ~ 16.87%
G 129 of 403 ~ 32.01%
B 206 of 403 ~ 51.12%

%16.87
%32.01
%51.12

CMYK color model

#4481CE color CMYK value is (67,37,0,19).

  • cyan value is 66.99%
  • magenta value is 37.38%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(67,37,0,19)
C67M37Y0K19 
(67%,37%,0%,19%)
(0.67/0.37/0.00/0.19)	

CMYK percentages

%66.99
%37.38
%0
%19.22

Codes

Color #4481CE in popluar color models

4481CE
RGB68129206
HSL213°58.47%53.73%
HSB/HSV213°66.99%80.78%
CMYK66.99%37.38%0.00%
19.22%

Color #4481CE in popluar number systems.

HEX4481CE
Decimal68129206
Binary10001001000000111001110
Octal104201316

Shades and tints

Shades of #4481CE

#4481CE
(68,129,206)
#3E76BC
(62,118,188)
#386BAA
(56,107,170)
#326098
(50,96,152)
#2C5586
(44,85,134)
#264A74
(38,74,116)
#203F62
(32,63,98)
#1A3450
(26,52,80)
#14293E
(20,41,62)
#0E1E2C
(14,30,44)
#08131A
(8,19,26)
#000000
(0,0,0)

Tints of #4481CE

#4481CE
(68,129,206)
#558CD2
(85,140,210)
#6697D6
(102,151,214)
#77A2DA
(119,162,218)
#88ADDE
(136,173,222)
#99B8E2
(153,184,226)
#AAC3E6
(170,195,230)
#BBCEEA
(187,206,234)
#CCD9EE
(204,217,238)
#DDE4F2
(221,228,242)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4481CE color. Also use rgb(68,129,206) instead hex code.

Text Font Color

.myTextColor { color: #4481CE; }

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

This text font color is #4481CE.


Background Color

.myBgColor { background-color: #4481CE; }

<div style="background-color:#4481CE">Inner text</div>

This div background color is #4481CE.


Border color

.myBorderColor { border: 1px solid #4481CE; }

<div style="border:3px solid #4481CE">Div</div>

This div border color is #4481CE.


Opacity

.myOpacity80 { color: #4481CE; opacity: 0.8; }

<p style="color:#4481CE;opacity:0.8;">80%</p>

Text with #4481CE 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 #4481CE;}

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

This text has shadow with #4481CE color.

.textShadow {text-shadow: 3px 3px 1px #4481CE, 3px 3px 1px red;}

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

This text has shadow with #4481CE primary color and red secondary color.


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

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

This text has shadow with #4481CE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4481CE on black background.


Color preview on white background

This text has color #4481CE on white background.



Black color preview on #4481CE background

This text has black color on #4481CE background.


White color preview on #4481CE background

This text has white color on #4481CE background.