COLOR #487AB0

HEX: #487AB0
RGB: (72,122,176)

Color info

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

RGB color model

#487AB0 color RGB value is (72,122,176).

  • red value is 72;
  • green value is 122;
  • blue value is 176.
RGB:
(72,122,176)
(28%,48%,69%)

RGB channels and saturation

R 72 of 255 = 28%
G 122 of 255 = 48%
B 176 of 255 = 69%

72
122
176

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

Portions of RGB colors in percentages

R + G + B =
72 + 122 + 176 = 370 (100%)
R 72 of 370 ~ 19.46%
G 122 of 370 ~ 32.97%
B 176 of 370 ~ 47.57%

%19.46
%32.97
%47.57

CMYK color model

#487AB0 color CMYK value is (59,31,0,31).

  • cyan value is 59.09%
  • magenta value is 30.68%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(59,31,0,31)
C59M31Y0K31 
(59%,31%,0%,31%)
(0.59/0.31/0.00/0.31)	

CMYK percentages

%59.09
%30.68
%0
%30.98

Codes

Color #487AB0 in popluar color models

487AB0
RGB72122176
HSL211°41.94%48.63%
HSB/HSV211°59.09%69.02%
CMYK59.09%30.68%0.00%
30.98%

Color #487AB0 in popluar number systems.

HEX487AB0
Decimal72122176
Binary1001000111101010110000
Octal110172260

Shades and tints

Shades of #487AB0

#487AB0
(72,122,176)
#426FA0
(66,111,160)
#3C6490
(60,100,144)
#365980
(54,89,128)
#304E70
(48,78,112)
#2A4360
(42,67,96)
#243850
(36,56,80)
#1E2D40
(30,45,64)
#182230
(24,34,48)
#121720
(18,23,32)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #487AB0

#487AB0
(72,122,176)
#5886B7
(88,134,183)
#6892BE
(104,146,190)
#789EC5
(120,158,197)
#88AACC
(136,170,204)
#98B6D3
(152,182,211)
#A8C2DA
(168,194,218)
#B8CEE1
(184,206,225)
#C8DAE8
(200,218,232)
#D8E6EF
(216,230,239)
#E8F2F6
(232,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487AB0 color. Also use rgb(72,122,176) instead hex code.

Text Font Color

.myTextColor { color: #487AB0; }

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

This text font color is #487AB0.


Background Color

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

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

This div background color is #487AB0.


Border color

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

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

This div border color is #487AB0.


Opacity

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

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

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

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

This text has shadow with #487AB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487AB0 on black background.


Color preview on white background

This text has color #487AB0 on white background.



Black color preview on #487AB0 background

This text has black color on #487AB0 background.


White color preview on #487AB0 background

This text has white color on #487AB0 background.