Html Css Color HEX #497DB9 Steel Blue

📋 copy color: '#497DB9'

red 73 ◦ green 125 ◦ blue 185

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

Shades of Steel Blue #497DB9

Tints of Steel Blue #497DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.3%

R = 19.06%
G = 32.64%
B = 48.3%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#497DB9 (or 0x497DB9) is known color: Steel Blue. HEX triplet: 49, 7D and B9. RGB value is (73,125,185). Sum of RGB (Red+Green+Blue) = 73+125+185=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #497DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DB9 is #B68246. Grayscale: #747474. Windows color (decimal): -11960903 or 12156233. OLE color: 12156233.

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

Color convert

RGB 73 125 185 -
CMYK 0.61 0.32 0 0.27
HSL 212.14º 0.44% 0.51% -
HSV(B) 212.14º 0.61% 0.73% -
XYZ 18.84 19.59 48.69 -
YUV 116.29 166.77 97.12 -
System Red Green Blue C M Y K H S L
Decimal 73 125 185 0.61 0.32 0 0.27 212.14 0.44 0.51
Hex 49 7D B9 3D 20 0 1B D4 2C 33
Octal 111 175 271 75 40 0 33 324 54 63
Binary 1001001 1111101 10111001 111101 100000 0 11011 11010100 101100 110011

Color Harmonies of #497DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DB9

Black with #497DB9

Text Example


Text Example

White with #497DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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