Html Css Color HEX #497EB0 Steel Blue

📋 copy color: '#497EB0'

red 73 ◦ green 126 ◦ blue 176

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

Shades of Steel Blue #497EB0

Tints of Steel Blue #497EB0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

 BLUE value IS 176 (69.14% from 255) = 46.93%

R = 19.47%
G = 33.6%
B = 46.93%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#497EB0 (or 0x497EB0) is known color: Steel Blue. HEX triplet: 49, 7E and B0. RGB value is (73,126,176). Sum of RGB (Red+Green+Blue) = 73+126+176=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 176 - color contains mainly: blue. Hex color #497EB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497EB0 is #B6814F. Grayscale: #737373. Windows color (decimal): -11960656 or 11566665. OLE color: 11566665.

HSL color Cylindrical-coordinate representation of color #497EB0: hue angle of 209.13º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #497EB0 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 126 176 -
CMYK 0.59 0.28 0 0.31
HSL 209.13º 0.41% 0.49% -
HSV(B) 209.13º 0.59% 0.69% -
XYZ 18.04 19.47 43.88 -
YUV 115.85 161.94 97.43 -
System Red Green Blue C M Y K H S L
Decimal 73 126 176 0.59 0.28 0 0.31 209.13 0.41 0.49
Hex 49 7E B0 3B 1C 0 1F D1 29 31
Octal 111 176 260 73 34 0 37 321 51 61
Binary 1001001 1111110 10110000 111011 11100 0 11111 11010001 101001 110001

Color Harmonies of #497EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497EB0

Black with #497EB0

Text Example


Text Example

White with #497EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,126,176); }

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

background-color css

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

 a { background-color: rgb(73,126,176); }

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

border-color css

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

 span { border-color: rgb(73,126,176); }

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