Html Css Color HEX #497AB0 Steel Blue

📋 copy color: '#497AB0'

red 73 ◦ green 122 ◦ blue 176

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

Shades of Steel Blue #497AB0

Tints of Steel Blue #497AB0

RGB

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

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

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

R = 19.68%
G = 32.88%
B = 47.44%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#497AB0 (or 0x497AB0) is known color: Steel Blue. HEX triplet: 49, 7A and B0. RGB value is (73,122,176). Sum of RGB (Red+Green+Blue) = 73+122+176=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #497AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497AB0 is #B6854F. Grayscale: #717171. Windows color (decimal): -11961680 or 11565641. OLE color: 11565641.

HSL color Cylindrical-coordinate representation of color #497AB0: hue angle of 211.46º 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 #497AB0 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 122 176 -
CMYK 0.59 0.31 0 0.31
HSL 211.46º 0.41% 0.49% -
HSV(B) 211.46º 0.59% 0.69% -
XYZ 17.54 18.47 43.71 -
YUV 113.51 163.27 99.11 -
System Red Green Blue C M Y K H S L
Decimal 73 122 176 0.59 0.31 0 0.31 211.46 0.41 0.49
Hex 49 7A B0 3B 1F 0 1F D3 29 31
Octal 111 172 260 73 37 0 37 323 51 61
Binary 1001001 1111010 10110000 111011 11111 0 11111 11010011 101001 110001

Color Harmonies of #497AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497AB0

Black with #497AB0

Text Example


Text Example

White with #497AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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