Html Css Color HEX #477FA6 Steel Blue

📋 copy color: '#477FA6'

red 71 ◦ green 127 ◦ blue 166

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

Shades of Steel Blue #477FA6

Tints of Steel Blue #477FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.6%

R = 19.51%
G = 34.89%
B = 45.6%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#477FA6 (or 0x477FA6) is known color: Steel Blue. HEX triplet: 47, 7F and A6. RGB value is (71,127,166). Sum of RGB (Red+Green+Blue) = 71+127+166=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 166 (65.23% from 255 or 45.60% from 364); Max value from RGB is 166 - color contains mainly: blue. Hex color #477FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477FA6 is #B88059. Grayscale: #727272. Windows color (decimal): -12091482 or 10911559. OLE color: 10911559.

HSL color Cylindrical-coordinate representation of color #477FA6: hue angle of 204.63º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #477FA6 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 127 166 -
CMYK 0.57 0.23 0 0.35
HSL 204.63º 0.4% 0.46% -
HSV(B) 204.63º 0.57% 0.65% -
XYZ 17.07 19.27 38.9 -
YUV 114.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 71 127 166 0.57 0.23 0 0.35 204.63 0.4 0.46
Hex 47 7F A6 39 17 0 23 CD 28 2E
Octal 107 177 246 71 27 0 43 315 50 56
Binary 1000111 1111111 10100110 111001 10111 0 100011 11001101 101000 101110

Color Harmonies of #477FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477FA6

Black with #477FA6

Text Example


Text Example

White with #477FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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