Html Css Color HEX #497CBF Steel Blue

📋 copy color: '#497CBF'

red 73 ◦ green 124 ◦ blue 191

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

Shades of Steel Blue #497CBF

Tints of Steel Blue #497CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.96%

 BLUE value IS 191 (75% from 255) = 49.23%

R = 18.81%
G = 31.96%
B = 49.23%

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

#497CBF (or 0x497CBF) is known color: Steel Blue. HEX triplet: 49, 7C and BF. RGB value is (73,124,191). Sum of RGB (Red+Green+Blue) = 73+124+191=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #497CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CBF is #B68340. Grayscale: #747474. Windows color (decimal): -11961153 or 12549193. OLE color: 12549193.

HSL color Cylindrical-coordinate representation of color #497CBF: hue angle of 214.07º degrees, saturation: 0.48, 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 #497CBF is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 124 191 -
CMYK 0.62 0.35 0 0.25
HSL 214.07º 0.48% 0.52% -
HSV(B) 214.07º 0.62% 0.75% -
XYZ 19.36 19.59 52.05 -
YUV 116.39 170.1 97.05 -
System Red Green Blue C M Y K H S L
Decimal 73 124 191 0.62 0.35 0 0.25 214.07 0.48 0.52
Hex 49 7C BF 3E 23 0 19 D6 30 34
Octal 111 174 277 76 43 0 31 326 60 64
Binary 1001001 1111100 10111111 111110 100011 0 11001 11010110 110000 110100

Color Harmonies of #497CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CBF

Black with #497CBF

Text Example


Text Example

White with #497CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,124,191); }

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

background-color css

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

 a { background-color: rgb(73,124,191); }

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

border-color css

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

 span { border-color: rgb(73,124,191); }

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