Html Css Color HEX #477CAE Steel Blue

📋 copy color: '#477CAE'

red 71 ◦ green 124 ◦ blue 174

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

Shades of Steel Blue #477CAE

Tints of Steel Blue #477CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.15%

R = 19.24%
G = 33.6%
B = 47.15%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#477CAE (or 0x477CAE) is known color: Steel Blue. HEX triplet: 47, 7C and AE. RGB value is (71,124,174). Sum of RGB (Red+Green+Blue) = 71+124+174=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #477CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477CAE is #B88351. Grayscale: #717171. Windows color (decimal): -12092242 or 11435079. OLE color: 11435079.

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

Color convert

RGB 71 124 174 -
CMYK 0.59 0.29 0 0.32
HSL 209.13º 0.42% 0.48% -
HSV(B) 209.13º 0.59% 0.68% -
XYZ 17.45 18.81 42.76 -
YUV 113.85 161.94 97.43 -
System Red Green Blue C M Y K H S L
Decimal 71 124 174 0.59 0.29 0 0.32 209.13 0.42 0.48
Hex 47 7C AE 3B 1D 0 20 D1 2A 30
Octal 107 174 256 73 35 0 40 321 52 60
Binary 1000111 1111100 10101110 111011 11101 0 100000 11010001 101010 110000

Color Harmonies of #477CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477CAE

Black with #477CAE

Text Example


Text Example

White with #477CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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