Html Css Color HEX #497DAE Steel Blue

📋 copy color: '#497DAE'

red 73 ◦ green 125 ◦ blue 174

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

Shades of Steel Blue #497DAE

Tints of Steel Blue #497DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.6%

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

R = 19.62%
G = 33.6%
B = 46.77%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#497DAE (or 0x497DAE) is known color: Steel Blue. HEX triplet: 49, 7D and AE. RGB value is (73,125,174). Sum of RGB (Red+Green+Blue) = 73+125+174=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #497DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497DAE is #B68251. Grayscale: #727272. Windows color (decimal): -11960914 or 11435337. OLE color: 11435337.

HSL color Cylindrical-coordinate representation of color #497DAE: hue angle of 209.11º 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 #497DAE is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 125 174 -
CMYK 0.58 0.28 0 0.32
HSL 209.11º 0.41% 0.48% -
HSV(B) 209.11º 0.58% 0.68% -
XYZ 17.72 19.14 42.8 -
YUV 115.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 73 125 174 0.58 0.28 0 0.32 209.11 0.41 0.48
Hex 49 7D AE 3A 1C 0 20 D1 29 30
Octal 111 175 256 72 34 0 40 321 51 60
Binary 1001001 1111101 10101110 111010 11100 0 100000 11010001 101001 110000

Color Harmonies of #497DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DAE

Black with #497DAE

Text Example


Text Example

White with #497DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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