COLOR #4995E3

HEX: #4995E3
RGB: (73,149,227)

Color info

#4995E3 contains mainly blue color. Web safe color of #4995E3 is #3399CC (or #39C).

RGB color model

#4995E3 color RGB value is (73,149,227).

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

RGB channels and saturation

R 73 of 255 = 29%
G 149 of 255 = 58%
B 227 of 255 = 89%

73
149
227

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

Portions of RGB colors in percentages

R + G + B =
73 + 149 + 227 = 449 (100%)
R 73 of 449 ~ 16.26%
G 149 of 449 ~ 33.18%
B 227 of 449 ~ 50.56%

%16.26
%33.18
%50.56

CMYK color model

#4995E3 color CMYK value is (68,34,0,11).

  • cyan value is 67.84%
  • magenta value is 34.36%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(68,34,0,11)
C68M34Y0K11 
(68%,34%,0%,11%)
(0.68/0.34/0.00/0.11)	

CMYK percentages

%67.84
%34.36
%0
%10.98

Codes

Color #4995E3 in popluar color models

4995E3
RGB73149227
HSL210°73.33%58.82%
HSB/HSV210°67.84%89.02%
CMYK67.84%34.36%0.00%
10.98%

Color #4995E3 in popluar number systems.

HEX4995E3
Decimal73149227
Binary10010011001010111100011
Octal111225343

Shades and tints

Shades of #4995E3

#4995E3
(73,149,227)
#4388CF
(67,136,207)
#3D7BBB
(61,123,187)
#376EA7
(55,110,167)
#316193
(49,97,147)
#2B547F
(43,84,127)
#25476B
(37,71,107)
#1F3A57
(31,58,87)
#192D43
(25,45,67)
#13202F
(19,32,47)
#0D131B
(13,19,27)
#000000
(0,0,0)

Tints of #4995E3

#4995E3
(73,149,227)
#599EE5
(89,158,229)
#69A7E7
(105,167,231)
#79B0E9
(121,176,233)
#89B9EB
(137,185,235)
#99C2ED
(153,194,237)
#A9CBEF
(169,203,239)
#B9D4F1
(185,212,241)
#C9DDF3
(201,221,243)
#D9E6F5
(217,230,245)
#E9EFF7
(233,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4995E3; }

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

This text font color is #4995E3.


Background Color

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

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

This div background color is #4995E3.


Border color

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

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

This div border color is #4995E3.


Opacity

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

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

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

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

This text has shadow with #4995E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4995E3 on black background.


Color preview on white background

This text has color #4995E3 on white background.



Black color preview on #4995E3 background

This text has black color on #4995E3 background.


White color preview on #4995E3 background

This text has white color on #4995E3 background.