#477CC0

Color #477CC0 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #477CC0

Tints of Steel Blue #477CC0

Color information

#477CC0 (or 0x477CC0) is unknown color: approx Steel Blue. HEX triplet: 47, 7C and C0. RGB value is (71,124,192). Sum of RGB (Red+Green+Blue) = 71+124+192=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #477CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CC0 is #B8833F. Grayscale: #737373. Windows color (decimal): -12092224 or 12614727. OLE color: 12614727.

HSL color Cylindrical-coordinate representation of color #477CC0: hue angle of 213.72º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #477CC0 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71124192-
CMYK0.630.3500.25
HSL213.72º48.99%51.57%-
HSV(B)213.72º63.02%75.29%-
XYZ19.3219.5652.63-
YUV115.9170.9495.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.35%
GREEN value IS 124 (48.83% from 255) = 32.04%
BLUE value IS 192 (75.39% from 255) = 49.61%
R=18.35%
G=32.04%
B=49.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711241920.630.3500.25213.7248.9951.57
Hex477CC03F23019d63134
Octal10717430077430313266164
Binary100011111111001100000011111110001101100111010110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #477CC0;
 }
 .AnyTagClassName
 {
   color: #477CC0;
 }
</style>
background-color css

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

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

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

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

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

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