COLOR #497AAB

HEX: #497AAB
RGB: (73,122,171)

Color info

#497AAB contains mainly green and blue colors. Web safe color of #497AAB is #336699 (or #369).

RGB color model

#497AAB color RGB value is (73,122,171).

  • red value is 73;
  • green value is 122;
  • blue value is 171.
RGB:
(73,122,171)
(29%,48%,67%)

RGB channels and saturation

R 73 of 255 = 29%
G 122 of 255 = 48%
B 171 of 255 = 67%

73
122
171

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

Portions of RGB colors in percentages

R + G + B =
73 + 122 + 171 = 366 (100%)
R 73 of 366 ~ 19.95%
G 122 of 366 ~ 33.33%
B 171 of 366 ~ 46.72%

%19.95
%33.33
%46.72

CMYK color model

#497AAB color CMYK value is (57,29,0,33).

  • cyan value is 57.31%
  • magenta value is 28.65%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(57,29,0,33)
C57M29Y0K33 
(57%,29%,0%,33%)
(0.57/0.29/0.00/0.33)	

CMYK percentages

%57.31
%28.65
%0
%32.94

Codes

Color #497AAB in popluar color models

497AAB
RGB73122171
HSL210°40.16%47.84%
HSB/HSV210°57.31%67.06%
CMYK57.31%28.65%0.00%
32.94%

Color #497AAB in popluar number systems.

HEX497AAB
Decimal73122171
Binary1001001111101010101011
Octal111172253

Shades and tints

Shades of #497AAB

#497AAB
(73,122,171)
#436F9C
(67,111,156)
#3D648D
(61,100,141)
#37597E
(55,89,126)
#314E6F
(49,78,111)
#2B4360
(43,67,96)
#253851
(37,56,81)
#1F2D42
(31,45,66)
#192233
(25,34,51)
#131724
(19,23,36)
#0D0C15
(13,12,21)
#000000
(0,0,0)

Tints of #497AAB

#497AAB
(73,122,171)
#5986B2
(89,134,178)
#6992B9
(105,146,185)
#799EC0
(121,158,192)
#89AAC7
(137,170,199)
#99B6CE
(153,182,206)
#A9C2D5
(169,194,213)
#B9CEDC
(185,206,220)
#C9DAE3
(201,218,227)
#D9E6EA
(217,230,234)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497AAB; }

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

This text font color is #497AAB.


Background Color

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

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

This div background color is #497AAB.


Border color

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

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

This div border color is #497AAB.


Opacity

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

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

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

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

This text has shadow with #497AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497AAB on black background.


Color preview on white background

This text has color #497AAB on white background.



Black color preview on #497AAB background

This text has black color on #497AAB background.


White color preview on #497AAB background

This text has white color on #497AAB background.