Html Css Color HEX #497DBA Steel Blue

📋 copy color: '#497DBA'

red 73 ◦ green 125 ◦ blue 186

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

Shades of Steel Blue #497DBA

Tints of Steel Blue #497DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 19.01%
G = 32.55%
B = 48.44%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#497DBA (or 0x497DBA) is known color: Steel Blue. HEX triplet: 49, 7D and BA. RGB value is (73,125,186). Sum of RGB (Red+Green+Blue) = 73+125+186=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #497DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DBA is #B68245. Grayscale: #747474. Windows color (decimal): -11960902 or 12221769. OLE color: 12221769.

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

Color convert

RGB 73 125 186 -
CMYK 0.61 0.33 0 0.27
HSL 212.39º 0.45% 0.51% -
HSV(B) 212.39º 0.61% 0.73% -
XYZ 18.94 19.63 49.24 -
YUV 116.41 167.27 97.04 -
System Red Green Blue C M Y K H S L
Decimal 73 125 186 0.61 0.33 0 0.27 212.39 0.45 0.51
Hex 49 7D BA 3D 21 0 1B D4 2D 33
Octal 111 175 272 75 41 0 33 324 55 63
Binary 1001001 1111101 10111010 111101 100001 0 11011 11010100 101101 110011

Color Harmonies of #497DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DBA

Black with #497DBA

Text Example


Text Example

White with #497DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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