Html Css Color HEX #497BAC Steel Blue

📋 copy color: '#497BAC'

red 73 ◦ green 123 ◦ blue 172

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

Shades of Steel Blue #497BAC

Tints of Steel Blue #497BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.42%

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

R = 19.84%
G = 33.42%
B = 46.74%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#497BAC (or 0x497BAC) is known color: Steel Blue. HEX triplet: 49, 7B and AC. RGB value is (73,123,172). Sum of RGB (Red+Green+Blue) = 73+123+172=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #497BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497BAC is #B68453. Grayscale: #717171. Windows color (decimal): -11961428 or 11303753. OLE color: 11303753.

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

Color convert

RGB 73 123 172 -
CMYK 0.58 0.28 0 0.33
HSL 209.7º 0.4% 0.48% -
HSV(B) 209.7º 0.58% 0.67% -
XYZ 17.28 18.56 41.7 -
YUV 113.64 160.94 99.02 -
System Red Green Blue C M Y K H S L
Decimal 73 123 172 0.58 0.28 0 0.33 209.7 0.4 0.48
Hex 49 7B AC 3A 1C 0 21 D2 28 30
Octal 111 173 254 72 34 0 41 322 50 60
Binary 1001001 1111011 10101100 111010 11100 0 100001 11010010 101000 110000

Color Harmonies of #497BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BAC

Black with #497BAC

Text Example


Text Example

White with #497BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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