COLOR #4895A7

HEX: #4895A7
RGB: (72,149,167)

Color info

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

RGB color model

#4895A7 color RGB value is (72,149,167).

  • red value is 72;
  • green value is 149;
  • blue value is 167.
RGB:
(72,149,167)
(28%,58%,65%)

RGB channels and saturation

R 72 of 255 = 28%
G 149 of 255 = 58%
B 167 of 255 = 65%

72
149
167

R + G + B ~ 50%. #4895A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 149 + 167 = 388 (100%)
R 72 of 388 ~ 18.56%
G 149 of 388 ~ 38.4%
B 167 of 388 ~ 43.04%

%18.56
%38.4
%43.04

CMYK color model

#4895A7 color CMYK value is (57,11,0,35).

  • cyan value is 56.89%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(57,11,0,35)
C57M11Y0K35 
(57%,11%,0%,35%)
(0.57/0.11/0.00/0.35)	

CMYK percentages

%56.89
%10.78
%0
%34.51

Codes

Color #4895A7 in popluar color models

4895A7
RGB72149167
HSL191°39.75%46.86%
HSB/HSV191°56.89%65.49%
CMYK56.89%10.78%0.00%
34.51%

Color #4895A7 in popluar number systems.

HEX4895A7
Decimal72149167
Binary10010001001010110100111
Octal110225247

Shades and tints

Shades of #4895A7

#4895A7
(72,149,167)
#428898
(66,136,152)
#3C7B89
(60,123,137)
#366E7A
(54,110,122)
#30616B
(48,97,107)
#2A545C
(42,84,92)
#24474D
(36,71,77)
#1E3A3E
(30,58,62)
#182D2F
(24,45,47)
#122020
(18,32,32)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #4895A7

#4895A7
(72,149,167)
#589EAF
(88,158,175)
#68A7B7
(104,167,183)
#78B0BF
(120,176,191)
#88B9C7
(136,185,199)
#98C2CF
(152,194,207)
#A8CBD7
(168,203,215)
#B8D4DF
(184,212,223)
#C8DDE7
(200,221,231)
#D8E6EF
(216,230,239)
#E8EFF7
(232,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4895A7 color. Also use rgb(72,149,167) instead hex code.

Text Font Color

.myTextColor { color: #4895A7; }

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

This text font color is #4895A7.


Background Color

.myBgColor { background-color: #4895A7; }

<div style="background-color:#4895A7">Inner text</div>

This div background color is #4895A7.


Border color

.myBorderColor { border: 1px solid #4895A7; }

<div style="border:3px solid #4895A7">Div</div>

This div border color is #4895A7.


Opacity

.myOpacity80 { color: #4895A7; opacity: 0.8; }

<p style="color:#4895A7;opacity:0.8;">80%</p>

Text with #4895A7 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 #4895A7;}

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

This text has shadow with #4895A7 color.

.textShadow {text-shadow: 3px 3px 1px #4895A7, 3px 3px 1px red;}

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

This text has shadow with #4895A7 primary color and red secondary color.


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

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

This text has shadow with #4895A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4895A7 on black background.


Color preview on white background

This text has color #4895A7 on white background.



Black color preview on #4895A7 background

This text has black color on #4895A7 background.


White color preview on #4895A7 background

This text has white color on #4895A7 background.