Html Css Color HEX #477CAC Steel Blue

📋 copy color: '#477CAC'

red 71 ◦ green 124 ◦ blue 172

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

Shades of Steel Blue #477CAC

Tints of Steel Blue #477CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.79%

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

R = 19.35%
G = 33.79%
B = 46.87%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#477CAC (or 0x477CAC) is known color: Steel Blue. HEX triplet: 47, 7C and AC. RGB value is (71,124,172). Sum of RGB (Red+Green+Blue) = 71+124+172=367 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.35% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #477CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477CAC is #B88353. Grayscale: #717171. Windows color (decimal): -12092244 or 11304007. OLE color: 11304007.

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

Color convert

RGB 71 124 172 -
CMYK 0.59 0.28 0 0.33
HSL 208.51º 0.42% 0.48% -
HSV(B) 208.51º 0.59% 0.67% -
XYZ 17.25 18.73 41.74 -
YUV 113.63 160.94 97.6 -
System Red Green Blue C M Y K H S L
Decimal 71 124 172 0.59 0.28 0 0.33 208.51 0.42 0.48
Hex 47 7C AC 3B 1C 0 21 D1 2A 30
Octal 107 174 254 73 34 0 41 321 52 60
Binary 1000111 1111100 10101100 111011 11100 0 100001 11010001 101010 110000

Color Harmonies of #477CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477CAC

Black with #477CAC

Text Example


Text Example

White with #477CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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