Html Css Color HEX #477FAD Steel Blue

📋 copy color: '#477FAD'

red 71 ◦ green 127 ◦ blue 173

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

Shades of Steel Blue #477FAD

Tints of Steel Blue #477FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 34.23%

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

R = 19.14%
G = 34.23%
B = 46.63%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#477FAD (or 0x477FAD) is known color: Steel Blue. HEX triplet: 47, 7F and AD. RGB value is (71,127,173). Sum of RGB (Red+Green+Blue) = 71+127+173=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #477FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477FAD is #B88052. Grayscale: #737373. Windows color (decimal): -12091475 or 11370311. OLE color: 11370311.

HSL color Cylindrical-coordinate representation of color #477FAD: hue angle of 207.06º 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 #477FAD is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 127 173 -
CMYK 0.59 0.27 0 0.32
HSL 207.06º 0.42% 0.48% -
HSV(B) 207.06º 0.59% 0.68% -
XYZ 17.73 19.54 42.37 -
YUV 115.5 160.45 96.26 -
System Red Green Blue C M Y K H S L
Decimal 71 127 173 0.59 0.27 0 0.32 207.06 0.42 0.48
Hex 47 7F AD 3B 1B 0 20 CF 2A 30
Octal 107 177 255 73 33 0 40 317 52 60
Binary 1000111 1111111 10101101 111011 11011 0 100000 11001111 101010 110000

Color Harmonies of #477FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477FAD

Black with #477FAD

Text Example


Text Example

White with #477FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477FAD; }

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

 H1.HeaderClassName
 {
   color: #477FAD;
 }
 .AnyTagClassName
 {
   color: #477FAD;
 }
</style>

background-color css

<style>
 a { background-color: #477FAD; }

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

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

border-color css

<style>
 span { border-color: #477FAD; }

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

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