Html Css Color HEX #4776AD Steel Blue

📋 copy color: '#4776AD'

red 71 ◦ green 118 ◦ blue 173

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

Shades of Steel Blue #4776AD

Tints of Steel Blue #4776AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.6%

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

R = 19.61%
G = 32.6%
B = 47.79%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4776AD (or 0x4776AD) is known color: Steel Blue. HEX triplet: 47, 76 and AD. RGB value is (71,118,173). Sum of RGB (Red+Green+Blue) = 71+118+173=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 118 (46.48% from 255 or 32.60% 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 #4776AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4776AD is #B88952. Grayscale: #6D6D6D. Windows color (decimal): -12093779 or 11368007. OLE color: 11368007.

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

Color convert

RGB 71 118 173 -
CMYK 0.59 0.32 0 0.32
HSL 212.35º 0.42% 0.48% -
HSV(B) 212.35º 0.59% 0.68% -
XYZ 16.62 17.31 42 -
YUV 110.22 163.43 100.03 -
System Red Green Blue C M Y K H S L
Decimal 71 118 173 0.59 0.32 0 0.32 212.35 0.42 0.48
Hex 47 76 AD 3B 20 0 20 D4 2A 30
Octal 107 166 255 73 40 0 40 324 52 60
Binary 1000111 1110110 10101101 111011 100000 0 100000 11010100 101010 110000

Color Harmonies of #4776AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4776AD

Black with #4776AD

Text Example


Text Example

White with #4776AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,118,173); }

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

background-color css

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

 a { background-color: rgb(71,118,173); }

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

border-color css

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

 span { border-color: rgb(71,118,173); }

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