#497EBB

Color #497EBB Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #497EBB

Tints of Steel Blue #497EBB

Color information

#497EBB (or 0x497EBB) is unknown color: approx Steel Blue. HEX triplet: 49, 7E and BB. RGB value is (73,126,187). Sum of RGB (Red+Green+Blue) = 73+126+187=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #497EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EBB is #B68144. Grayscale: #747474. Windows color (decimal): -11960645 or 12287561. OLE color: 12287561.

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

Color convert

RGB73126187-
CMYK0.610.3300.27
HSL212.11º45.6%50.98%-
HSV(B)212.11º60.96%73.33%-
XYZ19.1819.9349.85-
YUV117.11167.4496.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.91%
GREEN value IS 126 (49.61% from 255) = 32.64%
BLUE value IS 187 (73.44% from 255) = 48.45%
R=18.91%
G=32.64%
B=48.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731261870.610.3300.27212.1145.650.98
Hex497EBB3D2101Bd42e33
Octal11117627375410333245663
Binary100100111111101011101111110110000101101111010100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #497EBB;
 }
 .AnyTagClassName
 {
   color: #497EBB;
 }
</style>
background-color css

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

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

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

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

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

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