Html Css Color HEX #477FAC Steel Blue

📋 copy color: '#477FAC'

red 71 ◦ green 127 ◦ blue 172

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

Shades of Steel Blue #477FAC

Tints of Steel Blue #477FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 19.19%
G = 34.32%
B = 46.49%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#477FAC (or 0x477FAC) is known color: Steel Blue. HEX triplet: 47, 7F and AC. RGB value is (71,127,172). Sum of RGB (Red+Green+Blue) = 71+127+172=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #477FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477FAC is #B88053. Grayscale: #737373. Windows color (decimal): -12091476 or 11304775. OLE color: 11304775.

HSL color Cylindrical-coordinate representation of color #477FAC: hue angle of 206.73º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #477FAC is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 127 172 -
CMYK 0.59 0.26 0 0.33
HSL 206.73º 0.42% 0.48% -
HSV(B) 206.73º 0.59% 0.67% -
XYZ 17.63 19.5 41.86 -
YUV 115.39 159.95 96.34 -
System Red Green Blue C M Y K H S L
Decimal 71 127 172 0.59 0.26 0 0.33 206.73 0.42 0.48
Hex 47 7F AC 3B 1A 0 21 CF 2A 30
Octal 107 177 254 73 32 0 41 317 52 60
Binary 1000111 1111111 10101100 111011 11010 0 100001 11001111 101010 110000

Color Harmonies of #477FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477FAC

Black with #477FAC

Text Example


Text Example

White with #477FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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