Html Css Color HEX #497CB9 Steel Blue

📋 copy color: '#497CB9'

red 73 ◦ green 124 ◦ blue 185

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

Shades of Steel Blue #497CB9

Tints of Steel Blue #497CB9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

 BLUE value IS 185 (72.66% from 255) = 48.43%

R = 19.11%
G = 32.46%
B = 48.43%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#497CB9 (or 0x497CB9) is known color: Steel Blue. HEX triplet: 49, 7C and B9. RGB value is (73,124,185). Sum of RGB (Red+Green+Blue) = 73+124+185=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #497CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CB9 is #B68346. Grayscale: #737373. Windows color (decimal): -11961159 or 12155977. OLE color: 12155977.

HSL color Cylindrical-coordinate representation of color #497CB9: hue angle of 212.68º degrees, saturation: 0.44, 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 #497CB9 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 124 185 -
CMYK 0.61 0.33 0 0.27
HSL 212.68º 0.44% 0.51% -
HSV(B) 212.68º 0.61% 0.73% -
XYZ 18.71 19.33 48.64 -
YUV 115.71 167.1 97.54 -
System Red Green Blue C M Y K H S L
Decimal 73 124 185 0.61 0.33 0 0.27 212.68 0.44 0.51
Hex 49 7C B9 3D 21 0 1B D5 2C 33
Octal 111 174 271 75 41 0 33 325 54 63
Binary 1001001 1111100 10111001 111101 100001 0 11011 11010101 101100 110011

Color Harmonies of #497CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CB9

Black with #497CB9

Text Example


Text Example

White with #497CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,124,185); }

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

background-color css

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

 a { background-color: rgb(73,124,185); }

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

border-color css

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

 span { border-color: rgb(73,124,185); }

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