Html Css Color HEX #497DBC Steel Blue

📋 copy color: '#497DBC'

red 73 ◦ green 125 ◦ blue 188

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

Shades of Steel Blue #497DBC

Tints of Steel Blue #497DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 18.91%
G = 32.38%
B = 48.7%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#497DBC (or 0x497DBC) is known color: Steel Blue. HEX triplet: 49, 7D and BC. RGB value is (73,125,188). Sum of RGB (Red+Green+Blue) = 73+125+188=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #497DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DBC is #B68243. Grayscale: #747474. Windows color (decimal): -11960900 or 12352841. OLE color: 12352841.

HSL color Cylindrical-coordinate representation of color #497DBC: hue angle of 212.87º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #497DBC is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 125 188 -
CMYK 0.61 0.34 0 0.26
HSL 212.87º 0.46% 0.51% -
HSV(B) 212.87º 0.61% 0.74% -
XYZ 19.16 19.71 50.37 -
YUV 116.63 168.27 96.88 -
System Red Green Blue C M Y K H S L
Decimal 73 125 188 0.61 0.34 0 0.26 212.87 0.46 0.51
Hex 49 7D BC 3D 22 0 1A D5 2E 33
Octal 111 175 274 75 42 0 32 325 56 63
Binary 1001001 1111101 10111100 111101 100010 0 11010 11010101 101110 110011

Color Harmonies of #497DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DBC

Black with #497DBC

Text Example


Text Example

White with #497DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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