#477FC0

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

Shades of Steel Blue #477FC0

Tints of Steel Blue #477FC0

Color information

#477FC0 (or 0x477FC0) is unknown color: approx Steel Blue. HEX triplet: 47, 7F and C0. RGB value is (71,127,192). Sum of RGB (Red+Green+Blue) = 71+127+192=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #477FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FC0 is #B8803F. Grayscale: #757575. Windows color (decimal): -12091456 or 12615495. OLE color: 12615495.

HSL color Cylindrical-coordinate representation of color #477FC0: hue angle of 212.23º 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 #477FC0 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71127192-
CMYK0.630.3400.25
HSL212.23º48.99%51.57%-
HSV(B)212.23º63.02%75.29%-
XYZ19.720.3252.75-
YUV117.67169.9594.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.21%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 192 (75.39% from 255) = 49.23%
R=18.21%
G=32.56%
B=49.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711271920.630.3400.25212.2348.9951.57
Hex477FC03F22019d43134
Octal10717730077420313246164
Binary100011111111111100000011111110001001100111010100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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