COLOR #497AE2

HEX: #497AE2 RGB: (73,122,226)

Color info

#497AE2 contains mainly blue color. Web safe color of #497AE2 is #3366CC (or #36C).

RGB color model

#497AE2 color RGB value is (73,122,226).

RGB: (73,122,226) (29%, 48%, 89%)

RGB channels and saturation

R 73 of 255 = 29%
G 122 of 255 = 48%
B 226 of 255 = 89%

73
122
226

R + G + B ~ 55%. #497AE2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 73 + 122 + 226 = 421 (100%)
R 73 of 421 ~ 17.34%
G 122 of 421 ~ 28.98%
B 226 of 421 ~ 53.68'%

%17.34
%28.98
%53.68

CMYK color model

#497AE2 color CMYK value is (68,46,0,11).

  • cyan value is 67.70%
  • magenta value is 46.02%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (68,46,0,11)
C68M46Y0K11 (68%, 46%, 0%, 11%)
(0.68 / 0.46 / 0.00 / 0.11)

CMYK percentages

%67.7
%46.02
%0
%11.37

Codes

Color #497AE2 in popluar color models

49 7A E2
RGB 73 122 226
HSL 221° 72.51% 58.63%
HSB/HSV 221° 67.70% 88.63%
CMYK 67.70% 46.02% 0.00%
11.37%

Color #497AE2 in popluar number systems.

HEX 49 7A E2
Decimal 73 122 226
Binary 1001001 1111010 11100010
Octal 111 172 342

Shades and tints

Shades of #497AE2

#497AE2
(73,122,226)
#436FCE
(67,111,206)
#3D64BA
(61,100,186)
#3759A6
(55,89,166)
#314E92
(49,78,146)
#2B437E
(43,67,126)
#25386A
(37,56,106)
#1F2D56
(31,45,86)
#192242
(25,34,66)
#13172E
(19,23,46)
#0D0C1A
(13,12,26)
#000000
(0,0,0)

Tints of #497AE2

#497AE2
(73,122,226)
#5986E4
(89,134,228)
#6992E6
(105,146,230)
#799EE8
(121,158,232)
#89AAEA
(137,170,234)
#99B6EC
(153,182,236)
#A9C2EE
(169,194,238)
#B9CEF0
(185,206,240)
#C9DAF2
(201,218,242)
#D9E6F4
(217,230,244)
#E9F2F6
(233,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497AE2 color. Also use rgb(73,122,226) instead hex code.

Text Font Color

.myTextColor { color: #497AE2; }

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

This text font color is #497AE2.

Background Color

.myBgColor { background-color: #497AE2; }

<div style="background-color:#497AE2">Inner text</div>

This div background color is #497AE2.

Border color

.myBorderColor { border: 1px solid #497AE2; }

<div style="border:3px solid #497AE2">Div</div>

This div border color is #497AE2.

Opacity

.myOpacity80 { color: #497AE2; opacity: 0.8; }

<p style="color:#497AE2;opacity:0.8;">80%</p>

Text with #497AE2 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 #497AE2;}

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

This text has shadow with #497AE2 color.


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

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

This text has shadow with #497AE2 primary color and red secondary color.


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

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

This text has shadow with #497AE2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #497AE2.

Preview

Color preview on black background

This text has color #497AE2 on black background.


Color preview on white background

This text has color #497AE2 on white background.


Black color preview on #497AE2 background

This text has black color on #497AE2 background.


White color preview on #497AE2 background

This text has white color on #497AE2 background.


Related colors

Complementary color

Complementary color for #hex is #B6851D.


I love getcolorcode.com

Triadic colors

1 #E2497A and #7AE249 with #497AE2 are triadic colors.

2 #E27A49 and #7A49E2 with #497AE2 are triadic colors.