Html Css Color HEX #497BBB Steel Blue

📋 copy color: '#497BBB'

red 73 ◦ green 123 ◦ blue 187

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

Shades of Steel Blue #497BBB

Tints of Steel Blue #497BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.11%

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 19.06%
G = 32.11%
B = 48.83%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#497BBB (or 0x497BBB) is known color: Steel Blue. HEX triplet: 49, 7B and BB. RGB value is (73,123,187). Sum of RGB (Red+Green+Blue) = 73+123+187=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #497BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BBB is #B68444. Grayscale: #737373. Windows color (decimal): -11961413 or 12286793. OLE color: 12286793.

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

Color convert

RGB 73 123 187 -
CMYK 0.61 0.34 0 0.27
HSL 213.68º 0.46% 0.51% -
HSV(B) 213.68º 0.61% 0.73% -
XYZ 18.8 19.17 49.72 -
YUV 115.35 168.44 97.8 -
System Red Green Blue C M Y K H S L
Decimal 73 123 187 0.61 0.34 0 0.27 213.68 0.46 0.51
Hex 49 7B BB 3D 22 0 1B D6 2E 33
Octal 111 173 273 75 42 0 33 326 56 63
Binary 1001001 1111011 10111011 111101 100010 0 11011 11010110 101110 110011

Color Harmonies of #497BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BBB

Black with #497BBB

Text Example


Text Example

White with #497BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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