Html Css Color HEX #497EA7 Steel Blue

📋 copy color: '#497EA7'

red 73 ◦ green 126 ◦ blue 167

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

Shades of Steel Blue #497EA7

Tints of Steel Blue #497EA7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.43%

 BLUE value IS 167 (65.63% from 255) = 45.63%

R = 19.95%
G = 34.43%
B = 45.63%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#497EA7 (or 0x497EA7) is known color: Steel Blue. HEX triplet: 49, 7E and A7. RGB value is (73,126,167). Sum of RGB (Red+Green+Blue) = 73+126+167=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 167 - color contains mainly: blue. Hex color #497EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497EA7 is #B68158. Grayscale: #727272. Windows color (decimal): -11960665 or 10976841. OLE color: 10976841.

HSL color Cylindrical-coordinate representation of color #497EA7: hue angle of 206.17º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #497EA7 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 126 167 -
CMYK 0.56 0.25 0 0.35
HSL 206.17º 0.39% 0.47% -
HSV(B) 206.17º 0.56% 0.65% -
XYZ 17.18 19.13 39.35 -
YUV 114.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 73 126 167 0.56 0.25 0 0.35 206.17 0.39 0.47
Hex 49 7E A7 38 19 0 23 CE 27 2F
Octal 111 176 247 70 31 0 43 316 47 57
Binary 1001001 1111110 10100111 111000 11001 0 100011 11001110 100111 101111

Color Harmonies of #497EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497EA7

Black with #497EA7

Text Example


Text Example

White with #497EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,126,167); }

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

background-color css

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

 a { background-color: rgb(73,126,167); }

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

border-color css

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

 span { border-color: rgb(73,126,167); }

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