Html Css Color HEX #4979AA Steel Blue

📋 copy color: '#4979AA'

red 73 ◦ green 121 ◦ blue 170

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

Shades of Steel Blue #4979AA

Tints of Steel Blue #4979AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 20.05%
G = 33.24%
B = 46.7%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4979AA (or 0x4979AA) is known color: Steel Blue. HEX triplet: 49, 79 and AA. RGB value is (73,121,170). Sum of RGB (Red+Green+Blue) = 73+121+170=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #4979AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4979AA is #B68655. Grayscale: #6F6F6F. Windows color (decimal): -11961942 or 11172169. OLE color: 11172169.

HSL color Cylindrical-coordinate representation of color #4979AA: hue angle of 210.31º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4979AA is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 121 170 -
CMYK 0.57 0.29 0 0.33
HSL 210.31º 0.4% 0.48% -
HSV(B) 210.31º 0.57% 0.67% -
XYZ 16.84 17.99 40.62 -
YUV 112.23 160.6 100.02 -
System Red Green Blue C M Y K H S L
Decimal 73 121 170 0.57 0.29 0 0.33 210.31 0.4 0.48
Hex 49 79 AA 39 1D 0 21 D2 28 30
Octal 111 171 252 71 35 0 41 322 50 60
Binary 1001001 1111001 10101010 111001 11101 0 100001 11010010 101000 110000

Color Harmonies of #4979AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4979AA

Black with #4979AA

Text Example


Text Example

White with #4979AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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