COLOR #4999E9

HEX: #4999E9 RGB: (73,153,233)

Color info

#4999E9 contains mainly blue color. Web safe color of #4999E9 is #3399FF (or #39F).

RGB color model

#4999E9 color RGB value is (73,153,233).

RGB: (73,153,233) (29%, 60%, 91%)

RGB channels and saturation

R 73 of 255 = 29%
G 153 of 255 = 60%
B 233 of 255 = 91%

73
153
233

R + G + B ~ 60%. #4999E9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 73 + 153 + 233 = 459 (100%)
R 73 of 459 ~ 15.9%
G 153 of 459 ~ 33.33%
B 233 of 459 ~ 50.76'%

%15.9
%33.33
%50.76

CMYK color model

#4999E9 color CMYK value is (69,34,0,9).

  • cyan value is 68.67%
  • magenta value is 34.33%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (69,34,0,9)
C69M34Y0K9 (69%, 34%, 0%, 9%)
(0.69 / 0.34 / 0.00 / 0.09)

CMYK percentages

%68.67
%34.33
%0
%8.63

Codes

Color #4999E9 in popluar color models

49 99 E9
RGB 73 153 233
HSL 210° 78.43% 60.00%
HSB/HSV 210° 68.67% 91.37%
CMYK 68.67% 34.33% 0.00%
8.63%

Color #4999E9 in popluar number systems.

HEX 49 99 E9
Decimal 73 153 233
Binary 1001001 10011001 11101001
Octal 111 231 351

Shades and tints

Shades of #4999E9

#4999E9
(73,153,233)
#438CD4
(67,140,212)
#3D7FBF
(61,127,191)
#3772AA
(55,114,170)
#316595
(49,101,149)
#2B5880
(43,88,128)
#254B6B
(37,75,107)
#1F3E56
(31,62,86)
#193141
(25,49,65)
#13242C
(19,36,44)
#0D1717
(13,23,23)
#000000
(0,0,0)

Tints of #4999E9

#4999E9
(73,153,233)
#59A2EB
(89,162,235)
#69ABED
(105,171,237)
#79B4EF
(121,180,239)
#89BDF1
(137,189,241)
#99C6F3
(153,198,243)
#A9CFF5
(169,207,245)
#B9D8F7
(185,216,247)
#C9E1F9
(201,225,249)
#D9EAFB
(217,234,251)
#E9F3FD
(233,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4999E9 color. Also use rgb(73,153,233) instead hex code.

Text Font Color

.myTextColor { color: #4999E9; }

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

This text font color is #4999E9.

Background Color

.myBgColor { background-color: #4999E9; }

<div style="background-color:#4999E9">Inner text</div>

This div background color is #4999E9.

Border color

.myBorderColor { border: 1px solid #4999E9; }

<div style="border:3px solid #4999E9">Div</div>

This div border color is #4999E9.

Opacity

.myOpacity80 { color: #4999E9; opacity: 0.8; }

<p style="color:#4999E9;opacity:0.8;">80%</p>

Text with #4999E9 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 #4999E9;}

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

This text has shadow with #4999E9 color.


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

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

This text has shadow with #4999E9 primary color and red secondary color.


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

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

This text has shadow with #4999E9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4999E9.

Preview

Color preview on black background

This text has color #4999E9 on black background.


Color preview on white background

This text has color #4999E9 on white background.


Black color preview on #4999E9 background

This text has black color on #4999E9 background.


White color preview on #4999E9 background

This text has white color on #4999E9 background.


Related colors

Complementary color

Complementary color for #4999E9 is #B66616.


I love getcolorcode.com

Triadic colors

1 #E94999 and #99E949 with #4999E9 are triadic colors.

2 #E99949 and #9949E9 with #4999E9 are triadic colors.