Html Css Color HEX #477FAA Steel Blue

📋 copy color: '#477FAA'

red 71 ◦ green 127 ◦ blue 170

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

Shades of Steel Blue #477FAA

Tints of Steel Blue #477FAA

RGB

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

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

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

R = 19.29%
G = 34.51%
B = 46.2%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#477FAA (or 0x477FAA) is known color: Steel Blue. HEX triplet: 47, 7F and AA. RGB value is (71,127,170). Sum of RGB (Red+Green+Blue) = 71+127+170=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #477FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477FAA is #B88055. Grayscale: #727272. Windows color (decimal): -12091478 or 11173703. OLE color: 11173703.

HSL color Cylindrical-coordinate representation of color #477FAA: hue angle of 206.06º 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 #477FAA is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 127 170 -
CMYK 0.58 0.25 0 0.33
HSL 206.06º 0.41% 0.47% -
HSV(B) 206.06º 0.58% 0.67% -
XYZ 17.44 19.42 40.86 -
YUV 115.16 158.95 96.5 -
System Red Green Blue C M Y K H S L
Decimal 71 127 170 0.58 0.25 0 0.33 206.06 0.41 0.47
Hex 47 7F AA 3A 19 0 21 CE 29 2F
Octal 107 177 252 72 31 0 41 316 51 57
Binary 1000111 1111111 10101010 111010 11001 0 100001 11001110 101001 101111

Color Harmonies of #477FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477FAA

Black with #477FAA

Text Example


Text Example

White with #477FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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