Html Css Color HEX #497EB5 Steel Blue

📋 copy color: '#497EB5'

red 73 ◦ green 126 ◦ blue 181

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

Shades of Steel Blue #497EB5

Tints of Steel Blue #497EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.63%

R = 19.21%
G = 33.16%
B = 47.63%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#497EB5 (or 0x497EB5) is known color: Steel Blue. HEX triplet: 49, 7E and B5. RGB value is (73,126,181). Sum of RGB (Red+Green+Blue) = 73+126+181=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 181 - color contains mainly: blue. Hex color #497EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EB5 is #B6814A. Grayscale: #747474. Windows color (decimal): -11960651 or 11894345. OLE color: 11894345.

HSL color Cylindrical-coordinate representation of color #497EB5: hue angle of 210.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #497EB5 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 126 181 -
CMYK 0.60 0.30 0 0.29
HSL 210.56º 0.43% 0.5% -
HSV(B) 210.56º 0.6% 0.71% -
XYZ 18.55 19.67 46.54 -
YUV 116.42 164.44 97.03 -
System Red Green Blue C M Y K H S L
Decimal 73 126 181 0.60 0.30 0 0.29 210.56 0.43 0.5
Hex 49 7E B5 3C 1E 0 1D D3 2B 32
Octal 111 176 265 74 36 0 35 323 53 62
Binary 1001001 1111110 10110101 111100 11110 0 11101 11010011 101011 110010

Color Harmonies of #497EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497EB5

Black with #497EB5

Text Example


Text Example

White with #497EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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