Html Css Color HEX #497ABC Steel Blue

📋 copy color: '#497ABC'

red 73 ◦ green 122 ◦ blue 188

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

Shades of Steel Blue #497ABC

Tints of Steel Blue #497ABC

RGB

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

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

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

R = 19.06%
G = 31.85%
B = 49.09%

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

#497ABC (or 0x497ABC) is known color: Steel Blue. HEX triplet: 49, 7A and BC. RGB value is (73,122,188). Sum of RGB (Red+Green+Blue) = 73+122+188=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #497ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ABC is #B68543. Grayscale: #727272. Windows color (decimal): -11961668 or 12352073. OLE color: 12352073.

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

Color convert

RGB 73 122 188 -
CMYK 0.61 0.35 0 0.26
HSL 214.43º 0.46% 0.51% -
HSV(B) 214.43º 0.61% 0.74% -
XYZ 18.78 18.97 50.25 -
YUV 114.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 73 122 188 0.61 0.35 0 0.26 214.43 0.46 0.51
Hex 49 7A BC 3D 23 0 1A D6 2E 33
Octal 111 172 274 75 43 0 32 326 56 63
Binary 1001001 1111010 10111100 111101 100011 0 11010 11010110 101110 110011

Color Harmonies of #497ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497ABC

Black with #497ABC

Text Example


Text Example

White with #497ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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