Html Css Color HEX #497FBC Steel Blue

📋 copy color: '#497FBC'

red 73 ◦ green 127 ◦ blue 188

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

Shades of Steel Blue #497FBC

Tints of Steel Blue #497FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 18.81%
G = 32.73%
B = 48.45%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#497FBC (or 0x497FBC) is known color: Steel Blue. HEX triplet: 49, 7F and BC. RGB value is (73,127,188). Sum of RGB (Red+Green+Blue) = 73+127+188=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #497FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FBC is #B68043. Grayscale: #757575. Windows color (decimal): -11960388 or 12353353. OLE color: 12353353.

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

Color convert

RGB 73 127 188 -
CMYK 0.61 0.32 0 0.26
HSL 211.83º 0.46% 0.51% -
HSV(B) 211.83º 0.61% 0.74% -
XYZ 19.41 20.23 50.46 -
YUV 117.81 167.61 96.04 -
System Red Green Blue C M Y K H S L
Decimal 73 127 188 0.61 0.32 0 0.26 211.83 0.46 0.51
Hex 49 7F BC 3D 20 0 1A D4 2E 33
Octal 111 177 274 75 40 0 32 324 56 63
Binary 1001001 1111111 10111100 111101 100000 0 11010 11010100 101110 110011

Color Harmonies of #497FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FBC

Black with #497FBC

Text Example


Text Example

White with #497FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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