Html Css Color HEX #497BA0 Steel Blue

📋 copy color: '#497BA0'

red 73 ◦ green 123 ◦ blue 160

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

Shades of Steel Blue #497BA0

Tints of Steel Blue #497BA0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

 BLUE value IS 160 (62.89% from 255) = 44.94%

R = 20.51%
G = 34.55%
B = 44.94%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#497BA0 (or 0x497BA0) is known color: Steel Blue. HEX triplet: 49, 7B and A0. RGB value is (73,123,160). Sum of RGB (Red+Green+Blue) = 73+123+160=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 160 - color contains mainly: blue. Hex color #497BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497BA0 is #B6845F. Grayscale: #707070. Windows color (decimal): -11961440 or 10517321. OLE color: 10517321.

HSL color Cylindrical-coordinate representation of color #497BA0: hue angle of 205.52º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #497BA0 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 123 160 -
CMYK 0.54 0.23 0 0.37
HSL 205.52º 0.37% 0.46% -
HSV(B) 205.52º 0.54% 0.63% -
XYZ 16.18 18.12 35.9 -
YUV 112.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 73 123 160 0.54 0.23 0 0.37 205.52 0.37 0.46
Hex 49 7B A0 36 17 0 25 CE 25 2E
Octal 111 173 240 66 27 0 45 316 45 56
Binary 1001001 1111011 10100000 110110 10111 0 100101 11001110 100101 101110

Color Harmonies of #497BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BA0

Black with #497BA0

Text Example


Text Example

White with #497BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,123,160); }

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

background-color css

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

 a { background-color: rgb(73,123,160); }

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

border-color css

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

 span { border-color: rgb(73,123,160); }

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