COLOR #4480A3

HEX: #4480A3
RGB: (68,128,163)

Color info

#4480A3 contains mainly green and blue colors. Web safe color of #4480A3 is #336699 (or #369).

RGB color model

#4480A3 color RGB value is (68,128,163).

  • red value is 68;
  • green value is 128;
  • blue value is 163.
RGB:
(68,128,163)
(27%,50%,64%)

RGB channels and saturation

R 68 of 255 = 27%
G 128 of 255 = 50%
B 163 of 255 = 64%

68
128
163

R + G + B ~ 47%. #4480A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 128 + 163 = 359 (100%)
R 68 of 359 ~ 18.94%
G 128 of 359 ~ 35.65%
B 163 of 359 ~ 45.4%

%18.94
%35.65
%45.4

CMYK color model

#4480A3 color CMYK value is (58,21,0,36).

  • cyan value is 58.28%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(58,21,0,36)
C58M21Y0K36 
(58%,21%,0%,36%)
(0.58/0.21/0.00/0.36)	

CMYK percentages

%58.28
%21.47
%0
%36.08

Codes

Color #4480A3 in popluar color models

4480A3
RGB68128163
HSL202°41.13%45.29%
HSB/HSV202°58.28%63.92%
CMYK58.28%21.47%0.00%
36.08%

Color #4480A3 in popluar number systems.

HEX4480A3
Decimal68128163
Binary10001001000000010100011
Octal104200243

Shades and tints

Shades of #4480A3

#4480A3
(68,128,163)
#3E7595
(62,117,149)
#386A87
(56,106,135)
#325F79
(50,95,121)
#2C546B
(44,84,107)
#26495D
(38,73,93)
#203E4F
(32,62,79)
#1A3341
(26,51,65)
#142833
(20,40,51)
#0E1D25
(14,29,37)
#081217
(8,18,23)
#000000
(0,0,0)

Tints of #4480A3

#4480A3
(68,128,163)
#558BAB
(85,139,171)
#6696B3
(102,150,179)
#77A1BB
(119,161,187)
#88ACC3
(136,172,195)
#99B7CB
(153,183,203)
#AAC2D3
(170,194,211)
#BBCDDB
(187,205,219)
#CCD8E3
(204,216,227)
#DDE3EB
(221,227,235)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4480A3 color. Also use rgb(68,128,163) instead hex code.

Text Font Color

.myTextColor { color: #4480A3; }

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

This text font color is #4480A3.


Background Color

.myBgColor { background-color: #4480A3; }

<div style="background-color:#4480A3">Inner text</div>

This div background color is #4480A3.


Border color

.myBorderColor { border: 1px solid #4480A3; }

<div style="border:3px solid #4480A3">Div</div>

This div border color is #4480A3.


Opacity

.myOpacity80 { color: #4480A3; opacity: 0.8; }

<p style="color:#4480A3;opacity:0.8;">80%</p>

Text with #4480A3 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 #4480A3;}

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

This text has shadow with #4480A3 color.

.textShadow {text-shadow: 3px 3px 1px #4480A3, 3px 3px 1px red;}

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

This text has shadow with #4480A3 primary color and red secondary color.


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

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

This text has shadow with #4480A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4480A3 on black background.


Color preview on white background

This text has color #4480A3 on white background.



Black color preview on #4480A3 background

This text has black color on #4480A3 background.


White color preview on #4480A3 background

This text has white color on #4480A3 background.