COLOR #4481AD

HEX: #4481AD
RGB: (68,129,173)

Color info

#4481AD contains mainly green and blue colors. Web safe color of #4481AD is #339999 (or #399).

RGB color model

#4481AD color RGB value is (68,129,173).

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

RGB channels and saturation

R 68 of 255 = 27%
G 129 of 255 = 51%
B 173 of 255 = 68%

68
129
173

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

Portions of RGB colors in percentages

R + G + B =
68 + 129 + 173 = 370 (100%)
R 68 of 370 ~ 18.38%
G 129 of 370 ~ 34.86%
B 173 of 370 ~ 46.76%

%18.38
%34.86
%46.76

CMYK color model

#4481AD color CMYK value is (61,25,0,32).

  • cyan value is 60.69%
  • magenta value is 25.43%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(61,25,0,32)
C61M25Y0K32 
(61%,25%,0%,32%)
(0.61/0.25/0.00/0.32)	

CMYK percentages

%60.69
%25.43
%0
%32.16

Codes

Color #4481AD in popluar color models

4481AD
RGB68129173
HSL205°43.57%47.25%
HSB/HSV205°60.69%67.84%
CMYK60.69%25.43%0.00%
32.16%

Color #4481AD in popluar number systems.

HEX4481AD
Decimal68129173
Binary10001001000000110101101
Octal104201255

Shades and tints

Shades of #4481AD

#4481AD
(68,129,173)
#3E769E
(62,118,158)
#386B8F
(56,107,143)
#326080
(50,96,128)
#2C5571
(44,85,113)
#264A62
(38,74,98)
#203F53
(32,63,83)
#1A3444
(26,52,68)
#142935
(20,41,53)
#0E1E26
(14,30,38)
#081317
(8,19,23)
#000000
(0,0,0)

Tints of #4481AD

#4481AD
(68,129,173)
#558CB4
(85,140,180)
#6697BB
(102,151,187)
#77A2C2
(119,162,194)
#88ADC9
(136,173,201)
#99B8D0
(153,184,208)
#AAC3D7
(170,195,215)
#BBCEDE
(187,206,222)
#CCD9E5
(204,217,229)
#DDE4EC
(221,228,236)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4481AD; }

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

This text font color is #4481AD.


Background Color

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

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

This div background color is #4481AD.


Border color

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

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

This div border color is #4481AD.


Opacity

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

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

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

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

This text has shadow with #4481AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4481AD on black background.


Color preview on white background

This text has color #4481AD on white background.



Black color preview on #4481AD background

This text has black color on #4481AD background.


White color preview on #4481AD background

This text has white color on #4481AD background.