COLOR #487A99

HEX: #487A99
RGB: (72,122,153)

Color info

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

RGB color model

#487A99 color RGB value is (72,122,153).

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

RGB channels and saturation

R 72 of 255 = 28%
G 122 of 255 = 48%
B 153 of 255 = 60%

72
122
153

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

Portions of RGB colors in percentages

R + G + B =
72 + 122 + 153 = 347 (100%)
R 72 of 347 ~ 20.75%
G 122 of 347 ~ 35.16%
B 153 of 347 ~ 44.09%

%20.75
%35.16
%44.09

CMYK color model

#487A99 color CMYK value is (53,20,0,40).

  • cyan value is 52.94%
  • magenta value is 20.26%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(53,20,0,40)
C53M20Y0K40 
(53%,20%,0%,40%)
(0.53/0.20/0.00/0.40)	

CMYK percentages

%52.94
%20.26
%0
%40

Codes

Color #487A99 in popluar color models

487A99
RGB72122153
HSL203°36.00%44.12%
HSB/HSV203°52.94%60.00%
CMYK52.94%20.26%0.00%
40.00%

Color #487A99 in popluar number systems.

HEX487A99
Decimal72122153
Binary1001000111101010011001
Octal110172231

Shades and tints

Shades of #487A99

#487A99
(72,122,153)
#426F8C
(66,111,140)
#3C647F
(60,100,127)
#365972
(54,89,114)
#304E65
(48,78,101)
#2A4358
(42,67,88)
#24384B
(36,56,75)
#1E2D3E
(30,45,62)
#182231
(24,34,49)
#121724
(18,23,36)
#0C0C17
(12,12,23)
#000000
(0,0,0)

Tints of #487A99

#487A99
(72,122,153)
#5886A2
(88,134,162)
#6892AB
(104,146,171)
#789EB4
(120,158,180)
#88AABD
(136,170,189)
#98B6C6
(152,182,198)
#A8C2CF
(168,194,207)
#B8CED8
(184,206,216)
#C8DAE1
(200,218,225)
#D8E6EA
(216,230,234)
#E8F2F3
(232,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487A99; }

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

This text font color is #487A99.


Background Color

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

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

This div background color is #487A99.


Border color

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

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

This div border color is #487A99.


Opacity

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

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

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

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

This text has shadow with #487A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487A99 on black background.


Color preview on white background

This text has color #487A99 on white background.



Black color preview on #487A99 background

This text has black color on #487A99 background.


White color preview on #487A99 background

This text has white color on #487A99 background.