Html Css Color HEX #497DA6 Steel Blue

📋 copy color: '#497DA6'

red 73 ◦ green 125 ◦ blue 166

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

Shades of Steel Blue #497DA6

Tints of Steel Blue #497DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.6%

R = 20.05%
G = 34.34%
B = 45.6%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#497DA6 (or 0x497DA6) is known color: Steel Blue. HEX triplet: 49, 7D and A6. RGB value is (73,125,166). Sum of RGB (Red+Green+Blue) = 73+125+166=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 166 - color contains mainly: blue. Hex color #497DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497DA6 is #B68259. Grayscale: #717171. Windows color (decimal): -11960922 or 10911049. OLE color: 10911049.

HSL color Cylindrical-coordinate representation of color #497DA6: hue angle of 206.45º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #497DA6 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 125 166 -
CMYK 0.56 0.25 0 0.35
HSL 206.45º 0.39% 0.47% -
HSV(B) 206.45º 0.56% 0.65% -
XYZ 16.96 18.84 38.82 -
YUV 114.13 157.27 98.67 -
System Red Green Blue C M Y K H S L
Decimal 73 125 166 0.56 0.25 0 0.35 206.45 0.39 0.47
Hex 49 7D A6 38 19 0 23 CE 27 2F
Octal 111 175 246 70 31 0 43 316 47 57
Binary 1001001 1111101 10100110 111000 11001 0 100011 11001110 100111 101111

Color Harmonies of #497DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DA6

Black with #497DA6

Text Example


Text Example

White with #497DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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