COLOR #487A82

HEX: #487A82 RGB: (72,122,130)

Color info

#487A82 contains red, green and blue colors in about the same proportion. Web safe color of #487A82 is #336699 (or #369).

RGB color model

#487A82 color RGB value is (72,122,130).

RGB: (72,122,130) (28%, 48%, 51%)

RGB channels and saturation

R 72 of 255 = 28%
G 122 of 255 = 48%
B 130 of 255 = 51%

72
122
130

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

Portions of RGB colors in percentages

R + G + B = 72 + 122 + 130 = 324 (100%)
R 72 of 324 ~ 22.22%
G 122 of 324 ~ 37.65%
B 130 of 324 ~ 40.12'%

%22.22
%37.65
%40.12

CMYK color model

#487A82 color CMYK value is (45,6,0,49).

  • cyan value is 44.62%
  • magenta value is 6.15%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (45,6,0,49)
C45M6Y0K49 (45%, 6%, 0%, 49%)
(0.45 / 0.06 / 0.00 / 0.49)

CMYK percentages

%44.62
%6.15
%0
%49.02

Codes

Color #487A82 in popluar color models

48 7A 82
RGB 72 122 130
HSL 188° 28.71% 39.61%
HSB/HSV 188° 44.62% 50.98%
CMYK 44.62% 6.15% 0.00%
49.02%

Color #487A82 in popluar number systems.

HEX 48 7A 82
Decimal 72 122 130
Binary 1001000 1111010 10000010
Octal 110 172 202

Shades and tints

Shades of #487A82

#487A82
(72,122,130)
#426F77
(66,111,119)
#3C646C
(60,100,108)
#365961
(54,89,97)
#304E56
(48,78,86)
#2A434B
(42,67,75)
#243840
(36,56,64)
#1E2D35
(30,45,53)
#18222A
(24,34,42)
#12171F
(18,23,31)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #487A82

#487A82
(72,122,130)
#58868D
(88,134,141)
#689298
(104,146,152)
#789EA3
(120,158,163)
#88AAAE
(136,170,174)
#98B6B9
(152,182,185)
#A8C2C4
(168,194,196)
#B8CECF
(184,206,207)
#C8DADA
(200,218,218)
#D8E6E5
(216,230,229)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487A82; }

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

This text font color is #487A82.

Background Color

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

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

This div background color is #487A82.

Border color

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

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

This div border color is #487A82.

Opacity

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

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

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

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

This text has shadow with #487A82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #487A82.

Preview

Color preview on black background

This text has color #487A82 on black background.


Color preview on white background

This text has color #487A82 on white background.


Black color preview on #487A82 background

This text has black color on #487A82 background.


White color preview on #487A82 background

This text has white color on #487A82 background.


Related colors

Complementary color

Complementary color for #hex is #B7857D.


I love getcolorcode.com

Triadic colors

1 #82487A and #7A8248 with #487A82 are triadic colors.

2 #827A48 and #7A4882 with #487A82 are triadic colors.