Html Css Color HEX #4979AD Steel Blue

📋 copy color: '#4979AD'

red 73 ◦ green 121 ◦ blue 173

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

Shades of Steel Blue #4979AD

Tints of Steel Blue #4979AD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.97%

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

R = 19.89%
G = 32.97%
B = 47.14%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4979AD (or 0x4979AD) is known color: Steel Blue. HEX triplet: 49, 79 and AD. RGB value is (73,121,173). Sum of RGB (Red+Green+Blue) = 73+121+173=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #4979AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4979AD is #B68652. Grayscale: #707070. Windows color (decimal): -11961939 or 11368777. OLE color: 11368777.

HSL color Cylindrical-coordinate representation of color #4979AD: hue angle of 211.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 #4979AD is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 121 173 -
CMYK 0.58 0.30 0 0.32
HSL 211.2º 0.41% 0.48% -
HSV(B) 211.2º 0.58% 0.68% -
XYZ 17.13 18.11 42.13 -
YUV 112.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 73 121 173 0.58 0.30 0 0.32 211.2 0.41 0.48
Hex 49 79 AD 3A 1E 0 20 D3 29 30
Octal 111 171 255 72 36 0 40 323 51 60
Binary 1001001 1111001 10101101 111010 11110 0 100000 11010011 101001 110000

Color Harmonies of #4979AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4979AD

Black with #4979AD

Text Example


Text Example

White with #4979AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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