#476EBC

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

Shades of Steel Blue #476EBC

Tints of Steel Blue #476EBC

Color information

#476EBC (or 0x476EBC) is unknown color: approx Steel Blue. HEX triplet: 47, 6E and BC. RGB value is (71,110,188). Sum of RGB (Red+Green+Blue) = 71+110+188=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #476EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476EBC is #B89143. Grayscale: #6A6A6A. Windows color (decimal): -12095812 or 12348999. OLE color: 12348999.

HSL color Cylindrical-coordinate representation of color #476EBC: hue angle of 220º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #476EBC is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB71110188-
CMYK0.620.4100.26
HSL220º46.61%50.78%-
HSV(B)220º62.23%73.73%-
XYZ17.2516.1249.78-
YUV107.23173.58102.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.24%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 188 (73.83% from 255) = 50.95%
R=19.24%
G=29.81%
B=50.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711101880.620.4100.2622046.6150.78
Hex476EBC3E2901Adc2f33
Octal10715627476510323345763
Binary100011111011101011110011111010100101101011011100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476EBC; }

 p { color: rgb(71,110,188); }

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

<style>
 a { background-color: #476EBC; }

 a { background-color: rgb(71,110,188); }

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

<style>
 span { border-color: #476EBC; }

 span { border-color: rgb(71,110,188); }

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