Html Css Color HEX #497AAD Steel Blue

📋 copy color: '#497AAD'

red 73 ◦ green 122 ◦ blue 173

#497AAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #497AAD

Tints of Steel Blue #497AAD

RGB

 RED value IS 73 (28.91% from 255) = 19.84%

 GREEN value IS 122 (48.05% from 255) = 33.15%

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 19.84%
G = 33.15%
B = 47.01%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#497AAD (or 0x497AAD) is known color: Steel Blue. HEX triplet: 49, 7A and AD. RGB value is (73,122,173). Sum of RGB (Red+Green+Blue) = 73+122+173=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #497AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497AAD is #B68552. Grayscale: #707070. Windows color (decimal): -11961683 or 11369033. OLE color: 11369033.

HSL color Cylindrical-coordinate representation of color #497AAD: hue angle of 210.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #497AAD is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 122 173 -
CMYK 0.58 0.29 0 0.32
HSL 210.6º 0.41% 0.48% -
HSV(B) 210.6º 0.58% 0.68% -
XYZ 17.25 18.35 42.17 -
YUV 113.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 73 122 173 0.58 0.29 0 0.32 210.6 0.41 0.48
Hex 49 7A AD 3A 1D 0 20 D3 29 30
Octal 111 172 255 72 35 0 40 323 51 60
Binary 1001001 1111010 10101101 111010 11101 0 100000 11010011 101001 110000

Color Harmonies of #497AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497AAD

Black with #497AAD

Text Example


Text Example

White with #497AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497AAD; }

 p { color: rgb(73,122,173); }

 H1.HeaderClassName
 {
   color: #497AAD;
 }
 .AnyTagClassName
 {
   color: #497AAD;
 }
</style>

background-color css

<style>
 a { background-color: #497AAD; }

 a { background-color: rgb(73,122,173); }

 div.DivClassName
 {
   background-color: #497AAD;
 }
 .BgClassName
 {
   background-color: #497AAD;
 }
</style>

border-color css

<style>
 span { border-color: #497AAD; }

 span { border-color: rgb(73,122,173); }

 td.TdClassName
 {
   border-color: #497AAD;
 }
 .TagClassName
 {
   border-color: #497AAD;
 }
</style>