Html Css Color HEX #497CB0 Steel Blue

📋 copy color: '#497CB0'

red 73 ◦ green 124 ◦ blue 176

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

Shades of Steel Blue #497CB0

Tints of Steel Blue #497CB0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.24%

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

R = 19.57%
G = 33.24%
B = 47.18%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#497CB0 (or 0x497CB0) is known color: Steel Blue. HEX triplet: 49, 7C and B0. RGB value is (73,124,176). Sum of RGB (Red+Green+Blue) = 73+124+176=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 176 - color contains mainly: blue. Hex color #497CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497CB0 is #B6834F. Grayscale: #727272. Windows color (decimal): -11961168 or 11566153. OLE color: 11566153.

HSL color Cylindrical-coordinate representation of color #497CB0: hue angle of 210.29º 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 #497CB0 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 124 176 -
CMYK 0.59 0.30 0 0.31
HSL 210.29º 0.41% 0.49% -
HSV(B) 210.29º 0.59% 0.69% -
XYZ 17.79 18.97 43.8 -
YUV 114.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 73 124 176 0.59 0.30 0 0.31 210.29 0.41 0.49
Hex 49 7C B0 3B 1E 0 1F D2 29 31
Octal 111 174 260 73 36 0 37 322 51 61
Binary 1001001 1111100 10110000 111011 11110 0 11111 11010010 101001 110001

Color Harmonies of #497CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CB0

Black with #497CB0

Text Example


Text Example

White with #497CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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