Html Css Color HEX #497DBB Steel Blue

📋 copy color: '#497DBB'

red 73 ◦ green 125 ◦ blue 187

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

Shades of Steel Blue #497DBB

Tints of Steel Blue #497DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 18.96%
G = 32.47%
B = 48.57%

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

#497DBB (or 0x497DBB) is known color: Steel Blue. HEX triplet: 49, 7D and BB. RGB value is (73,125,187). Sum of RGB (Red+Green+Blue) = 73+125+187=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #497DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DBB is #B68244. Grayscale: #747474. Windows color (decimal): -11960901 or 12287305. OLE color: 12287305.

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

Color convert

RGB 73 125 187 -
CMYK 0.61 0.33 0 0.27
HSL 212.63º 0.46% 0.51% -
HSV(B) 212.63º 0.61% 0.73% -
XYZ 19.05 19.67 49.81 -
YUV 116.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 73 125 187 0.61 0.33 0 0.27 212.63 0.46 0.51
Hex 49 7D BB 3D 21 0 1B D5 2E 33
Octal 111 175 273 75 41 0 33 325 56 63
Binary 1001001 1111101 10111011 111101 100001 0 11011 11010101 101110 110011

Color Harmonies of #497DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DBB

Black with #497DBB

Text Example


Text Example

White with #497DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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