Html Css Color HEX #497FBA Steel Blue

📋 copy color: '#497FBA'

red 73 ◦ green 127 ◦ blue 186

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

Shades of Steel Blue #497FBA

Tints of Steel Blue #497FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 18.91%
G = 32.9%
B = 48.19%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#497FBA (or 0x497FBA) is known color: Steel Blue. HEX triplet: 49, 7F and BA. RGB value is (73,127,186). Sum of RGB (Red+Green+Blue) = 73+127+186=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #497FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FBA is #B68045. Grayscale: #757575. Windows color (decimal): -11960390 or 12222281. OLE color: 12222281.

HSL color Cylindrical-coordinate representation of color #497FBA: hue angle of 211.33º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #497FBA is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 127 186 -
CMYK 0.61 0.32 0 0.27
HSL 211.33º 0.45% 0.51% -
HSV(B) 211.33º 0.61% 0.73% -
XYZ 19.2 20.14 49.33 -
YUV 117.58 166.61 96.2 -
System Red Green Blue C M Y K H S L
Decimal 73 127 186 0.61 0.32 0 0.27 211.33 0.45 0.51
Hex 49 7F BA 3D 20 0 1B D3 2D 33
Octal 111 177 272 75 40 0 33 323 55 63
Binary 1001001 1111111 10111010 111101 100000 0 11011 11010011 101101 110011

Color Harmonies of #497FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FBA

Black with #497FBA

Text Example


Text Example

White with #497FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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