Html Css Color HEX #497AAC Steel Blue

📋 copy color: '#497AAC'

red 73 ◦ green 122 ◦ blue 172

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

Shades of Steel Blue #497AAC

Tints of Steel Blue #497AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.24%

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

R = 19.89%
G = 33.24%
B = 46.87%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#497AAC (or 0x497AAC) is known color: Steel Blue. HEX triplet: 49, 7A and AC. RGB value is (73,122,172). Sum of RGB (Red+Green+Blue) = 73+122+172=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #497AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497AAC is #B68553. Grayscale: #707070. Windows color (decimal): -11961684 or 11303497. OLE color: 11303497.

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

Color convert

RGB 73 122 172 -
CMYK 0.58 0.29 0 0.33
HSL 210.3º 0.4% 0.48% -
HSV(B) 210.3º 0.58% 0.67% -
XYZ 17.15 18.31 41.66 -
YUV 113.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 73 122 172 0.58 0.29 0 0.33 210.3 0.4 0.48
Hex 49 7A AC 3A 1D 0 21 D2 28 30
Octal 111 172 254 72 35 0 41 322 50 60
Binary 1001001 1111010 10101100 111010 11101 0 100001 11010010 101000 110000

Color Harmonies of #497AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497AAC

Black with #497AAC

Text Example


Text Example

White with #497AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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