Html Css Color HEX #497AA4 Steel Blue

📋 copy color: '#497AA4'

red 73 ◦ green 122 ◦ blue 164

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

Shades of Steel Blue #497AA4

Tints of Steel Blue #497AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.68%

R = 20.33%
G = 33.98%
B = 45.68%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#497AA4 (or 0x497AA4) is known color: Steel Blue. HEX triplet: 49, 7A and A4. RGB value is (73,122,164). Sum of RGB (Red+Green+Blue) = 73+122+164=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #497AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497AA4 is #B6855B. Grayscale: #6F6F6F. Windows color (decimal): -11961692 or 10779209. OLE color: 10779209.

HSL color Cylindrical-coordinate representation of color #497AA4: hue angle of 207.69º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #497AA4 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 122 164 -
CMYK 0.55 0.26 0 0.36
HSL 207.69º 0.38% 0.46% -
HSV(B) 207.69º 0.55% 0.64% -
XYZ 16.41 18.02 37.73 -
YUV 112.14 157.27 100.08 -
System Red Green Blue C M Y K H S L
Decimal 73 122 164 0.55 0.26 0 0.36 207.69 0.38 0.46
Hex 49 7A A4 37 1A 0 24 D0 26 2E
Octal 111 172 244 67 32 0 44 320 46 56
Binary 1001001 1111010 10100100 110111 11010 0 100100 11010000 100110 101110

Color Harmonies of #497AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497AA4

Black with #497AA4

Text Example


Text Example

White with #497AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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