Html Css Color HEX #497DAF Steel Blue

📋 copy color: '#497DAF'

red 73 ◦ green 125 ◦ blue 175

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

Shades of Steel Blue #497DAF

Tints of Steel Blue #497DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.92%

R = 19.57%
G = 33.51%
B = 46.92%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#497DAF (or 0x497DAF) is known color: Steel Blue. HEX triplet: 49, 7D and AF. RGB value is (73,125,175). Sum of RGB (Red+Green+Blue) = 73+125+175=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #497DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497DAF is #B68250. Grayscale: #727272. Windows color (decimal): -11960913 or 11500873. OLE color: 11500873.

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

Color convert

RGB 73 125 175 -
CMYK 0.58 0.29 0 0.31
HSL 209.41º 0.41% 0.49% -
HSV(B) 209.41º 0.58% 0.69% -
XYZ 17.82 19.18 43.32 -
YUV 115.15 161.77 97.93 -
System Red Green Blue C M Y K H S L
Decimal 73 125 175 0.58 0.29 0 0.31 209.41 0.41 0.49
Hex 49 7D AF 3A 1D 0 1F D1 29 31
Octal 111 175 257 72 35 0 37 321 51 61
Binary 1001001 1111101 10101111 111010 11101 0 11111 11010001 101001 110001

Color Harmonies of #497DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DAF

Black with #497DAF

Text Example


Text Example

White with #497DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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