COLOR #4882AA

HEX: #4882AA
RGB: (72,130,170)

Color info

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

RGB color model

#4882AA color RGB value is (72,130,170).

  • red value is 72;
  • green value is 130;
  • blue value is 170.
RGB:
(72,130,170)
(28%,51%,67%)

RGB channels and saturation

R 72 of 255 = 28%
G 130 of 255 = 51%
B 170 of 255 = 67%

72
130
170

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

Portions of RGB colors in percentages

R + G + B =
72 + 130 + 170 = 372 (100%)
R 72 of 372 ~ 19.35%
G 130 of 372 ~ 34.95%
B 170 of 372 ~ 45.7%

%19.35
%34.95
%45.7

CMYK color model

#4882AA color CMYK value is (58,24,0,33).

  • cyan value is 57.65%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(58,24,0,33)
C58M24Y0K33 
(58%,24%,0%,33%)
(0.58/0.24/0.00/0.33)	

CMYK percentages

%57.65
%23.53
%0
%33.33

Codes

Color #4882AA in popluar color models

4882AA
RGB72130170
HSL204°40.50%47.45%
HSB/HSV204°57.65%66.67%
CMYK57.65%23.53%0.00%
33.33%

Color #4882AA in popluar number systems.

HEX4882AA
Decimal72130170
Binary10010001000001010101010
Octal110202252

Shades and tints

Shades of #4882AA

#4882AA
(72,130,170)
#42779B
(66,119,155)
#3C6C8C
(60,108,140)
#36617D
(54,97,125)
#30566E
(48,86,110)
#2A4B5F
(42,75,95)
#244050
(36,64,80)
#1E3541
(30,53,65)
#182A32
(24,42,50)
#121F23
(18,31,35)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #4882AA

#4882AA
(72,130,170)
#588DB1
(88,141,177)
#6898B8
(104,152,184)
#78A3BF
(120,163,191)
#88AEC6
(136,174,198)
#98B9CD
(152,185,205)
#A8C4D4
(168,196,212)
#B8CFDB
(184,207,219)
#C8DAE2
(200,218,226)
#D8E5E9
(216,229,233)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4882AA color. Also use rgb(72,130,170) instead hex code.

Text Font Color

.myTextColor { color: #4882AA; }

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

This text font color is #4882AA.


Background Color

.myBgColor { background-color: #4882AA; }

<div style="background-color:#4882AA">Inner text</div>

This div background color is #4882AA.


Border color

.myBorderColor { border: 1px solid #4882AA; }

<div style="border:3px solid #4882AA">Div</div>

This div border color is #4882AA.


Opacity

.myOpacity80 { color: #4882AA; opacity: 0.8; }

<p style="color:#4882AA;opacity:0.8;">80%</p>

Text with #4882AA 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 #4882AA;}

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

This text has shadow with #4882AA color.

.textShadow {text-shadow: 3px 3px 1px #4882AA, 3px 3px 1px red;}

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

This text has shadow with #4882AA primary color and red secondary color.


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

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

This text has shadow with #4882AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4882AA on black background.


Color preview on white background

This text has color #4882AA on white background.



Black color preview on #4882AA background

This text has black color on #4882AA background.


White color preview on #4882AA background

This text has white color on #4882AA background.