COLOR #4687A6

HEX: #4687A6 RGB: (70,135,166)

Color info

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

RGB color model

#4687A6 color RGB value is (70,135,166).

RGB: (70,135,166) (27%, 53%, 65%)

RGB channels and saturation

R 70 of 255 = 27%
G 135 of 255 = 53%
B 166 of 255 = 65%

70
135
166

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

Portions of RGB colors in percentages

R + G + B = 70 + 135 + 166 = 371 (100%)
R 70 of 371 ~ 18.87%
G 135 of 371 ~ 36.39%
B 166 of 371 ~ 44.74'%

%18.87
%36.39
%44.74

CMYK color model

#4687A6 color CMYK value is (58,19,0,35).

  • cyan value is 57.83%
  • magenta value is 18.67%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (58,19,0,35)
C58M19Y0K35 (58%, 19%, 0%, 35%)
(0.58 / 0.19 / 0.00 / 0.35)

CMYK percentages

%57.83
%18.67
%0
%34.9

Codes

Color #4687A6 in popluar color models

46 87 A6
RGB 70 135 166
HSL 199° 40.68% 46.27%
HSB/HSV 199° 57.83% 65.10%
CMYK 57.83% 18.67% 0.00%
34.90%

Color #4687A6 in popluar number systems.

HEX 46 87 A6
Decimal 70 135 166
Binary 1000110 10000111 10100110
Octal 106 207 246

Shades and tints

Shades of #4687A6

#4687A6
(70,135,166)
#407B97
(64,123,151)
#3A6F88
(58,111,136)
#346379
(52,99,121)
#2E576A
(46,87,106)
#284B5B
(40,75,91)
#223F4C
(34,63,76)
#1C333D
(28,51,61)
#16272E
(22,39,46)
#101B1F
(16,27,31)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #4687A6

#4687A6
(70,135,166)
#5691AE
(86,145,174)
#669BB6
(102,155,182)
#76A5BE
(118,165,190)
#86AFC6
(134,175,198)
#96B9CE
(150,185,206)
#A6C3D6
(166,195,214)
#B6CDDE
(182,205,222)
#C6D7E6
(198,215,230)
#D6E1EE
(214,225,238)
#E6EBF6
(230,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4687A6 color. Also use rgb(70,135,166) instead hex code.

Text Font Color

.myTextColor { color: #4687A6; }

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

This text font color is #4687A6.

Background Color

.myBgColor { background-color: #4687A6; }

<div style="background-color:#4687A6">Inner text</div>

This div background color is #4687A6.

Border color

.myBorderColor { border: 1px solid #4687A6; }

<div style="border:3px solid #4687A6">Div</div>

This div border color is #4687A6.

Opacity

.myOpacity80 { color: #4687A6; opacity: 0.8; }

<p style="color:#4687A6;opacity:0.8;">80%</p>

Text with #4687A6 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 #4687A6;}

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

This text has shadow with #4687A6 color.


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

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

This text has shadow with #4687A6 primary color and red secondary color.


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

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

This text has shadow with #4687A6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4687A6.

Preview

Color preview on black background

This text has color #4687A6 on black background.


Color preview on white background

This text has color #4687A6 on white background.


Black color preview on #4687A6 background

This text has black color on #4687A6 background.


White color preview on #4687A6 background

This text has white color on #4687A6 background.


Related colors

Complementary color

Complementary color for #hex is #B97859.


I love getcolorcode.com

Triadic colors

1 #A64687 and #87A646 with #4687A6 are triadic colors.

2 #A68746 and #8746A6 with #4687A6 are triadic colors.