Html Css Color HEX #497EAC Steel Blue

📋 copy color: '#497EAC'

red 73 ◦ green 126 ◦ blue 172

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

Shades of Steel Blue #497EAC

Tints of Steel Blue #497EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.96%

 BLUE value IS 172 (67.58% from 255) = 46.36%

R = 19.68%
G = 33.96%
B = 46.36%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#497EAC (or 0x497EAC) is known color: Steel Blue. HEX triplet: 49, 7E and AC. RGB value is (73,126,172). Sum of RGB (Red+Green+Blue) = 73+126+172=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #497EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497EAC is #B68153. Grayscale: #737373. Windows color (decimal): -11960660 or 11304521. OLE color: 11304521.

HSL color Cylindrical-coordinate representation of color #497EAC: hue angle of 207.88º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #497EAC is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 126 172 -
CMYK 0.58 0.27 0 0.33
HSL 207.88º 0.4% 0.48% -
HSV(B) 207.88º 0.58% 0.67% -
XYZ 17.65 19.32 41.83 -
YUV 115.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 73 126 172 0.58 0.27 0 0.33 207.88 0.4 0.48
Hex 49 7E AC 3A 1B 0 21 D0 28 30
Octal 111 176 254 72 33 0 41 320 50 60
Binary 1001001 1111110 10101100 111010 11011 0 100001 11010000 101000 110000

Color Harmonies of #497EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497EAC

Black with #497EAC

Text Example


Text Example

White with #497EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,126,172); }

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

background-color css

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

 a { background-color: rgb(73,126,172); }

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

border-color css

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

 span { border-color: rgb(73,126,172); }

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