COLOR #4995A1

HEX: #4995A1
RGB: (73,149,161)

Color info

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

RGB color model

#4995A1 color RGB value is (73,149,161).

  • red value is 73;
  • green value is 149;
  • blue value is 161.
RGB:
(73,149,161)
(29%,58%,63%)

RGB channels and saturation

R 73 of 255 = 29%
G 149 of 255 = 58%
B 161 of 255 = 63%

73
149
161

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

Portions of RGB colors in percentages

R + G + B =
73 + 149 + 161 = 383 (100%)
R 73 of 383 ~ 19.06%
G 149 of 383 ~ 38.9%
B 161 of 383 ~ 42.04%

%19.06
%38.9
%42.04

CMYK color model

#4995A1 color CMYK value is (55,7,0,37).

  • cyan value is 54.66%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(55,7,0,37)
C55M7Y0K37 
(55%,7%,0%,37%)
(0.55/0.07/0.00/0.37)	

CMYK percentages

%54.66
%7.45
%0
%36.86

Codes

Color #4995A1 in popluar color models

4995A1
RGB73149161
HSL188°37.61%45.88%
HSB/HSV188°54.66%63.14%
CMYK54.66%7.45%0.00%
36.86%

Color #4995A1 in popluar number systems.

HEX4995A1
Decimal73149161
Binary10010011001010110100001
Octal111225241

Shades and tints

Shades of #4995A1

#4995A1
(73,149,161)
#438893
(67,136,147)
#3D7B85
(61,123,133)
#376E77
(55,110,119)
#316169
(49,97,105)
#2B545B
(43,84,91)
#25474D
(37,71,77)
#1F3A3F
(31,58,63)
#192D31
(25,45,49)
#132023
(19,32,35)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #4995A1

#4995A1
(73,149,161)
#599EA9
(89,158,169)
#69A7B1
(105,167,177)
#79B0B9
(121,176,185)
#89B9C1
(137,185,193)
#99C2C9
(153,194,201)
#A9CBD1
(169,203,209)
#B9D4D9
(185,212,217)
#C9DDE1
(201,221,225)
#D9E6E9
(217,230,233)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4995A1 color. Also use rgb(73,149,161) instead hex code.

Text Font Color

.myTextColor { color: #4995A1; }

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

This text font color is #4995A1.


Background Color

.myBgColor { background-color: #4995A1; }

<div style="background-color:#4995A1">Inner text</div>

This div background color is #4995A1.


Border color

.myBorderColor { border: 1px solid #4995A1; }

<div style="border:3px solid #4995A1">Div</div>

This div border color is #4995A1.


Opacity

.myOpacity80 { color: #4995A1; opacity: 0.8; }

<p style="color:#4995A1;opacity:0.8;">80%</p>

Text with #4995A1 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 #4995A1;}

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

This text has shadow with #4995A1 color.

.textShadow {text-shadow: 3px 3px 1px #4995A1, 3px 3px 1px red;}

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

This text has shadow with #4995A1 primary color and red secondary color.


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

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

This text has shadow with #4995A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4995A1 on black background.


Color preview on white background

This text has color #4995A1 on white background.



Black color preview on #4995A1 background

This text has black color on #4995A1 background.


White color preview on #4995A1 background

This text has white color on #4995A1 background.