Html Css Color HEX #497FB0 Steel Blue

📋 copy color: '#497FB0'

red 73 ◦ green 127 ◦ blue 176

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

Shades of Steel Blue #497FB0

Tints of Steel Blue #497FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.81%

R = 19.41%
G = 33.78%
B = 46.81%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#497FB0 (or 0x497FB0) is known color: Steel Blue. HEX triplet: 49, 7F and B0. RGB value is (73,127,176). Sum of RGB (Red+Green+Blue) = 73+127+176=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 176 (69.14% from 255 or 46.81% from 376); Max value from RGB is 176 - color contains mainly: blue. Hex color #497FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497FB0 is #B6804F. Grayscale: #747474. Windows color (decimal): -11960400 or 11566921. OLE color: 11566921.

HSL color Cylindrical-coordinate representation of color #497FB0: hue angle of 208.54º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #497FB0 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 127 176 -
CMYK 0.59 0.28 0 0.31
HSL 208.54º 0.41% 0.49% -
HSV(B) 208.54º 0.59% 0.69% -
XYZ 18.17 19.73 43.92 -
YUV 116.44 161.61 97.02 -
System Red Green Blue C M Y K H S L
Decimal 73 127 176 0.59 0.28 0 0.31 208.54 0.41 0.49
Hex 49 7F B0 3B 1C 0 1F D1 29 31
Octal 111 177 260 73 34 0 37 321 51 61
Binary 1001001 1111111 10110000 111011 11100 0 11111 11010001 101001 110001

Color Harmonies of #497FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FB0

Black with #497FB0

Text Example


Text Example

White with #497FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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