Html Css Color HEX #477FAB Steel Blue

📋 copy color: '#477FAB'

red 71 ◦ green 127 ◦ blue 171

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

Shades of Steel Blue #477FAB

Tints of Steel Blue #477FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 19.24%
G = 34.42%
B = 46.34%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#477FAB (or 0x477FAB) is known color: Steel Blue. HEX triplet: 47, 7F and AB. RGB value is (71,127,171). Sum of RGB (Red+Green+Blue) = 71+127+171=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #477FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477FAB is #B88054. Grayscale: #737373. Windows color (decimal): -12091477 or 11239239. OLE color: 11239239.

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

Color convert

RGB 71 127 171 -
CMYK 0.58 0.26 0 0.33
HSL 206.4º 0.41% 0.47% -
HSV(B) 206.4º 0.58% 0.67% -
XYZ 17.54 19.46 41.36 -
YUV 115.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 71 127 171 0.58 0.26 0 0.33 206.4 0.41 0.47
Hex 47 7F AB 3A 1A 0 21 CE 29 2F
Octal 107 177 253 72 32 0 41 316 51 57
Binary 1000111 1111111 10101011 111010 11010 0 100001 11001110 101001 101111

Color Harmonies of #477FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477FAB

Black with #477FAB

Text Example


Text Example

White with #477FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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