Html Css Color HEX #497DA5 Steel Blue

📋 copy color: '#497DA5'

red 73 ◦ green 125 ◦ blue 165

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

Shades of Steel Blue #497DA5

Tints of Steel Blue #497DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.45%

R = 20.11%
G = 34.44%
B = 45.45%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#497DA5 (or 0x497DA5) is known color: Steel Blue. HEX triplet: 49, 7D and A5. RGB value is (73,125,165). Sum of RGB (Red+Green+Blue) = 73+125+165=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 165 - color contains mainly: blue. Hex color #497DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497DA5 is #B6825A. Grayscale: #717171. Windows color (decimal): -11960923 or 10845513. OLE color: 10845513.

HSL color Cylindrical-coordinate representation of color #497DA5: hue angle of 206.09º 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 #497DA5 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 125 165 -
CMYK 0.56 0.24 0 0.35
HSL 206.09º 0.39% 0.47% -
HSV(B) 206.09º 0.56% 0.65% -
XYZ 16.87 18.8 38.34 -
YUV 114.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 73 125 165 0.56 0.24 0 0.35 206.09 0.39 0.47
Hex 49 7D A5 38 18 0 23 CE 27 2F
Octal 111 175 245 70 30 0 43 316 47 57
Binary 1001001 1111101 10100101 111000 11000 0 100011 11001110 100111 101111

Color Harmonies of #497DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DA5

Black with #497DA5

Text Example


Text Example

White with #497DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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