Html Css Color HEX #497ABD Steel Blue

📋 copy color: '#497ABD'

red 73 ◦ green 122 ◦ blue 189

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

Shades of Steel Blue #497ABD

Tints of Steel Blue #497ABD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.77%

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 19.01%
G = 31.77%
B = 49.22%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#497ABD (or 0x497ABD) is known color: Steel Blue. HEX triplet: 49, 7A and BD. RGB value is (73,122,189). Sum of RGB (Red+Green+Blue) = 73+122+189=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #497ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ABD is #B68542. Grayscale: #727272. Windows color (decimal): -11961667 or 12417609. OLE color: 12417609.

HSL color Cylindrical-coordinate representation of color #497ABD: hue angle of 214.66º degrees, saturation: 0.47, 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 #497ABD is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 122 189 -
CMYK 0.61 0.35 0 0.26
HSL 214.66º 0.47% 0.51% -
HSV(B) 214.66º 0.61% 0.74% -
XYZ 18.89 19.01 50.82 -
YUV 114.99 169.77 98.05 -
System Red Green Blue C M Y K H S L
Decimal 73 122 189 0.61 0.35 0 0.26 214.66 0.47 0.51
Hex 49 7A BD 3D 23 0 1A D7 2F 33
Octal 111 172 275 75 43 0 32 327 57 63
Binary 1001001 1111010 10111101 111101 100011 0 11010 11010111 101111 110011

Color Harmonies of #497ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497ABD

Black with #497ABD

Text Example


Text Example

White with #497ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,122,189); }

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

background-color css

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

 a { background-color: rgb(73,122,189); }

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

border-color css

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

 span { border-color: rgb(73,122,189); }

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