Html Css Color HEX #4974AD Steel Blue

📋 copy color: '#4974AD'

red 73 ◦ green 116 ◦ blue 173

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

Shades of Steel Blue #4974AD

Tints of Steel Blue #4974AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.04%

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 20.17%
G = 32.04%
B = 47.79%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4974AD (or 0x4974AD) is known color: Steel Blue. HEX triplet: 49, 74 and AD. RGB value is (73,116,173). Sum of RGB (Red+Green+Blue) = 73+116+173=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #4974AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4974AD is #B68B52. Grayscale: #6D6D6D. Windows color (decimal): -11963219 or 11367497. OLE color: 11367497.

HSL color Cylindrical-coordinate representation of color #4974AD: hue angle of 214.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4974AD is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 116 173 -
CMYK 0.58 0.33 0 0.32
HSL 214.2º 0.41% 0.48% -
HSV(B) 214.2º 0.58% 0.68% -
XYZ 16.54 16.92 41.93 -
YUV 109.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 73 116 173 0.58 0.33 0 0.32 214.2 0.41 0.48
Hex 49 74 AD 3A 21 0 20 D6 29 30
Octal 111 164 255 72 41 0 40 326 51 60
Binary 1001001 1110100 10101101 111010 100001 0 100000 11010110 101001 110000

Color Harmonies of #4974AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4974AD

Black with #4974AD

Text Example


Text Example

White with #4974AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4974AD; }

 p { color: rgb(73,116,173); }

 H1.HeaderClassName
 {
   color: #4974AD;
 }
 .AnyTagClassName
 {
   color: #4974AD;
 }
</style>

background-color css

<style>
 a { background-color: #4974AD; }

 a { background-color: rgb(73,116,173); }

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

border-color css

<style>
 span { border-color: #4974AD; }

 span { border-color: rgb(73,116,173); }

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