Html Css Color HEX #497ABB Steel Blue

📋 copy color: '#497ABB'

red 73 ◦ green 122 ◦ blue 187

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

Shades of Steel Blue #497ABB

Tints of Steel Blue #497ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.95%

R = 19.11%
G = 31.94%
B = 48.95%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#497ABB (or 0x497ABB) is known color: Steel Blue. HEX triplet: 49, 7A and BB. RGB value is (73,122,187). Sum of RGB (Red+Green+Blue) = 73+122+187=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #497ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ABB is #B68544. Grayscale: #727272. Windows color (decimal): -11961669 or 12286537. OLE color: 12286537.

HSL color Cylindrical-coordinate representation of color #497ABB: hue angle of 214.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #497ABB is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 122 187 -
CMYK 0.61 0.35 0 0.27
HSL 214.21º 0.46% 0.51% -
HSV(B) 214.21º 0.61% 0.73% -
XYZ 18.68 18.92 49.68 -
YUV 114.76 168.77 98.21 -
System Red Green Blue C M Y K H S L
Decimal 73 122 187 0.61 0.35 0 0.27 214.21 0.46 0.51
Hex 49 7A BB 3D 23 0 1B D6 2E 33
Octal 111 172 273 75 43 0 33 326 56 63
Binary 1001001 1111010 10111011 111101 100011 0 11011 11010110 101110 110011

Color Harmonies of #497ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497ABB

Black with #497ABB

Text Example


Text Example

White with #497ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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