Html Css Color HEX #497FAD Steel Blue

📋 copy color: '#497FAD'

red 73 ◦ green 127 ◦ blue 173

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

Shades of Steel Blue #497FAD

Tints of Steel Blue #497FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 34.05%

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

R = 19.57%
G = 34.05%
B = 46.38%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#497FAD (or 0x497FAD) is known color: Steel Blue. HEX triplet: 49, 7F and AD. RGB value is (73,127,173). Sum of RGB (Red+Green+Blue) = 73+127+173=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #497FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497FAD is #B68052. Grayscale: #737373. Windows color (decimal): -11960403 or 11370313. OLE color: 11370313.

HSL color Cylindrical-coordinate representation of color #497FAD: hue angle of 207.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 #497FAD is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 127 173 -
CMYK 0.58 0.27 0 0.32
HSL 207.6º 0.41% 0.48% -
HSV(B) 207.6º 0.58% 0.68% -
XYZ 17.88 19.61 42.38 -
YUV 116.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 73 127 173 0.58 0.27 0 0.32 207.6 0.41 0.48
Hex 49 7F AD 3A 1B 0 20 D0 29 30
Octal 111 177 255 72 33 0 40 320 51 60
Binary 1001001 1111111 10101101 111010 11011 0 100000 11010000 101001 110000

Color Harmonies of #497FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FAD

Black with #497FAD

Text Example


Text Example

White with #497FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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