Html Css Color HEX #497CBA Steel Blue

📋 copy color: '#497CBA'

red 73 ◦ green 124 ◦ blue 186

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

Shades of Steel Blue #497CBA

Tints of Steel Blue #497CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 19.06%
G = 32.38%
B = 48.56%

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

#497CBA (or 0x497CBA) is known color: Steel Blue. HEX triplet: 49, 7C and BA. RGB value is (73,124,186). Sum of RGB (Red+Green+Blue) = 73+124+186=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #497CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CBA is #B68345. Grayscale: #737373. Windows color (decimal): -11961158 or 12221513. OLE color: 12221513.

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

Color convert

RGB 73 124 186 -
CMYK 0.61 0.33 0 0.27
HSL 212.92º 0.45% 0.51% -
HSV(B) 212.92º 0.61% 0.73% -
XYZ 18.82 19.38 49.2 -
YUV 115.82 167.6 97.46 -
System Red Green Blue C M Y K H S L
Decimal 73 124 186 0.61 0.33 0 0.27 212.92 0.45 0.51
Hex 49 7C BA 3D 21 0 1B D5 2D 33
Octal 111 174 272 75 41 0 33 325 55 63
Binary 1001001 1111100 10111010 111101 100001 0 11011 11010101 101101 110011

Color Harmonies of #497CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CBA

Black with #497CBA

Text Example


Text Example

White with #497CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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