Html Css Color HEX #497BBE Steel Blue

📋 copy color: '#497BBE'

red 73 ◦ green 123 ◦ blue 190

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

Shades of Steel Blue #497BBE

Tints of Steel Blue #497BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 18.91%
G = 31.87%
B = 49.22%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#497BBE (or 0x497BBE) is known color: Steel Blue. HEX triplet: 49, 7B and BE. RGB value is (73,123,190). Sum of RGB (Red+Green+Blue) = 73+123+190=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #497BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497BBE is #B68441. Grayscale: #737373. Windows color (decimal): -11961410 or 12483401. OLE color: 12483401.

HSL color Cylindrical-coordinate representation of color #497BBE: hue angle of 214.36º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #497BBE is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 123 190 -
CMYK 0.62 0.35 0 0.25
HSL 214.36º 0.47% 0.52% -
HSV(B) 214.36º 0.62% 0.75% -
XYZ 19.12 19.3 51.43 -
YUV 115.69 169.94 97.55 -
System Red Green Blue C M Y K H S L
Decimal 73 123 190 0.62 0.35 0 0.25 214.36 0.47 0.52
Hex 49 7B BE 3E 23 0 19 D6 2F 34
Octal 111 173 276 76 43 0 31 326 57 64
Binary 1001001 1111011 10111110 111110 100011 0 11001 11010110 101111 110100

Color Harmonies of #497BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497BBE

Black with #497BBE

Text Example


Text Example

White with #497BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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