Html Css Color HEX #4779AA Steel Blue

📋 copy color: '#4779AA'

red 71 ◦ green 121 ◦ blue 170

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

Shades of Steel Blue #4779AA

Tints of Steel Blue #4779AA

RGB

 RED value IS 71 (28.13% from 255) = 19.61%

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

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

R = 19.61%
G = 33.43%
B = 46.96%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4779AA (or 0x4779AA) is known color: Steel Blue. HEX triplet: 47, 79 and AA. RGB value is (71,121,170). Sum of RGB (Red+Green+Blue) = 71+121+170=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #4779AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4779AA is #B88655. Grayscale: #6F6F6F. Windows color (decimal): -12093014 or 11172167. OLE color: 11172167.

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

Color convert

RGB 71 121 170 -
CMYK 0.58 0.29 0 0.33
HSL 209.7º 0.41% 0.47% -
HSV(B) 209.7º 0.58% 0.67% -
XYZ 16.69 17.92 40.61 -
YUV 111.64 160.94 99.02 -
System Red Green Blue C M Y K H S L
Decimal 71 121 170 0.58 0.29 0 0.33 209.7 0.41 0.47
Hex 47 79 AA 3A 1D 0 21 D2 29 2F
Octal 107 171 252 72 35 0 41 322 51 57
Binary 1000111 1111001 10101010 111010 11101 0 100001 11010010 101001 101111

Color Harmonies of #4779AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4779AA

Black with #4779AA

Text Example


Text Example

White with #4779AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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