COLOR #487DAC

HEX: #487DAC
RGB: (72,125,172)

Color info

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

RGB color model

#487DAC color RGB value is (72,125,172).

  • red value is 72;
  • green value is 125;
  • blue value is 172.
RGB:
(72,125,172)
(28%,49%,67%)

RGB channels and saturation

R 72 of 255 = 28%
G 125 of 255 = 49%
B 172 of 255 = 67%

72
125
172

R + G + B ~ 48%. #487DAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 125 + 172 = 369 (100%)
R 72 of 369 ~ 19.51%
G 125 of 369 ~ 33.88%
B 172 of 369 ~ 46.61%

%19.51
%33.88
%46.61

CMYK color model

#487DAC color CMYK value is (58,27,0,33).

  • cyan value is 58.14%
  • magenta value is 27.33%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(58,27,0,33)
C58M27Y0K33 
(58%,27%,0%,33%)
(0.58/0.27/0.00/0.33)	

CMYK percentages

%58.14
%27.33
%0
%32.55

Codes

Color #487DAC in popluar color models

487DAC
RGB72125172
HSL208°40.98%47.84%
HSB/HSV208°58.14%67.45%
CMYK58.14%27.33%0.00%
32.55%

Color #487DAC in popluar number systems.

HEX487DAC
Decimal72125172
Binary1001000111110110101100
Octal110175254

Shades and tints

Shades of #487DAC

#487DAC
(72,125,172)
#42729D
(66,114,157)
#3C678E
(60,103,142)
#365C7F
(54,92,127)
#305170
(48,81,112)
#2A4661
(42,70,97)
#243B52
(36,59,82)
#1E3043
(30,48,67)
#182534
(24,37,52)
#121A25
(18,26,37)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #487DAC

#487DAC
(72,125,172)
#5888B3
(88,136,179)
#6893BA
(104,147,186)
#789EC1
(120,158,193)
#88A9C8
(136,169,200)
#98B4CF
(152,180,207)
#A8BFD6
(168,191,214)
#B8CADD
(184,202,221)
#C8D5E4
(200,213,228)
#D8E0EB
(216,224,235)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487DAC color. Also use rgb(72,125,172) instead hex code.

Text Font Color

.myTextColor { color: #487DAC; }

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

This text font color is #487DAC.


Background Color

.myBgColor { background-color: #487DAC; }

<div style="background-color:#487DAC">Inner text</div>

This div background color is #487DAC.


Border color

.myBorderColor { border: 1px solid #487DAC; }

<div style="border:3px solid #487DAC">Div</div>

This div border color is #487DAC.


Opacity

.myOpacity80 { color: #487DAC; opacity: 0.8; }

<p style="color:#487DAC;opacity:0.8;">80%</p>

Text with #487DAC 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 #487DAC;}

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

This text has shadow with #487DAC color.

.textShadow {text-shadow: 3px 3px 1px #487DAC, 3px 3px 1px red;}

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

This text has shadow with #487DAC primary color and red secondary color.


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

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

This text has shadow with #487DAC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487DAC on black background.


Color preview on white background

This text has color #487DAC on white background.



Black color preview on #487DAC background

This text has black color on #487DAC background.


White color preview on #487DAC background

This text has white color on #487DAC background.