Html Css Color HEX #497DBE Steel Blue

📋 copy color: '#497DBE'

red 73 ◦ green 125 ◦ blue 190

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

Shades of Steel Blue #497DBE

Tints of Steel Blue #497DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.22%

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

R = 18.81%
G = 32.22%
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

#497DBE (or 0x497DBE) is known color: Steel Blue. HEX triplet: 49, 7D and BE. RGB value is (73,125,190). Sum of RGB (Red+Green+Blue) = 73+125+190=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #497DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DBE is #B68241. Grayscale: #747474. Windows color (decimal): -11960898 or 12483913. OLE color: 12483913.

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

Color convert

RGB 73 125 190 -
CMYK 0.62 0.34 0 0.25
HSL 213.33º 0.47% 0.52% -
HSV(B) 213.33º 0.62% 0.75% -
XYZ 19.38 19.8 51.52 -
YUV 116.86 169.27 96.71 -
System Red Green Blue C M Y K H S L
Decimal 73 125 190 0.62 0.34 0 0.25 213.33 0.47 0.52
Hex 49 7D BE 3E 22 0 19 D5 2F 34
Octal 111 175 276 76 42 0 31 325 57 64
Binary 1001001 1111101 10111110 111110 100010 0 11001 11010101 101111 110100

Color Harmonies of #497DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DBE

Black with #497DBE

Text Example


Text Example

White with #497DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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