Html Css Color HEX #497BAE Steel Blue

📋 copy color: '#497BAE'

red 73 ◦ green 123 ◦ blue 174

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

Shades of Steel Blue #497BAE

Tints of Steel Blue #497BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.03%

R = 19.73%
G = 33.24%
B = 47.03%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#497BAE (or 0x497BAE) is known color: Steel Blue. HEX triplet: 49, 7B and AE. RGB value is (73,123,174). Sum of RGB (Red+Green+Blue) = 73+123+174=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #497BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497BAE is #B68451. Grayscale: #717171. Windows color (decimal): -11961426 or 11434825. OLE color: 11434825.

HSL color Cylindrical-coordinate representation of color #497BAE: hue angle of 210.3º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #497BAE is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 123 174 -
CMYK 0.58 0.29 0 0.32
HSL 210.3º 0.41% 0.48% -
HSV(B) 210.3º 0.58% 0.68% -
XYZ 17.47 18.64 42.72 -
YUV 113.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 73 123 174 0.58 0.29 0 0.32 210.3 0.41 0.48
Hex 49 7B AE 3A 1D 0 20 D2 29 30
Octal 111 173 256 72 35 0 40 322 51 60
Binary 1001001 1111011 10101110 111010 11101 0 100000 11010010 101001 110000

Color Harmonies of #497BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BAE

Black with #497BAE

Text Example


Text Example

White with #497BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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