Html Css Color HEX #497EBF Steel Blue

📋 copy color: '#497EBF'

red 73 ◦ green 126 ◦ blue 191

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

Shades of Steel Blue #497EBF

Tints of Steel Blue #497EBF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.31%

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

R = 18.72%
G = 32.31%
B = 48.97%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#497EBF (or 0x497EBF) is known color: Steel Blue. HEX triplet: 49, 7E and BF. RGB value is (73,126,191). Sum of RGB (Red+Green+Blue) = 73+126+191=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #497EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EBF is #B68140. Grayscale: #757575. Windows color (decimal): -11960641 or 12549705. OLE color: 12549705.

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

Color convert

RGB 73 126 191 -
CMYK 0.62 0.34 0 0.25
HSL 213.05º 0.48% 0.52% -
HSV(B) 213.05º 0.62% 0.75% -
XYZ 19.61 20.1 52.14 -
YUV 117.56 169.44 96.21 -
System Red Green Blue C M Y K H S L
Decimal 73 126 191 0.62 0.34 0 0.25 213.05 0.48 0.52
Hex 49 7E BF 3E 22 0 19 D5 30 34
Octal 111 176 277 76 42 0 31 325 60 64
Binary 1001001 1111110 10111111 111110 100010 0 11001 11010101 110000 110100

Color Harmonies of #497EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497EBF

Black with #497EBF

Text Example


Text Example

White with #497EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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